Skip to content
Success

Console Output

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-4ht33 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-4ht33"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.statet.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-4ht33"
    - 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-4ht33"
    - 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.5"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-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-4ht33 in /home/jenkins/agent/workspace/statet-4.2.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.2.4.202103250600-r timestamp= 202103250600-r
[Pipeline] script
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/statet-4.2.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 git://git.eclipse.org/gitroot/statet/org.eclipse.statet.git
 > git init /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/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
 > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/statet/org.eclipse.statet.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision c623891a0e4879101a2c85302d8dab6cc4c6d60e (releases/4.2.4.202103250600-r)
 > git config remote.origin.url git://git.eclipse.org/gitroot/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.2.4.202103250600-r^{commit} # timeout=10
 > git rev-parse releases/4.2.4.202103250600-r^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c623891a0e4879101a2c85302d8dab6cc4c6d60e # timeout=10
Commit message: "Release 4.2.4 (202103250600-r)"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/jenkins/agent/workspace/statet-4.2.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
Cloning repository git://git.eclipse.org/gitroot/statet/org.eclipse.statet-commons.git
 > git init /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/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
 > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/statet/org.eclipse.statet-commons.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision a1dfc9305bf8189754be651091fa8f6e7c38584b (releases/4.2.4.202103250600-r)
Commit message: "Release 4.2.4 (202103250600-r)"
First time build. Skipping changelog.
 > git config remote.origin.url git://git.eclipse.org/gitroot/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.2.4.202103250600-r^{commit} # timeout=10
 > git rev-parse releases/4.2.4.202103250600-r^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a1dfc9305bf8189754be651091fa8f6e7c38584b # timeout=10
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/jenkins/agent/workspace/statet-4.2.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 def26b3fc4ddd801f8be334e26f6db0fccaa0ee6 (releases/4.2.4.202103250600-r)
Commit message: "Release 4.2.4 (202103250600-r)"
First time build. Skipping changelog.
Cloning repository git://git.eclipse.org/gitroot/statet/org.eclipse.statet-docmlet.git
 > git init /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/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
 > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/statet/org.eclipse.statet-docmlet.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.eclipse.org/gitroot/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.2.4.202103250600-r^{commit} # timeout=10
 > git rev-parse releases/4.2.4.202103250600-r^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f def26b3fc4ddd801f8be334e26f6db0fccaa0ee6 # timeout=10
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/jenkins/agent/workspace/statet-4.2.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 b33e1d1faa84db6ab6985d0913d1ddecbfa4c59c (releases/4.2.4.202103250600-r)
Commit message: "Release 4.2.4 (202103250600-r)"
First time build. Skipping changelog.
[Pipeline] }
Cloning repository git://git.eclipse.org/gitroot/statet/org.eclipse.statet-eutils.git
 > git init /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/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
 > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/statet/org.eclipse.statet-eutils.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.eclipse.org/gitroot/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.2.4.202103250600-r^{commit} # timeout=10
 > git rev-parse releases/4.2.4.202103250600-r^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b33e1d1faa84db6ab6985d0913d1ddecbfa4c59c # timeout=10
[Pipeline] // dir
[Pipeline] dir
Running in /home/jenkins/agent/workspace/statet-4.2.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 2da0e7c77397812584680f669bf48d932f6545fe (releases/4.2.4.202103250600-r)
Commit message: "Release 4.2.4 (202103250600-r)"
First time build. Skipping changelog.
Cloning repository git://git.eclipse.org/gitroot/statet/org.eclipse.statet-ltk.git
 > git init /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/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
 > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/statet/org.eclipse.statet-ltk.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.eclipse.org/gitroot/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.2.4.202103250600-r^{commit} # timeout=10
 > git rev-parse releases/4.2.4.202103250600-r^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2da0e7c77397812584680f669bf48d932f6545fe # timeout=10
[Pipeline] }
[Pipeline] // dir
[Pipeline] dir
Running in /home/jenkins/agent/workspace/statet-4.2.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
Cloning repository git://git.eclipse.org/gitroot/statet/org.eclipse.statet-r.git
 > git init /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/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
 > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/statet/org.eclipse.statet-r.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 420b9f9e682d3efd5297c24a4e4278f72aaf5337 (releases/4.2.4.202103250600-r)
Commit message: "Release 4.2.4 (202103250600-r)"
First time build. Skipping changelog.
[Pipeline] }
[Pipeline] // dir
 > git config remote.origin.url git://git.eclipse.org/gitroot/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.2.4.202103250600-r^{commit} # timeout=10
 > git rev-parse releases/4.2.4.202103250600-r^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 420b9f9e682d3efd5297c24a4e4278f72aaf5337 # timeout=10
[Pipeline] dir
Running in /home/jenkins/agent/workspace/statet-4.2.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
Cloning repository git://git.eclipse.org/gitroot/statet/org.eclipse.statet-rj.git
 > git init /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/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
 > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/statet/org.eclipse.statet-rj.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision bef7647ad3111ffbd67a0e80ab359c34136cf841 (releases/4.2.4.202103250600-r)
Commit message: "Release 4.2.4 (202103250600-r)"
First time build. Skipping changelog.
 > git config remote.origin.url git://git.eclipse.org/gitroot/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.2.4.202103250600-r^{commit} # timeout=10
 > git rev-parse releases/4.2.4.202103250600-r^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bef7647ad3111ffbd67a0e80ab359c34136cf841 # timeout=10
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build 'statet')
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] 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/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository -Dtycho.localArtifacts=ignore -Dstatet.build.timestamp=202103250600-r -Dassembly.tarLongFileMode=posix -Dmaven.test.failure.ignore=true -Dstatet.test.excludes=RValueFormatter03numTest, RValueFormatterValidatorTest
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/3.6.3
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.9.16-200.fc33.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.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/pom.xml
[INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/ (142B)
[INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540
[INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/ (116.89kB)
[INFO] Fetching p2.index from https://download.eclipse.org/releases/2020-06/202006171000/ (142B)
[INFO] Adding repository https://download.eclipse.org/releases/2020-06/202006171000
[INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2020-06/202006171000/ (834.45kB)
Mar 25, 2021 9:32:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond
Mar 25, 2021 9:32:57 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://download.eclipse.org:443
[INFO] Fetching p2.index from https://download.eclipse.org/rt/ecf/3.14.7/site.p2/ (172B)
[INFO] Adding repository https://download.eclipse.org/rt/ecf/3.14.7/site.p2
[INFO] Fetching content.xml.xz from https://download.eclipse.org/rt/ecf/3.14.7/site.p2/ (36.77kB)
[INFO] Fetching p2.index from https://download.eclipse.org/modeling/emf/emf/builds/release/2.22/ (172B)
[INFO] Adding repository https://download.eclipse.org/modeling/emf/emf/builds/release/2.22
[INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.22/ (28.85kB)
[INFO] Adding repository https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.29.v20200521
[INFO] Fetching content.jar from https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.29.v20200521/ (22.48kB)
[INFO] Adding repository https://download.eclipse.org/mylyn/docs/releases/3.0.37
[INFO] Fetching content.jar from https://download.eclipse.org/mylyn/docs/releases/3.0.37/ (21.71kB)
[INFO] Fetching p2.index from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/ (172B)
[INFO] Adding repository https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository
[INFO] Fetching content.xml.xz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/ (6.36kB)
Mar 25, 2021 9:33:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond
Mar 25, 2021 9:33:00 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://download.eclipse.org:443
[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.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.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.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (33.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (33.71kB)
[INFO] Unpacking org.apache.commons.logging_1.2.0.v20180409-1502...
[INFO] Fetching R-4.16-202006040540&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.16/
[INFO] Fetching org.eclipse.core.contenttype_3.7.700.v20200517-1644.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (41.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.contenttype_3.7.700.v20200517-1644.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (41.49kB)
[INFO] Unpacking org.eclipse.core.contenttype_3.7.700.v20200517-1644...
[INFO] Fetching org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (55.59kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (55.59kB)
[INFO] Unpacking org.eclipse.equinox.preferences_3.8.0.v20200422-1833...
[INFO] Fetching org.eclipse.equinox.registry_3.8.800.v20200406-0956.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (77.27kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.registry_3.8.800.v20200406-0956.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (77.27kB)
[INFO] Unpacking org.eclipse.equinox.registry_3.8.800.v20200406-0956...
[INFO] Fetching org.eclipse.equinox.common_3.12.0.v20200504-1602.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (55.07kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.common_3.12.0.v20200504-1602.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (55.07kB)
[INFO] Unpacking org.eclipse.equinox.common_3.12.0.v20200504-1602...
[INFO] Fetching org.eclipse.osgi_3.15.300.v20200520-1959.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (459.89kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.osgi_3.15.300.v20200520-1959.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (459.89kB)
[INFO] Unpacking org.eclipse.osgi_3.15.300.v20200520-1959...
[INFO] Fetching org.eclipse.core.jobs_3.10.800.v20200421-0950.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (46.11kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.jobs_3.10.800.v20200421-0950.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (46.11kB)
[INFO] Unpacking org.eclipse.core.jobs_3.10.800.v20200421-0950...
[INFO] Fetching org.eclipse.core.runtime_3.18.0.v20200506-2143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (33.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.runtime_3.18.0.v20200506-2143.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (33.65kB)
[INFO] Unpacking org.eclipse.core.runtime_3.18.0.v20200506-2143...
[INFO] Fetching org.eclipse.equinox.app_1.4.500.v20200422-1833.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (42.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.app_1.4.500.v20200422-1833.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (42.05kB)
[INFO] Unpacking org.eclipse.equinox.app_1.4.500.v20200422-1833...
[INFO] Resolving class path of MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.util:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.util.tests:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.util.tests:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/.polyglot..META-INF_MANIFEST.MF
[INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (9.5MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (9.5MB)
[INFO] Unpacking com.ibm.icu_64.2.0.v20190507-1337...
[INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (13.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (13.03kB)
[INFO] Unpacking org.apache.batik.constants_1.11.0.v20190515-0436...
[INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (101.68kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (101.68kB)
[INFO] Unpacking org.apache.batik.css_1.11.0.v20190515-0436...
[INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (63.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (63.49kB)
[INFO] Unpacking org.apache.batik.util_1.11.0.v20190515-0436...
[INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (14.52kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (14.52kB)
[INFO] Unpacking org.apache.batik.i18n_1.11.0.v20190515-0436...
[INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (258.72kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (258.72kB)
[INFO] Unpacking org.apache.xmlgraphics_2.3.0.v20190515-0436...
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (95.26kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (15.35kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (35.59kB)
[INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (82.7kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (82.7kB)
[INFO] Unpacking org.apache.commons.io_2.6.0.v20190123-2029...
[INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (155.55kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (155.55kB)
[INFO] Unpacking org.apache.felix.scr_2.1.16.v20200110-1820...
[INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (44.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (44.03kB)
[INFO] Unpacking org.eclipse.osgi.services_3.8.0.v20190206-2147...
[INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (30.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (30.65kB)
[INFO] Unpacking org.eclipse.osgi.util_3.5.300.v20190708-1141...
[INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (12.57kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (12.57kB)
[INFO] Unpacking org.apiguardian_1.1.0.v20190826-0900...
[INFO] Fetching org.eclipse.compare_3.7.1000.v20200511-1203.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (306.31kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.compare_3.7.1000.v20200511-1203.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (306.31kB)
[INFO] Unpacking org.eclipse.compare_3.7.1000.v20200511-1203...
[INFO] Fetching org.eclipse.ui_3.117.0.v20200518-1705.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (363.6kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui_3.117.0.v20200518-1705.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (363.6kB)
[INFO] Unpacking org.eclipse.ui_3.117.0.v20200518-1705...
[INFO] Fetching org.eclipse.core.resources_3.13.700.v20200209-1624.jar from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (873.17kB)
[INFO] Fetching org.eclipse.jface.text_3.16.300.v20200526-0811.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (316.88kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jface.text_3.16.300.v20200526-0811.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (316.88kB)
[INFO] Unpacking org.eclipse.jface.text_3.16.300.v20200526-0811...
[INFO] Fetching org.eclipse.ui.ide_3.17.100.v20200530-0835.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (957.79kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.ide_3.17.100.v20200530-0835.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (957.79kB)
[INFO] Unpacking org.eclipse.ui.ide_3.17.100.v20200530-0835...
[INFO] Fetching org.eclipse.ui.views_3.10.300.v20200311-1018.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (48.59kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.views_3.10.300.v20200311-1018.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (48.59kB)
[INFO] Unpacking org.eclipse.ui.views_3.10.300.v20200311-1018...
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.200.v20200421-1954.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (233.97kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.200.v20200421-1954.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (233.97kB)
[INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.14.200.v20200421-1954...
[INFO] Fetching org.eclipse.core.expressions_3.6.800.v20200319-0911.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (33.96kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.expressions_3.6.800.v20200319-0911.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (33.96kB)
[INFO] Unpacking org.eclipse.core.expressions_3.6.800.v20200319-0911...
[INFO] Fetching org.eclipse.ui.editors_3.13.200.v20200501-2307.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (199.91kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.editors_3.13.200.v20200501-2307.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (199.91kB)
[INFO] Unpacking org.eclipse.ui.editors_3.13.200.v20200501-2307...
[INFO] Fetching org.eclipse.ui.forms_3.9.100.v20200413-1417.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (124.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.forms_3.9.100.v20200413-1417.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (124.18kB)
[INFO] Unpacking org.eclipse.ui.forms_3.9.100.v20200413-1417...
[INFO] Fetching org.eclipse.compare.core_3.6.900.v20200412-2017.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (32.85kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.compare.core_3.6.900.v20200412-2017.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (32.85kB)
[INFO] Unpacking org.eclipse.compare.core_3.6.900.v20200412-2017...
[INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (43.01kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (43.01kB)
[INFO] Unpacking org.eclipse.core.commands_3.9.700.v20191217-1850...
[INFO] Fetching org.eclipse.core.databinding_1.9.0.v20200519-1409.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (56.72kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.databinding_1.9.0.v20200519-1409.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (56.72kB)
[INFO] Unpacking org.eclipse.core.databinding_1.9.0.v20200519-1409...
[INFO] Fetching org.eclipse.core.databinding.observable_1.9.0.v20200205-2119.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (82.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.databinding.observable_1.9.0.v20200205-2119.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (82.47kB)
[INFO] Unpacking org.eclipse.core.databinding.observable_1.9.0.v20200205-2119...
[INFO] Fetching org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (44.98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (44.98kB)
[INFO] Unpacking org.eclipse.core.databinding.property_1.8.0.v20200124-0715...
[INFO] Fetching org.eclipse.core.filebuffers_3.6.1000.v20200409-1035.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (41.15kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.filebuffers_3.6.1000.v20200409-1035.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (41.15kB)
[INFO] Unpacking org.eclipse.core.filebuffers_3.6.1000.v20200409-1035...
[INFO] Fetching org.eclipse.text_3.10.200.v20200428-0633.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (100.5kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.text_3.10.200.v20200428-0633.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (100.5kB)
[INFO] Unpacking org.eclipse.text_3.10.200.v20200428-0633...
[INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (27.79kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (27.79kB)
[INFO] Unpacking org.eclipse.core.filesystem_1.7.700.v20200110-1734...
[INFO] Fetching org.eclipse.core.net_1.3.900.v20200428-1255.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (31.74kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.net_1.3.900.v20200428-1255.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (31.74kB)
[INFO] Unpacking org.eclipse.core.net_1.3.900.v20200428-1255...
[INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (44.56kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (44.56kB)
[INFO] Unpacking org.eclipse.equinox.security_1.3.500.v20200114-1637...
[INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (13.76kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (13.76kB)
[INFO] Unpacking org.eclipse.e4.core.commands_0.12.900.v20200110-1732...
[INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (25.88kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (25.88kB)
[INFO] Unpacking org.eclipse.e4.core.di_1.7.600.v20200428-0912...
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/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.16/R-4.16-202006040540/plugins/ (22.66kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (22.66kB)
[INFO] Unpacking org.eclipse.e4.core.contexts_1.8.400.v20191217-1710...
[INFO] Fetching org.eclipse.e4.core.services_2.2.300.v20200422-1846.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (28.06kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.services_2.2.300.v20200422-1846.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (28.06kB)
[INFO] Unpacking org.eclipse.e4.core.services_2.2.300.v20200422-1846...
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (7.68kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (7.68kB)
[INFO] Unpacking org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352...
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (7.72kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (7.72kB)
[INFO] Unpacking org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938...
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.600.v20200311-0642.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (16.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.600.v20200311-0642.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (16.65kB)
[INFO] Unpacking org.eclipse.e4.core.di.extensions.supplier_0.15.600.v20200311-0642...
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.700.v20200318-1219.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (21.82kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.700.v20200318-1219.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (21.82kB)
[INFO] Unpacking org.eclipse.e4.emf.xpath_0.2.700.v20200318-1219...
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (107.16kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (107.16kB)
[INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830...
[INFO] Fetching org.eclipse.emf.ecore_2.22.0.v20200519-1135.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (487.54kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore_2.22.0.v20200519-1135.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (487.54kB)
[INFO] Unpacking org.eclipse.emf.ecore_2.22.0.v20200519-1135...
[INFO] Fetching org.eclipse.e4.ui.bindings_0.12.900.v20200513-0930.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (23.02kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.bindings_0.12.900.v20200513-0930.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (23.02kB)
[INFO] Unpacking org.eclipse.e4.ui.bindings_0.12.900.v20200513-0930...
[INFO] Fetching org.eclipse.swt_3.114.100.v20200604-0951.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (16kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swt_3.114.100.v20200604-0951.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (16kB)
[INFO] Unpacking org.eclipse.swt_3.114.100.v20200604-0951...
[INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (13.16kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (13.16kB)
[INFO] Unpacking org.eclipse.e4.ui.services_1.3.700.v20190930-1643...
[INFO] Fetching org.eclipse.jface_3.20.0.v20200505-1952.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (361.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jface_3.20.0.v20200505-1952.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (361.92kB)
[INFO] Unpacking org.eclipse.jface_3.20.0.v20200505-1952...
[INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1200.v20200513-0930.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (66.16kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1200.v20200513-0930.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (66.16kB)
[INFO] Unpacking org.eclipse.e4.ui.css.core_0.12.1200.v20200513-0930...
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1000.v20200525-0806.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (65.8kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1000.v20200525-0806.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (65.8kB)
[INFO] Unpacking org.eclipse.e4.ui.css.swt_0.13.1000.v20200525-0806...
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.700.v20200527-0719.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (16.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.700.v20200527-0719.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (16.47kB)
[INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.12.700.v20200527-0719...
[INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (9.76kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (9.76kB)
[INFO] Unpacking org.eclipse.e4.ui.di_1.2.800.v20200128-0855...
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.800.v20200522-0923.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (27.84kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.800.v20200522-0923.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (27.84kB)
[INFO] Unpacking org.eclipse.e4.ui.dialogs_1.1.800.v20200522-0923...
[INFO] Fetching org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (7.94kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (7.94kB)
[INFO] Unpacking org.eclipse.e4.ui.ide_3.15.100.v20200323-2111...
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (111.14kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (111.14kB)
[INFO] Unpacking org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422...
[INFO] Fetching org.eclipse.equinox.event_1.5.400.v20200511-1702.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (16.62kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.event_1.5.400.v20200511-1702.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (16.62kB)
[INFO] Unpacking org.eclipse.equinox.event_1.5.400.v20200511-1702...
[INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (9.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (9.45kB)
[INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048...
[INFO] Fetching org.eclipse.e4.ui.workbench_1.11.300.v20200514-1625.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (85.1kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench_1.11.300.v20200514-1625.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (85.1kB)
[INFO] Unpacking org.eclipse.e4.ui.workbench_1.11.300.v20200514-1625...
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (51kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (51kB)
[INFO] Unpacking org.eclipse.emf.ecore.change_2.14.0.v20190528-0725...
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (84.02kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (84.02kB)
[INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725...
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1000.v20200517-1848.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (49.88kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1000.v20200517-1848.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (49.88kB)
[INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.3.1000.v20200517-1848...
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1200.v20200529-1321.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (95.01kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1200.v20200529-1321.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (95.01kB)
[INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.14.1200.v20200529-1321...
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1000.v20200514-1625.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (60.86kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1000.v20200514-1625.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (60.86kB)
[INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.14.1000.v20200514-1625...
[INFO] Fetching org.eclipse.jface.databinding_1.11.100.v20200522-1835.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (77.88kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jface.databinding_1.11.100.v20200522-1835.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (77.88kB)
[INFO] Unpacking org.eclipse.jface.databinding_1.11.100.v20200522-1835...
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (13.07kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (13.07kB)
[INFO] Unpacking org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805...
[INFO] Fetching org.eclipse.urischeme_1.1.0.v20200603-1117.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (22.48kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.urischeme_1.1.0.v20200603-1117.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (22.48kB)
[INFO] Unpacking org.eclipse.urischeme_1.1.0.v20200603-1117...
[INFO] Fetching org.eclipse.emf.common_2.19.0.v20200324-0932.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (115.11kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.common_2.19.0.v20200324-0932.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (115.11kB)
[INFO] Unpacking org.eclipse.emf.common_2.19.0.v20200324-0932...
[INFO] Fetching org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (23.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (23.95kB)
[INFO] Unpacking org.eclipse.equinox.bidi_1.2.300.v20191213-1901...
[INFO] Fetching org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (29.85kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (29.85kB)
[INFO] Unpacking org.eclipse.equinox.launcher_1.5.700.v20200207-2156...
[INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (32.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (32.04kB)
[INFO] Unpacking org.eclipse.equinox.p2.core_2.6.300.v20200211-1504...
[INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (74.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (74.47kB)
[INFO] Unpacking org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530...
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.0.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (107.88kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.0.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (107.88kB)
[INFO] Unpacking org.eclipse.equinox.p2.metadata_2.5.0.v20200511-1530...
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (50.94kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (50.94kB)
[INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528...
[INFO] Fetching org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (55.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (55.47kB)
[INFO] Unpacking org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121...
[INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (44.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (44.42kB)
[INFO] Unpacking org.tukaani.xz_1.8.0.v20180207-1613...
[INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (120.7kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (120.7kB)
[INFO] Unpacking org.eclipse.help_3.8.800.v20200525-0755...
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.0.v20200515-0330.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (105.75kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.0.v20200515-0330.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (105.75kB)
[INFO] Unpacking org.eclipse.ltk.core.refactoring_3.11.0.v20200515-0330...
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.0.v20200515-0330.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (176.74kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.0.v20200515-0330.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (176.74kB)
[INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.11.0.v20200515-0330...
[INFO] Fetching org.eclipse.ui.navigator_3.9.300.v20200513-0930.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (131.02kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.navigator_3.9.300.v20200513-0930.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (131.02kB)
[INFO] Unpacking org.eclipse.ui.navigator_3.9.300.v20200513-0930...
[INFO] Fetching org.eclipse.team.core_3.8.1000.v20200428-1255.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (124.89kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.team.core_3.8.1000.v20200428-1255.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (124.89kB)
[INFO] Unpacking org.eclipse.team.core_3.8.1000.v20200428-1255...
[INFO] Fetching org.eclipse.team.ui_3.8.900.v20200422-1935.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (492.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.team.ui_3.8.900.v20200422-1935.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (492.92kB)
[INFO] Unpacking org.eclipse.team.ui_3.8.900.v20200422-1935...
[INFO] Fetching org.junit.jupiter.api_5.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (56.99kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit.jupiter.api_5.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (56.99kB)
[INFO] Unpacking org.junit.jupiter.api_5.6.0.v20200203-2009...
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.114.100.v20200604-0951.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (955.98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.114.100.v20200604-0951.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (955.98kB)
[INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.114.100.v20200604-0951...
[INFO] Fetching org.eclipse.ui.workbench_3.119.0.v20200521-1247.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (997.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.workbench_3.119.0.v20200521-1247.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (997.92kB)
[INFO] Unpacking org.eclipse.ui.workbench_3.119.0.v20200521-1247...
[INFO] Fetching org.eclipse.ui.ide.application_1.3.700.v20200525-1456.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (56.86kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.ide.application_1.3.700.v20200525-1456.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (56.86kB)
[INFO] Unpacking org.eclipse.ui.ide.application_1.3.700.v20200525-1456...
[INFO] Fetching org.eclipse.ui.navigator.resources_3.7.300.v20200417-1241.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (71.64kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.navigator.resources_3.7.300.v20200417-1241.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (71.64kB)
[INFO] Unpacking org.eclipse.ui.navigator.resources_3.7.300.v20200417-1241...
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.900.v20200513-0930.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (40.75kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.900.v20200513-0930.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (40.75kB)
[INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.8.900.v20200513-0930...
[INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (14.79kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (14.79kB)
[INFO] Unpacking org.opentest4j_1.2.0.v20190826-0900...
[INFO] Fetching org.junit.platform.commons_1.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (50.23kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit.platform.commons_1.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (50.23kB)
[INFO] Unpacking org.junit.platform.commons_1.6.0.v20200203-2009...
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (16.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (16.71kB)
[INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627...
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.114.100.v20200604-0951.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (1.13MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.114.100.v20200604-0951.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (1.13MB)
[INFO] Unpacking org.eclipse.swt.win32.win32.x86_64_3.114.100.v20200604-0951...
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.114.100.v20200604-0951.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (834.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.114.100.v20200604-0951.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (834.71kB)
[INFO] Unpacking org.eclipse.swt.cocoa.macosx.x86_64_3.114.100.v20200604-0951...
[INFO] Resolving class path of MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.util.tests:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.text.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.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.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.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.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.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.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.text.core.tests:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.text.core.tests:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.net.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.net.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.net.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.net.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (107.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (107.05kB)
[INFO] Unpacking com.jcraft.jsch_0.1.55.v20190404-1902...
[INFO] Fetching org.eclipse.jsch.core_1.3.900.v20200422-1935.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (20.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jsch.core_1.3.900.v20200422-1935.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (20.71kB)
[INFO] Unpacking org.eclipse.jsch.core_1.3.900.v20200422-1935...
[INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.net.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.net.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Fetching 202006171000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2020-06/
[INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (96.94kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (96.94kB)
[INFO] Unpacking org.eclipse.emf.edit_2.16.0.v20190920-0401...
[INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.emf.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.preferences.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.preferences.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.preferences.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.databinding.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.databinding.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.databinding.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.text.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.text.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.text.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.text.core.tests:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.text.core.tests:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/.polyglot..META-INF_MANIFEST.MF
[INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (123kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (123kB)
[INFO] Unpacking org.junit_4.13.0.v20200204-1500...
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (29.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (29.18kB)
[INFO] Unpacking org.hamcrest.core_1.3.0.v20180420-1519...
[INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.text.core.tests:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (18.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (18.03kB)
[INFO] Unpacking org.eclipse.core.variables_3.4.800.v20200120-1101...
[INFO] Fetching org.eclipse.debug.core_3.15.100.v20200514-0816.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (124.57kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.debug.core_3.15.100.v20200514-0816.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (124.57kB)
[INFO] Unpacking org.eclipse.debug.core_3.15.100.v20200514-0816...
[INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Fetching org.eclipse.debug.ui_3.14.500.v20200520-0842.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (1MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.debug.ui_3.14.500.v20200520-0842.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (1MB)
[INFO] Unpacking org.eclipse.debug.ui_3.14.500.v20200520-0842...
[INFO] Fetching org.eclipse.ui.console_3.9.200.v20200511-1122.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (85.4kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.console_3.9.200.v20200511-1122.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (85.4kB)
[INFO] Unpacking org.eclipse.ui.console_3.9.200.v20200511-1122...
[INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.coremisc:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.coremisc:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.coremisc:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.uimisc:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.uimisc:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.uimisc:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.waltable.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.waltable.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.waltable.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.edb.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.edb.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Fetching org.apache.commons.dbcp_2.5.0.201902082045.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (75.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.dbcp_2.5.0.201902082045.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (75.04kB)
[INFO] Fetching org.apache.commons.dbcp_2.5.0.201902082045.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (19.28kB of 75.04kB at 15.28kB/s)
[INFO] Unpacking org.apache.commons.dbcp_2.5.0.201902082045...
[INFO] Fetching org.apache.commons.pool_2.6.2.201904171503.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (54.76kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.pool_2.6.2.201904171503.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (54.76kB)
[INFO] Unpacking org.apache.commons.pool_2.6.2.201904171503...
[INFO] Fetching org.apache.derby_10.11.1.1_v201605202053.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (1.36MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.derby_10.11.1.1_v201605202053.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (1.36MB)
[INFO] Unpacking org.apache.derby_10.11.1.1_v201605202053...
[INFO] Resolving class path of MavenProject: org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.edb.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.data:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.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.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.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.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.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.server:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.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.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.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.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.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.remotetools:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.remotetools/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.server.remotetools:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.remotetools/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.server.remotetools:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.remotetools/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.server.rpkg:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.rpkg/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.server.rpkg:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.rpkg/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.server.rpkg:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.rpkg/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.services.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.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.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.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.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.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.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.services.core.tests:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.services.core.tests:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.client:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.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.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.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.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.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.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/_assemblies/org.eclipse.statet.rj.core-feature/.polyglot.feature.xml.takari_issue_192
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/_assemblies/org.eclipse.statet.rj.core-feature/.polyglot.feature.xml.takari_issue_192
[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] Resolving class path of MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/_assemblies/org.eclipse.statet.rj.core-feature/.polyglot.feature.xml.takari_issue_192
[INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.servi:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.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.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.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.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.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.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.servi.tests:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.servi.tests:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.servi.e:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/_assemblies/org.eclipse.statet.rj.servi.e-feature/.polyglot.feature.xml.takari_issue_192
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.servi.e:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/_assemblies/org.eclipse.statet.rj.servi.e-feature/.polyglot.feature.xml.takari_issue_192
[INFO] Resolving class path of MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.servi.e:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/_assemblies/org.eclipse.statet.rj.servi.e-feature/.polyglot.feature.xml.takari_issue_192
[INFO] Computing target platform for MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.servi.repository:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.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.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.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.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.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.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.eclient.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.eclient.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.eclient.graphics:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.eclient.graphics:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.eclient.graphics:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.eclient:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.eclient:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.eclient:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.eclient:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/_assemblies/org.eclipse.statet.rj.eclient-feature/.polyglot.feature.xml.takari_issue_192
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.eclient:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/_assemblies/org.eclipse.statet.rj.eclient-feature/.polyglot.feature.xml.takari_issue_192
[INFO] Resolving class path of MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.eclient:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/_assemblies/org.eclipse.statet.rj.eclient-feature/.polyglot.feature.xml.takari_issue_192
[INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.example.demo:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.example.demo:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.example.demo:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.example.rcpdemo1:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.example.rcpdemo1:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.example.rcpdemo1:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.example.rcpdemo2:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.example.rcpdemo2:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.rj:org.eclipse.statet.rj.example.rcpdemo2:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.example.rcpdemo2:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-feature/.polyglot.feature.xml.takari_issue_192
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.example.rcpdemo2:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-feature/.polyglot.feature.xml.takari_issue_192
[INFO] Resolving class path of MavenProject: org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.example.rcpdemo2:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-feature/.polyglot.feature.xml.takari_issue_192
[INFO] Computing target platform for MavenProject: org.eclipse.statet.rj-assemblies:rcpdemo:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.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.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/.polyglot.rcpdemo.product
[INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (21.32kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (21.32kB)
[INFO] Unpacking javax.annotation_1.2.0.v201602091430...
[INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (31.52kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (31.52kB)
[INFO] Unpacking org.apache.felix.gogo.command_1.0.2.v20170914-1324...
[INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (75.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (75.47kB)
[INFO] Unpacking org.apache.felix.gogo.runtime_1.1.0.v20180713-1646...
[INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (34.83kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (34.83kB)
[INFO] Unpacking org.apache.felix.gogo.shell_1.1.0.v20180713-1646...
[INFO] Fetching org.eclipse.core.databinding.beans_1.6.100.v20191217-1850.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (26.2kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.databinding.beans_1.6.100.v20191217-1850.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (26.2kB)
[INFO] Unpacking org.eclipse.core.databinding.beans_1.6.100.v20191217-1850...
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (23.81kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (23.81kB)
[INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505...
[INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.800.v20200511-1223.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (103.56kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.800.v20200511-1223.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (103.56kB)
[INFO] Unpacking org.eclipse.osgi.compatibility.state_1.1.800.v20200511-1223...
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1200.v20200508-1552.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (69.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1200.v20200508-1552.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (69.04kB)
[INFO] Unpacking org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1200.v20200508-1552...
[INFO] Fetching org.eclipse.equinox.console_1.4.100.v20200525-1407.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (51.48kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.console_1.4.100.v20200525-1407.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (51.48kB)
[INFO] Unpacking org.eclipse.equinox.console_1.4.100.v20200525-1407...
[INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (8kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (8kB)
[INFO] Unpacking org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755...
[INFO] Fetching org.eclipse.jface.notifications_0.1.0.v20200511-0837.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (15.31kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jface.notifications_0.1.0.v20200511-0837.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (15.31kB)
[INFO] Unpacking org.eclipse.jface.notifications_0.1.0.v20200511-0837...
[INFO] Fetching org.eclipse.e4.rcp_4.16.0.v20200604-0951.jar from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/features/ (20.93kB)
[INFO] Fetching org.eclipse.emf.common_2.19.0.v20200324-0932.jar from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/features/ (19.03kB)
[INFO] Fetching org.eclipse.emf.ecore_2.22.0.v20200519-1135.jar from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/features/ (19.1kB)
[INFO] Fetching org.eclipse.equinox.executable_3.8.800.v20200514-1529.jar from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/features/ (249.52kB)
[INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.800.v20200514-1529 from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/binary/ (25.82kB)
[INFO] Fetching org.eclipse.update.configurator_3.4.600.v20200422-1910.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (43.22kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.update.configurator_3.4.600.v20200422-1910.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (43.22kB)
[INFO] Unpacking org.eclipse.update.configurator_3.4.600.v20200422-1910...
[INFO] Fetching org.eclipse.rcp_4.16.0.v20200604-0540.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (9.41kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.rcp_4.16.0.v20200604-0540.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (9.41kB)
[INFO] Unpacking org.eclipse.rcp_4.16.0.v20200604-0540...
[INFO] Fetching org.eclipse.rcp_4.16.0.v20200604-0951.jar from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/features/ (19.09kB)
[INFO] Fetching org.eclipse.rcp_root_4.16.0.v20200604-0951 from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/binary/ (25.54kB)
[INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1200.v20200508-1552.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (81.06kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1200.v20200508-1552.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (81.06kB)
[INFO] Unpacking org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1200.v20200508-1552...
[INFO] Fetching org.eclipse.e4.ui.swt.win32_1.0.600.v20200414-1657.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (7.88kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.swt.win32_1.0.600.v20200414-1657.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (7.88kB)
[INFO] Unpacking org.eclipse.e4.ui.swt.win32_1.0.600.v20200414-1657...
[INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.800.v20200514-1529 from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/binary/ (152.83kB)
[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.16/R-4.16-202006040540/plugins/ (16kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (16kB)
[INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656...
[INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1200.v20200508-1552.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (39.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1200.v20200508-1552.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (39.42kB)
[INFO] Unpacking org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1200.v20200508-1552...
[INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.800.v20200514-1529 from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/binary/ (17.06kB)
[INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (7.61kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (7.61kB)
[INFO] Unpacking org.eclipse.ui.cocoa_1.2.400.v20191217-1850...
[INFO] Resolving class path of MavenProject: org.eclipse.statet.rj-assemblies:rcpdemo:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.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.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.eutils:org.eclipse.statet.eutils.autonature:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/.polyglot..META-INF_MANIFEST.MF
[INFO] Fetching org.eclipse.platform_4.16.0.v20200604-0540.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (341.13kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.platform_4.16.0.v20200604-0540.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (341.13kB)
[INFO] Unpacking org.eclipse.platform_4.16.0.v20200604-0540...
[INFO] Fetching org.eclipse.ui.intro_3.5.1000.v20200525-1037.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (142.89kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.intro_3.5.1000.v20200525-1037.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (142.89kB)
[INFO] Unpacking org.eclipse.ui.intro_3.5.1000.v20200525-1037...
[INFO] Resolving class path of MavenProject: org.eclipse.statet.eutils:org.eclipse.statet.eutils.autonature:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.eutils-assemblies:org.eclipse.statet.eutils.autonature:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils/autonature/_assemblies/org.eclipse.statet.eutils.autonature-feature/.polyglot.feature.xml.takari_issue_192
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.eutils-assemblies:org.eclipse.statet.eutils.autonature:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils/autonature/_assemblies/org.eclipse.statet.eutils.autonature-feature/.polyglot.feature.xml.takari_issue_192
[INFO] Resolving class path of MavenProject: org.eclipse.statet.eutils-assemblies:org.eclipse.statet.eutils.autonature:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils/autonature/_assemblies/org.eclipse.statet.eutils.autonature-feature/.polyglot.feature.xml.takari_issue_192
[INFO] Computing target platform for MavenProject: org.eclipse.statet.eutils:org.eclipse.statet.eutils.autorun:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.eutils:org.eclipse.statet.eutils.autorun:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.eutils:org.eclipse.statet.eutils.autorun:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.eutils-assemblies:org.eclipse.statet.eutils.autorun:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils/autorun/_assemblies/org.eclipse.statet.eutils.autorun-feature/.polyglot.feature.xml.takari_issue_192
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.eutils-assemblies:org.eclipse.statet.eutils.autorun:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils/autorun/_assemblies/org.eclipse.statet.eutils.autorun-feature/.polyglot.feature.xml.takari_issue_192
[INFO] Resolving class path of MavenProject: org.eclipse.statet.eutils-assemblies:org.eclipse.statet.eutils.autorun:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils/autorun/_assemblies/org.eclipse.statet.eutils.autorun-feature/.polyglot.feature.xml.takari_issue_192
[INFO] Computing target platform for MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Fetching javaewah_1.1.7.v20200107-0831.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (58.39kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching javaewah_1.1.7.v20200107-0831.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (58.39kB)
[INFO] Unpacking javaewah_1.1.7.v20200107-0831...
[INFO] Fetching org.eclipse.jgit_5.8.0.202006091008-r.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.7MB)
[INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24kB)
[INFO] Unpacking org.slf4j.api_1.7.30.v20200204-2150...
[INFO] Resolving class path of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Fetching org.eclipse.ecf_3.9.5.v20200217-1548.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (48.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ecf_3.9.5.v20200217-1548.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (48.04kB)
[INFO] Unpacking org.eclipse.ecf_3.9.5.v20200217-1548...
[INFO] Fetching org.eclipse.ecf.identity_3.9.300.v20191020-1846.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (27.11kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ecf.identity_3.9.300.v20191020-1846.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (27.11kB)
[INFO] Unpacking org.eclipse.ecf.identity_3.9.300.v20191020-1846...
[INFO] Fetching org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (12.22kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (12.22kB)
[INFO] Unpacking org.eclipse.equinox.concurrent_1.1.500.v20200106-1437...
[INFO] Fetching org.eclipse.ecf.datashare_3.0.201.v20191012-1926.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.77kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ecf.datashare_3.0.201.v20191012-1926.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (11.77kB)
[INFO] Unpacking org.eclipse.ecf.datashare_3.0.201.v20191012-1926...
[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] The user operation is waiting for background work to complete.
[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] Unpacking org.eclipse.ecf.docshare_3.0.301.v20191012-1926...
[INFO] Fetching org.eclipse.ecf.presence.ui_2.4.101.v20191012-1926.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (73.55kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ecf.presence.ui_2.4.101.v20191012-1926.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (73.55kB)
[INFO] Unpacking org.eclipse.ecf.presence.ui_2.4.101.v20191012-1926...
[INFO] Fetching org.eclipse.ecf.presence_2.1.101.v20191012-1926.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.01kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ecf.presence_2.1.101.v20191012-1926.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.01kB)
[INFO] Unpacking org.eclipse.ecf.presence_2.1.101.v20191012-1926...
[INFO] Fetching org.eclipse.ecf.sync_2.0.201.v20191012-1926.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.17kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ecf.sync_2.0.201.v20191012-1926.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.17kB)
[INFO] Unpacking org.eclipse.ecf.sync_2.0.201.v20191012-1926...
[INFO] Fetching org.eclipse.ecf.filetransfer_5.1.0.v20200217-0016.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (20.34kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ecf.filetransfer_5.1.0.v20200217-0016.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (20.34kB)
[INFO] Unpacking org.eclipse.ecf.filetransfer_5.1.0.v20200217-0016...
[INFO] Fetching org.eclipse.ecf.ui_2.2.101.v20191012-1926.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (63.25kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ecf.ui_2.2.101.v20191012-1926.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (63.25kB)
[INFO] Unpacking org.eclipse.ecf.ui_2.2.101.v20191012-1926...
[INFO] Fetching org.eclipse.ecf.sharedobject_2.6.1.v20191012-1926.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ecf.sharedobject_2.6.1.v20191012-1926.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.18kB)
[INFO] Unpacking org.eclipse.ecf.sharedobject_2.6.1.v20191012-1926...
[INFO] Fetching org.eclipse.search_3.11.1000.v20200410-1852.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (215.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.search_3.11.1000.v20200410-1852.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (215.04kB)
[INFO] Unpacking org.eclipse.search_3.11.1000.v20200410-1852...
[INFO] Resolving class path of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.buildpath.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.buildpath.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.buildpath.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.buildpath.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.buildpath.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.ltk:org.eclipse.statet.ltk.buildpath.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.ltk-assemblies:org.eclipse.statet.ltk:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/_assemblies/org.eclipse.statet.ltk-feature/.polyglot.feature.xml.takari_issue_192
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.ltk-assemblies:org.eclipse.statet.ltk:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/_assemblies/org.eclipse.statet.ltk-feature/.polyglot.feature.xml.takari_issue_192
[INFO] Resolving class path of MavenProject: org.eclipse.statet.ltk-assemblies:org.eclipse.statet.ltk:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/_assemblies/org.eclipse.statet.ltk-feature/.polyglot.feature.xml.takari_issue_192
[INFO] Computing target platform for MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.base.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.base.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.base.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.base.core.tests:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.core-tests/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.base.core.tests:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.core-tests/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.base.core.tests:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.core-tests/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.base.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.base.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.base.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.tex.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.tex.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.tex.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.tex.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.tex.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.tex.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (676.21kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (676.21kB)
[INFO] Unpacking com.google.guava_21.0.0.v20170206-1425...
[INFO] Fetching org.eclipse.mylyn.wikitext_3.0.37.20200303191522.jar from https://download.eclipse.org/mylyn/docs/releases/3.0.37/plugins/ (363.96kB)
[INFO] Fetching org.jsoup_1.8.3.v20181012-1713.jar from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (336.56kB)
[INFO] Fetching org.snakeyaml.snakeyaml_1.23.0.201902082045.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (98.81kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.snakeyaml.snakeyaml_1.23.0.201902082045.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (98.81kB)
[INFO] Unpacking org.snakeyaml.snakeyaml_1.23.0.201902082045...
[INFO] Resolving class path of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Fetching org.eclipse.mylyn.wikitext.osgi_3.0.37.202003031916.jar from https://download.eclipse.org/mylyn/docs/releases/3.0.37/plugins/ (13.42kB)
[INFO] Fetching org.eclipse.mylyn.wikitext.ui_3.0.37.202003031916.jar from https://download.eclipse.org/mylyn/docs/releases/3.0.37/plugins/ (440.87kB)
[INFO] Resolving class path of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.core.tests:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.core.tests:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.core.tests:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.doc.user:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.doc.user/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.doc.user:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.doc.user/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.doc.user:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.doc.user/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.yaml:org.eclipse.statet.yaml.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.yaml:org.eclipse.statet.yaml.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.yaml:org.eclipse.statet.yaml.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.yaml:org.eclipse.statet.yaml.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.yaml:org.eclipse.statet.yaml.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.yaml:org.eclipse.statet.yaml.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.yaml-assemblies:org.eclipse.statet.yaml:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/_assemblies/org.eclipse.statet.yaml-feature/.polyglot.feature.xml.takari_issue_192
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.yaml-assemblies:org.eclipse.statet.yaml:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/_assemblies/org.eclipse.statet.yaml-feature/.polyglot.feature.xml.takari_issue_192
[INFO] Resolving class path of MavenProject: org.eclipse.statet.yaml-assemblies:org.eclipse.statet.yaml:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/_assemblies/org.eclipse.statet.yaml-feature/.polyglot.feature.xml.takari_issue_192
[INFO] Computing target platform for MavenProject: org.eclipse.statet.rhelp:org.eclipse.statet.rhelp.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.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.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/pom.xml
[INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (60.2kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (60.2kB)
[INFO] Unpacking javax.servlet_3.1.0.v201410161800...
[INFO] Fetching org.apache.lucene.analyzers-common_7.5.0.201902082045.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (692.29kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.lucene.analyzers-common_7.5.0.201902082045.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (692.29kB)
[INFO] Unpacking org.apache.lucene.analyzers-common_7.5.0.201902082045...
[INFO] Fetching org.apache.lucene.core_7.5.0.201902082045.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (897.25kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.lucene.core_7.5.0.201902082045.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (897.25kB)
[INFO] Unpacking org.apache.lucene.core_7.5.0.201902082045...
[INFO] Fetching org.apache.lucene.highlighter_7.5.0.201902082045.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (84.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.lucene.highlighter_7.5.0.201902082045.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (84.18kB)
[INFO] Unpacking org.apache.lucene.highlighter_7.5.0.201902082045...
[INFO] Fetching org.apache.lucene.queries_7.5.0.201902082045.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (79.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.lucene.queries_7.5.0.201902082045.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (79.47kB)
[INFO] Unpacking org.apache.lucene.queries_7.5.0.201902082045...
[INFO] Fetching org.apache.lucene.join_7.5.0.201902082045.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (53.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.lucene.join_7.5.0.201902082045.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (53.45kB)
[INFO] Unpacking org.apache.lucene.join_7.5.0.201902082045...
[INFO] Fetching org.apache.lucene.queryparser_7.5.0.201902082045.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (132.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.lucene.queryparser_7.5.0.201902082045.jar.pack.gz from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/plugins/ (132.45kB)
[INFO] Unpacking org.apache.lucene.queryparser_7.5.0.201902082045...
Mar 25, 2021 9:33:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond
Mar 25, 2021 9:33:49 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://download.eclipse.org:443
[INFO] Fetching org.eclipse.jetty.client_9.4.29.v20200521.jar from https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.29.v20200521/plugins/ (341.05kB)
[INFO] Fetching org.eclipse.jetty.http_9.4.29.v20200521.jar from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (220.94kB)
[INFO] Fetching org.eclipse.jetty.io_9.4.29.v20200521.jar from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (172.52kB)
[INFO] Fetching org.eclipse.jetty.util_9.4.29.v20200521.jar from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (574.4kB)
[INFO] Fetching org.eclipse.jetty.proxy_9.4.29.v20200521.jar from https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.29.v20200521/plugins/ (103.83kB)
[INFO] Fetching org.eclipse.jetty.server_9.4.29.v20200521.jar from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (717.58kB)
[INFO] Resolving class path of MavenProject: org.eclipse.statet.rhelp:org.eclipse.statet.rhelp.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.statet.rhelp:org.eclipse.statet.rhelp.core.http.tests:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core-tests/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rhelp:org.eclipse.statet.rhelp.core.http.tests:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core-tests/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.rhelp:org.eclipse.statet.rhelp.core.http.tests:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core-tests/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.ide.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.ide.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.ide.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.ide.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.ide.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.ide.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.nico.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.nico.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.nico.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.nico.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.nico.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.nico.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Fetching org.eclipse.equinox.http.jetty_3.7.400.v20200123-1333.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (16.59kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.http.jetty_3.7.400.v20200123-1333.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (16.59kB)
[INFO] Unpacking org.eclipse.equinox.http.jetty_3.7.400.v20200123-1333...
[INFO] Fetching org.eclipse.equinox.http.servlet_1.6.500.v20200511-1535.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (76.4kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.http.servlet_1.6.500.v20200511-1535.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (76.4kB)
[INFO] Unpacking org.eclipse.equinox.http.servlet_1.6.500.v20200511-1535...
[INFO] Fetching org.eclipse.jetty.servlet_9.4.29.v20200521.jar from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (139.2kB)
[INFO] Fetching org.eclipse.equinox.http.registry_1.1.800.v20200422-1833.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (18.41kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.http.registry_1.1.800.v20200422-1833.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (18.41kB)
[INFO] Unpacking org.eclipse.equinox.http.registry_1.1.800.v20200422-1833...
[INFO] Fetching org.eclipse.jetty.security_9.4.29.v20200521.jar from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (126.54kB)
[INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.core.tests:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.core.tests:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/.polyglot..META-INF_MANIFEST.MF
[INFO] Fetching org.junit.jupiter.params_5.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (184.66kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit.jupiter.params_5.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (184.66kB)
[INFO] Unpacking org.junit.jupiter.params_5.6.0.v20200203-2009...
[INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.core.tests:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.console.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.console.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.console.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.console.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.console.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Fetching org.eclipse.jdt.core_3.22.0.v20200530-2032.jar from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (6.83MB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.0.v20200526-0740.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (493.48kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.0.v20200526-0740.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (493.48kB)
[INFO] Unpacking org.eclipse.jdt.core.manipulation_1.14.0.v20200526-0740...
[INFO] Fetching org.eclipse.jdt.launching_3.17.100.v20200526-1503.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (281.75kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.launching_3.17.100.v20200526-1503.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (281.75kB)
[INFO] Unpacking org.eclipse.jdt.launching_3.17.100.v20200526-1503...
[INFO] Fetching org.eclipse.jdt.debug_3.15.100.v20200525-2012.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (966.69kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.debug_3.15.100.v20200525-2012.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (966.69kB)
[INFO] Unpacking org.eclipse.jdt.debug_3.15.100.v20200525-2012...
[INFO] Fetching org.eclipse.jdt.debug.ui_3.11.0.v20200525-2012.jar from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (1.66MB)
[INFO] Fetching org.eclipse.jdt.ui_3.21.100.v20200602-0959.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (3.94MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.ui_3.21.100.v20200602-0959.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (3.94MB)
[INFO] Unpacking org.eclipse.jdt.ui_3.21.100.v20200602-0959...
[INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.console.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.debug.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.debug.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.debug.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.debug.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.debug.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.debug.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.launching.winrgui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.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.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.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.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.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.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.apps:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/.polyglot..META-INF_MANIFEST.MF
[INFO] Fetching org.eclipse.ui.browser_3.6.800.v20200410-1405.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (97.9kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.browser_3.6.800.v20200410-1405.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (97.9kB)
[INFO] Unpacking org.eclipse.ui.browser_3.6.800.v20200410-1405...
[INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.apps:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.doc:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.doc/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.doc:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.doc/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r.doc:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.doc/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.r:org.eclipse.statet.r:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.r:org.eclipse.statet.r:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.r-assemblies:org.eclipse.statet.r:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/_assemblies/org.eclipse.statet.r-feature/.polyglot.feature.xml.takari_issue_192
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.r-assemblies:org.eclipse.statet.r:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/_assemblies/org.eclipse.statet.r-feature/.polyglot.feature.xml.takari_issue_192
[INFO] Fetching org.apache.ant_1.10.8.v20200515-1239.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (2.86MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.ant_1.10.8.v20200515-1239.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (2.86MB)
[INFO] Unpacking org.apache.ant_1.10.8.v20200515-1239...
[INFO] Fetching org.eclipse.ant.core_3.5.700.v20191221-1203.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (72.39kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ant.core_3.5.700.v20191221-1203.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (72.39kB)
[INFO] Unpacking org.eclipse.ant.core_3.5.700.v20191221-1203...
[INFO] Fetching org.eclipse.ant.launching_1.2.900.v20200410-1424.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (102.08kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ant.launching_1.2.900.v20200410-1424.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (102.08kB)
[INFO] Unpacking org.eclipse.ant.launching_1.2.900.v20200410-1424...
[INFO] Fetching org.eclipse.core.externaltools_1.1.700.v20200416-1310.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (20.79kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.externaltools_1.1.700.v20200416-1310.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (20.79kB)
[INFO] Unpacking org.eclipse.core.externaltools_1.1.700.v20200416-1310...
[INFO] Fetching org.eclipse.ant.ui_3.7.800.v20200413-1643.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (483.38kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ant.ui_3.7.800.v20200413-1643.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (483.38kB)
[INFO] Unpacking org.eclipse.ant.ui_3.7.800.v20200413-1643...
[INFO] Fetching org.eclipse.ui.externaltools_3.4.700.v20200319-0924.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (65.77kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.externaltools_3.4.700.v20200319-0924.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (65.77kB)
[INFO] Unpacking org.eclipse.ui.externaltools_3.4.700.v20200319-0924...
[INFO] Fetching org.eclipse.jdt.junit_3.11.800.v20200518-1033.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (235.58kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.junit_3.11.800.v20200518-1033.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (235.58kB)
[INFO] Unpacking org.eclipse.jdt.junit_3.11.800.v20200518-1033...
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (19.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (19.47kB)
[INFO] Unpacking org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702...
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (34.56kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (34.56kB)
[INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546...
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (16.64kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (16.64kB)
[INFO] Unpacking org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505...
[INFO] Fetching org.eclipse.jdt_3.18.400.v20200604-0540.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (29.43kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt_3.18.400.v20200604-0540.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (29.43kB)
[INFO] Unpacking org.eclipse.jdt_3.18.400.v20200604-0540...
[INFO] Fetching org.eclipse.ui.cheatsheets_3.5.800.v20200522-1354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (150.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.cheatsheets_3.5.800.v20200522-1354.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (150.45kB)
[INFO] Unpacking org.eclipse.ui.cheatsheets_3.5.800.v20200522-1354...
[INFO] Fetching org.eclipse.jdt.annotation_1.1.500.v20200407-1355.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (9.46kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.annotation_1.1.500.v20200407-1355.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (9.46kB)
[INFO] Unpacking org.eclipse.jdt.annotation_1.1.500.v20200407-1355...
[INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (16.59kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (16.59kB)
[INFO] Unpacking org.eclipse.jdt.annotation_2.2.600.v20200408-1511...
[INFO] Fetching org.eclipse.jdt.apt.core_3.6.600.v20200529-1546.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (128.11kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.apt.core_3.6.600.v20200529-1546.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (128.11kB)
[INFO] Unpacking org.eclipse.jdt.apt.core_3.6.600.v20200529-1546...
[INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.500.v20200322-1447.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (18.1kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.500.v20200322-1447.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (18.1kB)
[INFO] Unpacking org.eclipse.jdt.apt.pluggable.core_1.2.500.v20200322-1447...
[INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.900.v20200428-1854.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (153.68kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.900.v20200428-1854.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (153.68kB)
[INFO] Unpacking org.eclipse.jdt.compiler.tool_1.2.900.v20200428-1854...
[INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.1000.v20200505-1625.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (77.26kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.1000.v20200505-1625.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (77.26kB)
[INFO] Unpacking org.eclipse.jdt.compiler.apt_1.3.1000.v20200505-1625...
[INFO] Fetching org.eclipse.jdt.apt.ui_3.6.400.v20200429-0738.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (31.56kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.apt.ui_3.6.400.v20200429-0738.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (31.56kB)
[INFO] Unpacking org.eclipse.jdt.apt.ui_3.6.400.v20200429-0738...
[INFO] Fetching org.eclipse.jdt.core.formatterapp_1.0.0.v20200119-0748.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (9.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.core.formatterapp_1.0.0.v20200119-0748.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (9.04kB)
[INFO] Unpacking org.eclipse.jdt.core.formatterapp_1.0.0.v20200119-0748...
[INFO] Fetching org.eclipse.jdt.doc.user_3.15.700.v20200603-0557.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (9.25MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.doc.user_3.15.700.v20200603-0557.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (9.25MB)
[INFO] Unpacking org.eclipse.jdt.doc.user_3.15.700.v20200603-0557...
[INFO] Fetching org.eclipse.jdt.junit.core_3.10.700.v20200501-1429.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (65.97kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.junit.core_3.10.700.v20200501-1429.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (65.97kB)
[INFO] Unpacking org.eclipse.jdt.junit.core_3.10.700.v20200501-1429...
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.200.v20200501-1429.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (24.57kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.200.v20200501-1429.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (24.57kB)
[INFO] Unpacking org.eclipse.jdt.junit.runtime_3.5.200.v20200501-1429...
[INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.1200.v20200214-0716.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (13.19kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.1200.v20200214-0716.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (13.19kB)
[INFO] Unpacking org.eclipse.jdt.junit4.runtime_1.1.1200.v20200214-0716...
[INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.900.v20200513-0617.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (12.96kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.900.v20200513-0617.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (12.96kB)
[INFO] Unpacking org.eclipse.jdt.junit5.runtime_1.0.900.v20200513-0617...
[INFO] Fetching org.junit.jupiter.engine_5.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (72.22kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit.jupiter.engine_5.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (72.22kB)
[INFO] Unpacking org.junit.jupiter.engine_5.6.0.v20200203-2009...
[INFO] Fetching org.junit.jupiter.migrationsupport_5.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (21.54kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit.jupiter.migrationsupport_5.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (21.54kB)
[INFO] Unpacking org.junit.jupiter.migrationsupport_5.6.0.v20200203-2009...
[INFO] Fetching org.junit.platform.engine_1.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (58.76kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit.platform.engine_1.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (58.76kB)
[INFO] Unpacking org.junit.platform.engine_1.6.0.v20200203-2009...
[INFO] Fetching org.junit.platform.launcher_1.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (50.12kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Unpacking org.junit.platform.launcher_1.6.0.v20200203-2009...
[INFO] Fetching org.junit.platform.runner_1.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (21.1kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit.platform.runner_1.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (21.1kB)
[INFO] Unpacking org.junit.platform.runner_1.6.0.v20200203-2009...
[INFO] Fetching org.junit.platform.suite.api_1.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (16.89kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit.platform.suite.api_1.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (16.89kB)
[INFO] Unpacking org.junit.platform.suite.api_1.6.0.v20200203-2009...
[INFO] Fetching org.junit.vintage.engine_5.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (33.61kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit.vintage.engine_5.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (33.61kB)
[INFO] Unpacking org.junit.vintage.engine_5.6.0.v20200203-2009...
[INFO] Fetching org.eclipse.jdt_3.18.400.v20200604-0540.jar from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/features/ (19.71kB)
[INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.500.v20200116-2251.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (12.12kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.500.v20200116-2251.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (12.12kB)
[INFO] Unpacking org.eclipse.jdt.launching.macosx_3.4.500.v20200116-2251...
[INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.600.v20200204-1737.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (29.17kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.600.v20200204-1737.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540/plugins/ (29.17kB)
[INFO] Unpacking org.eclipse.jdt.launching.ui.macosx_1.2.600.v20200204-1737...
[INFO] Resolving class path of MavenProject: org.eclipse.statet.r-assemblies:org.eclipse.statet.r:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/_assemblies/org.eclipse.statet.r-feature/.polyglot.feature.xml.takari_issue_192
[INFO] Computing target platform for MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.r:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.r:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.r:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r.debug:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.debug/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r.debug:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.debug/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r.debug:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.debug/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r.doc:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.doc/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r.doc:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.doc/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r.doc:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.doc/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.debug:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.debug/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.debug:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.debug/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.debug:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.debug/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.commonmark:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.commonmark:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.commonmark:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.textile:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.textile:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/.polyglot..META-INF_MANIFEST.MF
[INFO] Fetching org.eclipse.mylyn.wikitext.textile_3.0.37.20200303191522.jar from https://download.eclipse.org/mylyn/docs/releases/3.0.37/plugins/ (90.46kB)
[INFO] Fetching org.eclipse.mylyn.wikitext.textile.ui_3.0.37.202003031916.jar from https://download.eclipse.org/mylyn/docs/releases/3.0.37/plugins/ (12.28kB)
[INFO] Resolving class path of MavenProject: org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.textile:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.redocs-assemblies:org.eclipse.statet.redocs.tex.r:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/_assemblies/org.eclipse.statet.redocs.tex.r-feature/.polyglot.feature.xml.takari_issue_192
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs-assemblies:org.eclipse.statet.redocs.tex.r:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/_assemblies/org.eclipse.statet.redocs.tex.r-feature/.polyglot.feature.xml.takari_issue_192
[INFO] Resolving class path of MavenProject: org.eclipse.statet.redocs-assemblies:org.eclipse.statet.redocs.tex.r:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/_assemblies/org.eclipse.statet.redocs.tex.r-feature/.polyglot.feature.xml.takari_issue_192
[INFO] Computing target platform for MavenProject: org.eclipse.statet.redocs-assemblies:org.eclipse.statet.redocs.wikitext.r:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/_assemblies/org.eclipse.statet.redocs.wikitext.r-feature/.polyglot.feature.xml.takari_issue_192
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.redocs-assemblies:org.eclipse.statet.redocs.wikitext.r:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/_assemblies/org.eclipse.statet.redocs.wikitext.r-feature/.polyglot.feature.xml.takari_issue_192
[INFO] Resolving class path of MavenProject: org.eclipse.statet.redocs-assemblies:org.eclipse.statet.redocs.wikitext.r:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/_assemblies/org.eclipse.statet.redocs.wikitext.r-feature/.polyglot.feature.xml.takari_issue_192
[INFO] Computing target platform for MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.base.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.base.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.42kB)
[INFO] Unpacking org.eclipse.emf.databinding_1.5.0.v20180706-1146...
[INFO] Fetching org.eclipse.emf.databinding.edit_1.6.0.v20190323-1031.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.51kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.databinding.edit_1.6.0.v20190323-1031.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.51kB)
[INFO] Unpacking org.eclipse.emf.databinding.edit_1.6.0.v20190323-1031...
[INFO] Resolving class path of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.base.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.base.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.base.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (59.46kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (59.46kB)
[INFO] Unpacking org.eclipse.emf.common.ui_2.18.0.v20190507-0402...
[INFO] Fetching org.eclipse.emf.edit.ui_2.18.0.v20200205-0529.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (108.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.edit.ui_2.18.0.v20200205-0529.jar.pack.gz from https://download.eclipse.org/releases/2020-06/202006171000/plugins/ (108.42kB)
[INFO] Unpacking org.eclipse.emf.edit.ui_2.18.0.v20200205-0529...
[INFO] Resolving class path of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.base.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ftable.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ftable.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ftable.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ftable.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ftable.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ftable.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.core:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Resolving class path of MavenProject: org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.ui:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/.polyglot..META-INF_MANIFEST.MF
[INFO] Computing target platform for MavenProject: org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ftable:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ftable-feature/.polyglot.feature.xml.takari_issue_192
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ftable:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ftable-feature/.polyglot.feature.xml.takari_issue_192
[INFO] Resolving class path of MavenProject: org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ftable:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ftable-feature/.polyglot.feature.xml.takari_issue_192
[INFO] Computing target platform for MavenProject: org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ggplot:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ggplot-feature/.polyglot.feature.xml.takari_issue_192
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ggplot:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ggplot-feature/.polyglot.feature.xml.takari_issue_192
[INFO] Resolving class path of MavenProject: org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ggplot:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ggplot-feature/.polyglot.feature.xml.takari_issue_192
[INFO] Computing target platform for MavenProject: org.eclipse.statet-assemblies:org.eclipse.statet.repository:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet/releng/statet-repository/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.statet-assemblies:org.eclipse.statet.repository:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet/releng/statet-repository/pom.xml
[INFO] Fetching org.eclipse.statet.releng.3rdparty_4.0.0.201904171503.jar from https://ci.eclipse.org/statet/job/3rdparty-master/42/artifact/org.eclipse.statet/3rdparty/_assemblies/repository/target/repository/features/ (1.09kB)
[INFO] Resolving class path of MavenProject: org.eclipse.statet-assemblies:org.eclipse.statet.repository:4.2.4.202103250600-r @ /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet/releng/statet-repository/pom.xml
[WARNING] The project org.eclipse.statet-releng:parent:pom:4.2.4.202103250600-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.2.4.202103250600-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] StatET JCommons - Util - Tests  (Incubation)       [eclipse-test-plugin]
[INFO] org.eclipse.statet.jcommons.text.core                   [eclipse-plugin]
[INFO] StatET JCommons - Text - Core - Tests  (Incubation) [eclipse-test-plugin]
[INFO] ecommons                                                           [pom]
[INFO] StatET ECommons - Runtime - Core  (Incubation)          [eclipse-plugin]
[INFO] StatET ECommons - Runtime - UI  (Incubation)            [eclipse-plugin]
[INFO] StatET ECommons - Net - Core  (Incubation)              [eclipse-plugin]
[INFO] StatET ECommons - EMF - Core  (Incubation)              [eclipse-plugin]
[INFO] StatET ECommons - EMF - UI  (Incubation)                [eclipse-plugin]
[INFO] StatET ECommons - Preferences - Core  (Incubation)      [eclipse-plugin]
[INFO] StatET ECommons - Databinding - Core  (Incubation)      [eclipse-plugin]
[INFO] StatET ECommons - Text - Core  (Incubation)             [eclipse-plugin]
[INFO] StatET ECommons - Text - Core - Tests  (Incubation) [eclipse-test-plugin]
[INFO] StatET ECommons - Miscellany of Core Packages  (Incubation) [eclipse-plugin]
[INFO] StatET ECommons - Debug - Core  (Incubation)            [eclipse-plugin]
[INFO] StatET ECommons - Miscellany of UI Packages  (Incubation) [eclipse-plugin]
[INFO] StatET ECommons - Debug - UI  (Incubation)              [eclipse-plugin]
[INFO] ecommons.waltable                                                  [pom]
[INFO] StatET ECommons - WaLTable - Core  (Incubation)         [eclipse-plugin]
[INFO] ecommons.edb                                                       [pom]
[INFO] 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.server                            [eclipse-plugin]
[INFO] StatET RJ - Server - Remote Tools  (Incubation)         [eclipse-plugin]
[INFO] StatET RJ - Server - R Package Skeleton + API  (Incubation) [eclipse-plugin]
[INFO] org.eclipse.statet.rj.services.core                     [eclipse-plugin]
[INFO] StatET RJ - R Services API and Tools - Tests  (Incubation) [eclipse-test-plugin]
[INFO] org.eclipse.statet.rj.client                            [eclipse-plugin]
[INFO] StatET RJ - Java Core  (Incubation)                     [eclipse-plugin]
[INFO] rj.core                                                            [pom]
[INFO] 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] 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] StatET RJ - Eclipse Client - Core  (Incubation)         [eclipse-plugin]
[INFO] StatET RJ - Eclipse Client  (Incubation)                [eclipse-plugin]
[INFO] StatET RJ - Eclipse Client - R Graphics  (Incubation)   [eclipse-plugin]
[INFO] rj.eclient                                                         [pom]
[INFO] StatET RJ - Eclipse Client  (Incubation)               [eclipse-feature]
[INFO] StatET RJ - RServi E-Compilation  (Incubation)         [eclipse-feature]
[INFO] Eclipse StatET RJ - RServi                          [eclipse-repository]
[INFO] rj.examples                                                        [pom]
[INFO] StatET RJ - RServi Demo  (Incubation)                   [eclipse-plugin]
[INFO] StatET RJ - RServi RCP Demo 1  (Incubation)             [eclipse-plugin]
[INFO] StatET RJ - RServi RCP Demo 2  (Incubation)             [eclipse-plugin]
[INFO] rj.examples                                                        [pom]
[INFO] StatET RJ - RCP Demo 2  (Incubation)                   [eclipse-feature]
[INFO] RServi RCP Demo                                     [eclipse-repository]
[INFO] org.eclipse.statet-eutils                                          [pom]
[INFO] autonature                                                         [pom]
[INFO] StatET EUtils - Auto-Nature  (Incubation)               [eclipse-plugin]
[INFO] autonature                                                         [pom]
[INFO] StatET Auto Project Configuration  (Incubation)        [eclipse-feature]
[INFO] autorun                                                            [pom]
[INFO] StatET EUtils - Auto Run  (Incubation)                  [eclipse-plugin]
[INFO] autorun                                                            [pom]
[INFO] StatET Auto Run  (Incubation)                          [eclipse-feature]
[INFO] org.eclipse.statet-ltk                                             [pom]
[INFO] ltk                                                                [pom]
[INFO] StatET LTK  (Incubation)                                [eclipse-plugin]
[INFO] StatET LTK - Core  (Incubation)                         [eclipse-plugin]
[INFO] StatET LTK - UI  (Incubation)                           [eclipse-plugin]
[INFO] StatET LTK - Buildpath - Core  (Incubation)             [eclipse-plugin]
[INFO] StatET LTK - Buildpath - UI  (Incubation)               [eclipse-plugin]
[INFO] ltk                                                                [pom]
[INFO] StatET LTK  (Incubation)                               [eclipse-feature]
[INFO] org.eclipse.statet-docmlet                                         [pom]
[INFO] docmlet                                                            [pom]
[INFO] StatET DocMLET - Base - Core  (Incubation)              [eclipse-plugin]
[INFO] StatET DocMLET - Base - Core - Tests  (Incubation) [eclipse-test-plugin]
[INFO] StatET DocMLET - Base - UI  (Incubation)                [eclipse-plugin]
[INFO] StatET DocMLET - TeX - Core  (Incubation)               [eclipse-plugin]
[INFO] StatET DocMLET - TeX - UI  (Incubation)                 [eclipse-plugin]
[INFO] yaml                                                               [pom]
[INFO] StatET YAML Tools - Core  (Incubation)                  [eclipse-plugin]
[INFO] StatET DocMLET - Wikitext - Core  (Incubation)          [eclipse-plugin]
[INFO] StatET DocMLET - Wikitext - UI  (Incubation)            [eclipse-plugin]
[INFO] StatET DocMLET - Wikitext - CommonMark - Core  (Incubation) [eclipse-plugin]
[INFO] StatET DocMLET - Wikitext - CommonMark - Core - Tests  (Incubation) [eclipse-test-plugin]
[INFO] StatET DocMLET - Wikitext - CommonMark - UI  (Incubation) [eclipse-plugin]
[INFO] StatET DocMLET - Documentation  (Incubation)            [eclipse-plugin]
[INFO] docmlet                                                            [pom]
[INFO] StatET YAML Tools - UI  (Incubation)                    [eclipse-plugin]
[INFO] yaml                                                               [pom]
[INFO] StatET YAML Editor  (Incubation)                       [eclipse-feature]
[INFO] org.eclipse.statet-r                                               [pom]
[INFO] rhelp                                                              [pom]
[INFO] org.eclipse.statet.rhelp.core                           [eclipse-plugin]
[INFO] StatET R-Help - Core - Tests  (Incubation)         [eclipse-test-plugin]
[INFO] org.eclipse.statet.rhelp.server                                    [jar]
[INFO] r                                                                  [pom]
[INFO] StatET IDE - Core  (Incubation)                         [eclipse-plugin]
[INFO] StatET IDE - UI  (Incubation)                           [eclipse-plugin]
[INFO] StatET NiCo - Core  (Incubation)                        [eclipse-plugin]
[INFO] StatET NiCo - UI  (Incubation)                          [eclipse-plugin]
[INFO] StatET R - Core  (Incubation)                           [eclipse-plugin]
[INFO] StatET R - Core - Tests  (Incubation)              [eclipse-test-plugin]
[INFO] StatET R - Console - Core  (Incubation)                 [eclipse-plugin]
[INFO] StatET R - UI  (Incubation)                             [eclipse-plugin]
[INFO] StatET R - Console - UI  (Incubation)                   [eclipse-plugin]
[INFO] StatET R - Debug - Core  (Incubation)                   [eclipse-plugin]
[INFO] StatET R - Debug - UI  (Incubation)                     [eclipse-plugin]
[INFO] org.eclipse.statet.r.launching.winrgui                  [eclipse-plugin]
[INFO] StatET R - Add-on for R Apps  (Incubation)              [eclipse-plugin]
[INFO] StatET R - Documentation  (Incubation)                  [eclipse-plugin]
[INFO] StatET R  (Incubation)                                  [eclipse-plugin]
[INFO] r                                                                  [pom]
[INFO] StatET IDE for R  (Incubation)                         [eclipse-feature]
[INFO] redocs                                                             [pom]
[INFO] StatET ReDocs - Commons for R  (Incubation)             [eclipse-plugin]
[INFO] StatET ReDocs - LaTeX+R  (Incubation)                   [eclipse-plugin]
[INFO] StatET ReDocs - LaTeX+R - R Debug  (Incubation)         [eclipse-plugin]
[INFO] StatET ReDocs - LaTeX+R - Documentation  (Incubation)   [eclipse-plugin]
[INFO] StatET ReDocs - Wikitext+R  (Incubation)                [eclipse-plugin]
[INFO] StatET ReDocs - Wikitext+R - R Debug  (Incubation)      [eclipse-plugin]
[INFO] StatET ReDocs - Wikitext+R - CommonMark  (Incubation)   [eclipse-plugin]
[INFO] StatET ReDocs - Wikitext+R - Textile  (Incubation)      [eclipse-plugin]
[INFO] redocs                                                             [pom]
[INFO] StatET ReDocs - LaTeX+R (Sweave, Reproducible Documents)  (Incubation) [eclipse-feature]
[INFO] StatET ReDocs - Wikitext+R (R Markdown, R Textile, Reproducible Documents)  (Incubation) [eclipse-feature]
[INFO] rtm                                                                [pom]
[INFO] StatET R Task Model - Base - Core  (Incubation)         [eclipse-plugin]
[INFO] StatET R Task Model - Base - UI  (Incubation)           [eclipse-plugin]
[INFO] StatET R Task Model - 'ftable' - Core  (Incubation)     [eclipse-plugin]
[INFO] StatET R Task Model - 'ftable' - UI  (Incubation)       [eclipse-plugin]
[INFO] StatET R Task Model - 'ggplot2' - Core  (Incubation)    [eclipse-plugin]
[INFO] StatET R Task Model - 'ggplot' - UI  (Incubation)       [eclipse-plugin]
[INFO] rtm                                                                [pom]
[INFO] StatET IDE for R - R tasks Add-on for Contingency Tables ('ftable')  (Incubation) [eclipse-feature]
[INFO] 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.2.4.202103250600-r      [1/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- properties-maven-plugin:1.0.0:write-project-properties (default) @ parent ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ parent ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ parent ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ parent ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ parent ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ parent ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ parent ---
[INFO] 
[INFO] ------------< org.eclipse.statet-releng:target-eclipse.ide >------------
[INFO] Building target-eclipse.ide 4.2.4.202103250600-r                 [2/145]
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ target-eclipse.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-target-definition (default-package-target-definition) @ target-eclipse.ide ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ target-eclipse.ide ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ target-eclipse.ide ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ target-eclipse.ide ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ target-eclipse.ide ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.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.2.4.202103250600-r [3/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ eclipse.ide-parent ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ eclipse.ide-parent ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ eclipse.ide-parent ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ eclipse.ide-parent ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ eclipse.ide-parent ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.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.2.4.202103250600-r [4/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --------< org.eclipse.statet-releng:org.eclipse.statet-commons >--------
[INFO] Building org.eclipse.statet-commons 4.2.4.202103250600-r         [5/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet-commons ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet-commons ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet-commons ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet-commons ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet-commons ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet-commons ---
[INFO] 
[INFO] ----------------< org.eclipse.statet.jcommons:jcommons >----------------
[INFO] Building jcommons 4.2.4.202103250600-r                           [6/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ jcommons ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ jcommons ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ jcommons ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ jcommons ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ jcommons ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.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.2.4.202103250600-r   [7/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.jcommons.util ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.jcommons.util ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.jcommons.util ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.jcommons.util ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.jcommons.util ---
[INFO] Compiling 113 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/internal/jcommons/collections/ImArraySet.java:[210] 
	public <T> T[] toArray(final T[] dest) {
	           ^^^
The return type is incompatible with '@NonNull T extends Object []' returned from Set<E>.toArray(T[]) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/internal/jcommons/collections/ImArraySet.java:[217] 
	dest[n]= null;
	         ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/internal/jcommons/collections/ImArraySet.java:[269] 
	return Arrays.toString(this.array);
	                       ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'E @NonNull[]' needs unchecked conversion to conform to '@Nullable Object @Nullable[]'
4. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/ImCollections.java (at line 320)
	throw new NullPointerException(String.format("[%1$s]", i)); //$NON-NLS-1$
	                                                       ^
The expression of type int is boxed into Integer
5. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/ImCollections.java (at line 995)
	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.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/internal/jcommons/collections/ImSingletonList.java:[215] 
	dest[1]= null;
	         ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/string/InternStringCache.java:[154] 
	if (s1 != null && s1.hashCode() == hashCode && s1.contentEquals(s)) {
	                                                                ^
Null type safety (type annotations): The expression of type 'CharSequence' needs unchecked conversion to conform to '@NonNull CharSequence'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/concurrent/CommonThreadFactory.java:[63] 
	this(Thread.currentThread().getThreadGroup(),
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull ThreadGroup' but this expression has type '@Nullable ThreadGroup'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/CollectionUtils.java:[54] 
	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.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/CollectionUtils.java:[57] 
	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.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/CollectionUtils.java:[65] 
	return toString((List<?>) c, sep);
	                ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<capture#of ?>' needs unchecked conversion to conform to '@NonNull List<@NonNull ?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/CollectionUtils.java:[76] 
	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.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/CollectionUtils.java:[79] 
	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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/CollectionUtils.java:[95] 
	return ImCollections.newIdentityList(array, 0, count);
	                                     ^^^^^
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.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/CollectionUtils.java:[107] 
	return ImCollections.newIdentitySet(array, 0, count);
	                                    ^^^^^
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.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/internal/jcommons/collections/ImArrayIdentitySet.java:[190] 
	public <T> T[] toArray(final T[] dest) {
	           ^^^
The return type is incompatible with '@NonNull T extends Object []' returned from Set<E>.toArray(T[]) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/internal/jcommons/collections/ImArrayIdentitySet.java:[197] 
	dest[n]= null;
	         ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/internal/jcommons/collections/ImArrayIdentitySet.java:[249] 
	return Arrays.toString(this.array);
	                       ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'E @NonNull[]' needs unchecked conversion to conform to '@Nullable Object @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/srcERuntime/org/eclipse/statet/jcommons/status/eplatform/EStatusUtils.java:[313] 
	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.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/srcERuntime/org/eclipse/statet/jcommons/status/eplatform/EStatusUtils.java:[319] 
	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.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/srcERuntime/org/eclipse/statet/jcommons/status/eplatform/EStatusUtils.java:[324] 
	public void subTask(final String name) {
	                          ^^^^^^
Illegal redefinition of parameter name, inherited method from IProgressMonitor does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/internal/jcommons/collections/ImEmptySet.java:[149] 
	public <T> T[] toArray(final T[] dest) {
	           ^^^
The return type is incompatible with '@NonNull T extends Object []' returned from Set<E>.toArray(T[]) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/internal/jcommons/collections/ImEmptySet.java:[151] 
	dest[0]= null;
	         ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/internal/jcommons/collections/ImEmptyIdentityList.java:[175] 
	dest[0]= null;
	         ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/internal/jcommons/collections/ImArrayList.java:[258] 
	dest[n]= null;
	         ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/internal/jcommons/collections/ImArrayList.java:[316] 
	return Arrays.toString(this.array);
	                       ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'E @NonNull[]' needs unchecked conversion to conform to '@Nullable Object @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/internal/jcommons/collections/ImEmptyList.java:[174] 
	dest[0]= null;
	         ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/internal/jcommons/collections/ImArrayIdentityList.java:[235] 
	dest[n]= null;
	         ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/internal/jcommons/collections/ImArrayIdentityList.java:[293] 
	return Arrays.toString(this.array);
	                       ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'E @NonNull[]' needs unchecked conversion to conform to '@Nullable Object @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/internal/jcommons/collections/ImArrayIdentityList.java:[485] 
	dest[this.size]= null;
	                 ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/internal/jcommons/collections/ImArrayIdentityList.java:[545] 
	return Arrays.toString(toArray());
	                       ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Object @NonNull[]' needs unchecked conversion to conform to '@Nullable Object @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/internal/jcommons/collections/ImSingletonSet.java:[179] 
	public <T> T[] toArray(T[] dest) {
	           ^^^
The return type is incompatible with '@NonNull T extends Object []' returned from Set<E>.toArray(T[]) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/internal/jcommons/collections/ImSingletonSet.java:[185] 
	dest[1]= null;
	         ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/CopyOnWriteListSet.java:[229] 
	public <T> T[] toArray(final T[] a) {
	           ^^^
The return type is incompatible with '@NonNull T extends Object []' returned from Set<E>.toArray(T[]) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[34] 
	public class SortedArraySet<E extends @NonNull Object> extends AbstractList<E>
	             ^^^^^^^^^^^^^^
The method Iterator<E extends @NonNull Object> iterator() from AbstractList<E> cannot implement the corresponding method from List<E> due to incompatible nullness constraints
41. INFO in /home/jenkins/agent/workspace/statet-4.2.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
42. INFO in /home/jenkins/agent/workspace/statet-4.2.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.2.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<E>.toArray() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<E>.toArray() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[297] 
	public <T> T[] toArray(final T[] a) {
	           ^^^
The return type is incompatible with '@NonNull T extends Object []' returned from Set<E>.toArray(T[]) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[301] 
	return Arrays.<T, E>copyOfRange(SortedArraySet.this.array, this.offset, s - this.offset, (Class<T[]>) a.getClass());
	                                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Class<capture#14-of ? extends Object[]> to Class<T[]>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<E>) array.getClass().getComponentType());
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Class<capture#16-of ?> to Class<E>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<E>) array.getClass().getComponentType());
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Class<capture#21-of ?> to Class<E>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[432] 
	((Comparable<? super E>) element1).compareTo(element2);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from E to Comparable<? super E>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<? super E>) a[i]).compareTo(element);
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from E to Comparable<? super E>
55. INFO in /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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<E>.toArray() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<E>.toArray() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[703] 
	public <T> T[] toArray(final T[] a) {
	           ^^^
The return type is incompatible with '@NonNull T extends Object []' returned from Set<E>.toArray(T[]) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/SortedArraySet.java:[706] 
	return Arrays.<T, E>copyOf(this.array, s, (Class<T[]>) a.getClass());
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Class<capture#43-of ? extends Object[]> to Class<T[]>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/string/BasicStringFactory.java:[40] 
	return (isCompact) ? s : new String(s);
	                                    ^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/internal/jcommons/collections/ImArraySubList.java:[248] 
	dest[this.size]= null;
	                 ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/internal/jcommons/collections/ImArraySubList.java:[308] 
	return Arrays.toString(toArray());
	                       ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Object @NonNull[]' needs unchecked conversion to conform to '@Nullable Object @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/lang/ObjectUtils.java:[101] 
	formatter.format(valueFormat, valueArgs);
	                              ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Object @NonNull[]' needs unchecked conversion to conform to '@Nullable Object @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/collections/CopyOnWriteIdentityListSet.java:[212] 
	public <T> T[] toArray(final T[] a) {
	           ^^^
The return type is incompatible with '@NonNull T extends Object []' returned from Set<E>.toArray(T[]) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/internal/jcommons/collections/ImArraySub0List.java:[247] 
	dest[this.size]= null;
	                 ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/internal/jcommons/collections/ImArraySub0List.java:[305] 
	return Arrays.toString(toArray());
	                       ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Object @NonNull[]' needs unchecked conversion to conform to '@Nullable Object @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/internal/jcommons/collections/ImSingletonIdentitySet.java:[180] 
	public <T> T[] toArray(T[] dest) {
	           ^^^
The return type is incompatible with '@NonNull T extends Object []' returned from Set<E>.toArray(T[]) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/internal/jcommons/collections/ImSingletonIdentitySet.java:[186] 
	dest[1]= null;
	         ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/srcERuntime/org/eclipse/statet/internal/jcommons/runtime/eplatform/EPlatformAppEnvironment.java:[38] 
	private static EPlatformAppEnvironment instance;
	                                       ^^^^^^^^
The @NonNull field instance may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/srcERuntime/org/eclipse/statet/internal/jcommons/runtime/eplatform/EPlatformAppEnvironment.java:[53] 
	public EPlatformAppEnvironment() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field bundle may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/srcERuntime/org/eclipse/statet/internal/jcommons/runtime/eplatform/EPlatformAppEnvironment.java:[54] 
	super(ENV_ID, null, new EPlatformBundleResolver());
	              ^^^^
Null type mismatch: required '@NonNull StatusLogger' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/internal/jcommons/collections/ImSingletonIdentityList.java:[216] 
	dest[1]= null;
	         ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/string/CharArrayString.java:[125] 
	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.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/string/CharArrayString.java:[125] 
	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.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/string/CharArrayString.java:[148] 
	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.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/string/CharArrayString.java:[149] 
	return new String(this.array, this.offset, this.length);
	                  ^^^^^^^^^^
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.2.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.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/rmi/RMIRegistryManager.java:[95] 
	private final int type;
	                  ^^^^
The value of the field RMIRegistryManager.ManagedRegistry.type is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/rmi/RMIRegistryManager.java:[240] 
	if (!this.embeddedCodebaseEntries.contains(entry)) {
	          ^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/rmi/RMIRegistryManager.java:[242] 
	this.embeddedCodebaseEntries.add(entry);
	     ^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/rmi/RMIRegistryManager.java:[259] 
	return this.embeddedRegistry.registry;
	            ^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/rmi/RMIRegistryManager.java:[268] 
	return this.embeddedRegistry.registry;
	            ^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/rmi/RMIRegistryManager.java:[357] 
	throw new StatusException(status);
	                          ^^^^^^
Null type mismatch: required '@NonNull Status' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/rmi/RMIRegistryManager.java:[365] 
	new EPlatformContributor().addCodebaseEntries(this.embeddedCodebaseEntries);
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull List<@NonNull URI>' but this expression has type '@Nullable List<@NonNull URI>'
91. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/rmi/RMIRegistryManager.java (at line 457)
	MessageFormat.format(Messages.RMI_status_RegistryStartFailedWithExitValue_message, address.getPort(), exit));
	                                                                                                      ^^^^
The expression of type int is boxed into Integer
92. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/rmi/RMIRegistryManager.java (at line 516)
	MessageFormat.format(Messages.RMI_status_RegistryStopFailedNotFound_message, port) );
	                                                                             ^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/rmi/RMIRegistryManager.java:[521] 
	r.process.destroy();
	  ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/rmi/RMIRegistryManager.java:[547] 
	r.process.destroy();
	  ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/internal/jcommons/collections/ImEmptyIdentitySet.java:[150] 
	public <T> T[] toArray(final T[] dest) {
	           ^^^
The return type is incompatible with '@NonNull T extends Object []' returned from Set<E>.toArray(T[]) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/internal/jcommons/collections/ImEmptyIdentitySet.java:[152] 
	dest[0]= null;
	         ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/org/eclipse/statet/jcommons/runtime/ClassLoaderUtils.java:[44] 
	private static String getUrlStringByDomain(final Class<?> refClass) {
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getUrlStringByDomain(Class<?>) from the type ClassLoaderUtils is never used locally
97 problems (0 errors, 90 warnings, 90 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.jcommons.util ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.jcommons.util ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/target/org.eclipse.statet.jcommons.util-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.jcommons.util ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.jcommons.util ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/target/org.eclipse.statet.jcommons.util-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.jcommons.util ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.jcommons.util ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.jcommons.util ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/target/org.eclipse.statet.jcommons.util-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.jcommons.util ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/target/org.eclipse.statet.jcommons.util-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/target/org.eclipse.statet.jcommons.util-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.jcommons.util ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/target/org.eclipse.statet.jcommons.util-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.jcommons.util ---
[INFO] 
[INFO] --< org.eclipse.statet.jcommons:org.eclipse.statet.jcommons.util.tests >--
[INFO] Building StatET JCommons - Util - Tests  (Incubation) 4.2.4.202103250600-r [8/145]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.jcommons.util.tests ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.jcommons.util.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.jcommons.util.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.jcommons.util.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.jcommons.util.tests ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.jcommons.util.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.jcommons.util.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/target/org.eclipse.statet.jcommons.util.tests-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.jcommons.util.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.jcommons.util.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/target/org.eclipse.statet.jcommons.util.tests-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.jcommons.util.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.jcommons.util.tests ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.jcommons.util.tests ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/target/org.eclipse.statet.jcommons.util.tests-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.jcommons.util.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/target/org.eclipse.statet.jcommons.util.tests-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/target/org.eclipse.statet.jcommons.util.tests-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.jcommons.util.tests ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/target/org.eclipse.statet.jcommons.util.tests-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.jcommons.util.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.statet.jcommons.util.tests ---
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/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.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.2.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.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util-tests/target/surefire.properties]
Mar 25, 2021 9:34:33 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:34:33 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:34:33 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:34:33 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:34:33 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:34:33 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:34:34 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:34:34 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:34:34 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:34:34 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:34:34 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:34:34 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:34:34 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 34 more

Running org.eclipse.statet.jcommons.collections.CopyOnWriteIdentityListSetTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.statet.jcommons.collections.CopyOnWriteIdentityListSetTest
retainAll  Time elapsed: 0.007 s
addAll  Time elapsed: 0 s
remove  Time elapsed: 0.001 s
add  Time elapsed: 0 s
clear  Time elapsed: 0 s
retainAll_notIdentical  Time elapsed: 0.001 s
removeAll_notIdentical  Time elapsed: 0 s
addAll_notIdentical  Time elapsed: 0 s
removeAll  Time elapsed: 0.001 s
add_notIdentical  Time elapsed: 0 s
remove_notIdentical  Time elapsed: 0 s
clearToList  Time elapsed: 0.001 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.003 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 s
retainAll_notIdentical  Time elapsed: 0 s
removeAll_notIdentical  Time elapsed: 0 s
add_atIndex  Time elapsed: 0 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 s
insertBlank_empty  Time elapsed: 0 s
removeTail  Time elapsed: 0 s
insertRegion_start0  Time elapsed: 0 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.003 s - in org.eclipse.statet.jcommons.collections.CopyOnWriteListSetTest
retainAll  Time elapsed: 0.001 s
addAll  Time elapsed: 0 s
remove  Time elapsed: 0 s
add  Time elapsed: 0 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.001 s
add_notIdentical  Time elapsed: 0 s
remove_notIdentical  Time elapsed: 0 s
clearToList  Time elapsed: 0 s
Running org.eclipse.statet.jcommons.runtime.bundle.BundleEntryProviderTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 0.012 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.bundle.BundleEntryTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.001 s - in org.eclipse.statet.jcommons.runtime.bundle.BundleEntryTest
Entry_SimpleServerJar skipped
EntryProvider_NestedJar skipped
Entry_DevFolder skipped
Running org.eclipse.statet.jcommons.runtime.UriUtilsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.jcommons.runtime.UriUtilsTest
isJarUrlString  Time elapsed: 0.001 s
isFileUrl  Time elapsed: 0 s
isJarUrl  Time elapsed: 0 s
isFileUrlString  Time elapsed: 0 s
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 s
generateCommandLine  Time elapsed: 0 s

Results:

Tests run: 67, Failures: 0, Errors: 0, Skipped: 10

[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.2.4.202103250600-r [9/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.jcommons.text.core ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.jcommons.text.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.jcommons.text.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.jcommons.text.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.jcommons.text.core ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/src/org/eclipse/statet/jcommons/text/core/input/OffsetStringParserInput.java:[64] 
	protected void doUpdateBuffer(final int index, final char[] buffer,
	                                                     ^^^^^^
Missing non-null annotation: inherited method from TextParserInput specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/src/org/eclipse/statet/jcommons/text/core/input/OffsetStringParserInput.java:[67] 
	this.source.getChars(index - this.sourceOffset, index - this.sourceOffset + length, buffer, 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.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/src/org/eclipse/statet/jcommons/text/core/input/OffsetStringParserInput.java:[68] 
	setBuffer(buffer, 0, length);
	          ^^^^^^
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.2.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.2.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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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
7 problems (7 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.jcommons.text.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.jcommons.text.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/target/org.eclipse.statet.jcommons.text.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.jcommons.text.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.jcommons.text.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/target/org.eclipse.statet.jcommons.text.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.jcommons.text.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.jcommons.text.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.jcommons.text.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/target/org.eclipse.statet.jcommons.text.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.jcommons.text.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/target/org.eclipse.statet.jcommons.text.core-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/target/org.eclipse.statet.jcommons.text.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.jcommons.text.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/target/org.eclipse.statet.jcommons.text.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.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 StatET JCommons - Text - Core - Tests  (Incubation) 4.2.4.202103250600-r [10/145]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.jcommons.text.core.tests ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.jcommons.text.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.jcommons.text.core.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.jcommons.text.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.jcommons.text.core.tests ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.1.0:testResources (default-testResources) @ org.eclipse.statet.jcommons.text.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.jcommons.text.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/org.eclipse.statet.jcommons.text.core.tests-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.jcommons.text.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.jcommons.text.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/org.eclipse.statet.jcommons.text.core.tests-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.jcommons.text.core.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.jcommons.text.core.tests ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.jcommons.text.core.tests ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/org.eclipse.statet.jcommons.text.core.tests-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.jcommons.text.core.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/org.eclipse.statet.jcommons.text.core.tests-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/org.eclipse.statet.jcommons.text.core.tests-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.jcommons.text.core.tests ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/org.eclipse.statet.jcommons.text.core.tests-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.jcommons.text.core.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.statet.jcommons.text.core.tests ---
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/statet-4.2.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/oracle/jdk-8/1.8.0_202/jre/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.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.2.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.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core-tests/target/surefire.properties]
Mar 25, 2021 9:34:48 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:34:48 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:34:48 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:34:48 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:34:48 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:34:48 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:34:48 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:34:48 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:34:48 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 34 more

Running org.eclipse.statet.jcommons.text.core.input.TextParserInputMatchTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.statet.jcommons.text.core.input.TextParserInputMatchTest
matchesArray  Time elapsed: 0.006 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.input.HtmlStripParserInputTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.statet.jcommons.text.core.input.HtmlStripParserInputTest
skipTagWithAttrSpecial  Time elapsed: 0.006 s
skipTagAtStart  Time elapsed: 0.002 s
skipTagWithAttr  Time elapsed: 0.002 s
htmlDoc  Time elapsed: 0.003 s
decodeEntity  Time elapsed: 0.007 s
skipTag  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.007 s - in org.eclipse.statet.jcommons.text.core.input.StringParserInputTest
updateBuffer  Time elapsed: 0.001 s
initRegionIllegalStart  Time elapsed: 0 s
combined  Time elapsed: 0 s
consume1  Time elapsed: 0.002 s
readRegion  Time elapsed: 0.001 s
increaseBuffer  Time elapsed: 0 s
init  Time elapsed: 0 s
read  Time elapsed: 0 s
empty  Time elapsed: 0 s
initRegion  Time elapsed: 0 s
initRegionIllegalLength  Time elapsed: 0.001 s
initRegionIllegalStop  Time elapsed: 0 s
Running org.eclipse.statet.jcommons.text.core.input.OffsetStringParserInputTest
Tests run: 13, 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.003 s
readRegion  Time elapsed: 0 s
increaseBuffer  Time elapsed: 0.001 s
read  Time elapsed: 0 s
empty  Time elapsed: 0 s
initNegativIndexInvalidStart  Time elapsed: 0 s
initRegion  Time elapsed: 0 s
initRegionIllegalLength  Time elapsed: 0 s
initNegativIndexInvalidStop  Time elapsed: 0 s
initRegionIllegalStop  Time elapsed: 0.001 s
Running org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.statet.jcommons.text.core.input.RegionParserInputTest
updateBuffer  Time elapsed: 0.011 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.001 s
init  Time elapsed: 0 s
read  Time elapsed: 0 s
initRegion  Time elapsed: 0 s
initRegionIllegalLength  Time elapsed: 0.001 s
initRegionIllegalStop  Time elapsed: 0 s
Running org.eclipse.statet.jcommons.text.core.SearchPatternTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.statet.jcommons.text.core.SearchPatternTest
matches_Substring_CaseInsensitive  Time elapsed: 0 s
getMatchingRegions_Substring_CaseInsensitive  Time elapsed: 0.001 s
getMatchingRegions_Prefix_CaseInsensitive  Time elapsed: 0 s
matches_Prefix_CaseInsensitive  Time elapsed: 0.001 s
matches_Substring  Time elapsed: 0 s
getMatchingRegions_Prefix  Time elapsed: 0 s
matches_Prefix  Time elapsed: 0 s
getMatchingRegions_Substring  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 s - in org.eclipse.statet.jcommons.text.core.util.HtmlUtilsEntityTest
getEntityName_fromName  Time elapsed: 0 s
getEntityName_fromHtmlEntity  Time elapsed: 0 s

Results:

Tests run: 57, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] ----------------< org.eclipse.statet.ecommons:ecommons >----------------
[INFO] Building ecommons 4.2.4.202103250600-r                          [11/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ ecommons ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ ecommons ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ ecommons ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ ecommons ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ ecommons ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ ecommons ---
[INFO] 
[INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.runtime.core >--
[INFO] Building StatET ECommons - Runtime - Core  (Incubation) 4.2.4.202103250600-r [12/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.runtime.core ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.runtime.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.runtime.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ecommons.runtime.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.ecommons.runtime.core ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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 Object @NonNull[]' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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 '@NonNull Object @NonNull[]' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.1.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.runtime.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.runtime.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.core/target/org.eclipse.statet.ecommons.runtime.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.runtime.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.runtime.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.core/target/org.eclipse.statet.ecommons.runtime.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.runtime.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.ecommons.runtime.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.ecommons.runtime.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.core/target/org.eclipse.statet.ecommons.runtime.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.ecommons.runtime.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.core/target/org.eclipse.statet.ecommons.runtime.core-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.core/target/org.eclipse.statet.ecommons.runtime.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.ecommons.runtime.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.core/target/org.eclipse.statet.ecommons.runtime.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.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 StatET ECommons - Runtime - UI  (Incubation) 4.2.4.202103250600-r [13/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.runtime.ui ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.runtime.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.runtime.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ecommons.runtime.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.ecommons.runtime.ui ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.runtime.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.runtime.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.ui/target/org.eclipse.statet.ecommons.runtime.ui-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.runtime.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.runtime.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.ui/target/org.eclipse.statet.ecommons.runtime.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.runtime.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.ecommons.runtime.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.ecommons.runtime.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.ui/target/org.eclipse.statet.ecommons.runtime.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.ecommons.runtime.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.ui/target/org.eclipse.statet.ecommons.runtime.ui-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.ui/target/org.eclipse.statet.ecommons.runtime.ui-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.ecommons.runtime.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.runtime.ui/target/org.eclipse.statet.ecommons.runtime.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.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 StatET ECommons - Net - Core  (Incubation) 4.2.4.202103250600-r [14/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.net.core ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.net.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.net.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ecommons.net.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.net.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.ecommons.net.core ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.net.core/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.net.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.net.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.net.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.net.core/target/org.eclipse.statet.ecommons.net.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.net.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.net.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.net.core/target/org.eclipse.statet.ecommons.net.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.net.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.ecommons.net.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.ecommons.net.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.net.core/target/org.eclipse.statet.ecommons.net.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.ecommons.net.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.net.core/target/org.eclipse.statet.ecommons.net.core-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.net.core/target/org.eclipse.statet.ecommons.net.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.ecommons.net.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.net.core/target/org.eclipse.statet.ecommons.net.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.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 StatET ECommons - EMF - Core  (Incubation) 4.2.4.202103250600-r [15/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.emf.core ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.emf.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.emf.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ecommons.emf.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.ecommons.emf.core ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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> T getAdapter(final Class<T> adapterType) {
	                              ^^^^^
Missing non-null annotation: inherited method from IAdaptable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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<T> should be parameterized
6 problems (6 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.emf.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.emf.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.core/target/org.eclipse.statet.ecommons.emf.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.emf.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.emf.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.core/target/org.eclipse.statet.ecommons.emf.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.emf.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.ecommons.emf.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.ecommons.emf.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.core/target/org.eclipse.statet.ecommons.emf.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.ecommons.emf.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.core/target/org.eclipse.statet.ecommons.emf.core-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.core/target/org.eclipse.statet.ecommons.emf.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.ecommons.emf.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.core/target/org.eclipse.statet.ecommons.emf.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.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 StatET ECommons - EMF - UI  (Incubation) 4.2.4.202103250600-r [16/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.emf.ui ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.emf.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.emf.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ecommons.emf.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.ecommons.emf.ui ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
20 problems (20 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.emf.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.emf.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.ui/target/org.eclipse.statet.ecommons.emf.ui-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.emf.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.emf.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.ui/target/org.eclipse.statet.ecommons.emf.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.emf.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.ecommons.emf.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.ecommons.emf.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.ui/target/org.eclipse.statet.ecommons.emf.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.ecommons.emf.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.ui/target/org.eclipse.statet.ecommons.emf.ui-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.ui/target/org.eclipse.statet.ecommons.emf.ui-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.ecommons.emf.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.emf.ui/target/org.eclipse.statet.ecommons.emf.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.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 StatET ECommons - Preferences - Core  (Incubation) 4.2.4.202103250600-r [17/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.preferences.core ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.preferences.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.preferences.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ecommons.preferences.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.ecommons.preferences.core ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/internal/ecommons/preferences/core/DefaultPreferenceSetService.java:[153] 
	public IScopeContext getContext() {
	                     ^^^^^^^^^^^^
The method getContext() from the type DefaultPreferenceSetService.NodeItem is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/internal/ecommons/preferences/core/DefaultPreferenceSetService.java:[201] 
	final ImList<String> events= this.qualifierKeyMap.get(qualifier);
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on the receiver type '@NonNull IdentityHashMap<@NonNull String,@NonNull ImList<@NonNull String>>'. Type 'IdentityHashMap<K,V>' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on the receiver type '@NonNull IdentityHashMap<@NonNull String,@NonNull ImList<@NonNull String>>'. Type 'IdentityHashMap<K,V>' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/internal/ecommons/preferences/core/DefaultPreferenceSetService.java:[233] 
	final ImList<String> present= this.qualifierKeyMap.put(qualifier, keys);
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on the receiver type '@NonNull IdentityHashMap<@NonNull String,@NonNull ImList<@NonNull String>>'. Type 'IdentityHashMap<K,V>' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<DefaultPreferenceSetService.@NonNull ContextItem>' but this expression has type '@Nullable ImList<DefaultPreferenceSetService.@NonNull ContextItem>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<String> getUsageType() {
	       ^^^^^
The return type is incompatible with '@NonNull Class<@Nullable String>' returned from Preference<String>.getUsageType() (mismatching null constraints)
13. INFO in /home/jenkins/agent/workspace/statet-4.2.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.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<E> needs unchecked conversion to conform to Class<T> from the type Preference<T>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<E> needs unchecked conversion to conform to Class<T> from the type Preference<T>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<String[]> getUsageType() {
	       ^^^^^
The return type is incompatible with '@NonNull Class<@NonNull String @NonNull[]>' returned from Preference<String[]>.getUsageType() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<Set<String>> getUsageType() {
	       ^^^^^
The return type is incompatible with '@NonNull Class<@NonNull Set<@NonNull String>>' returned from Preference<Set<String>>.getUsageType() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<Set<String>>) o;
	       ^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Class<Set<String>>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/src/org/eclipse/statet/ecommons/preferences/core/Preference.java:[628] 
	Arrays.sort(array, DEFAULT_COLLATOR);
	            ^^^^^
Null type safety (type annotations): The expression of type '@NonNull String []' needs unchecked conversion to conform to '@NonNull String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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
30 problems (0 errors, 29 warnings, 1 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.preferences.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.preferences.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/target/org.eclipse.statet.ecommons.preferences.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.preferences.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.preferences.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/target/org.eclipse.statet.ecommons.preferences.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.preferences.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.ecommons.preferences.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.ecommons.preferences.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/target/org.eclipse.statet.ecommons.preferences.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.ecommons.preferences.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/target/org.eclipse.statet.ecommons.preferences.core-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/target/org.eclipse.statet.ecommons.preferences.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.ecommons.preferences.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.preferences.core/target/org.eclipse.statet.ecommons.preferences.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.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 StatET ECommons - Databinding - Core  (Incubation) 4.2.4.202103250600-r [18/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.databinding.core ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.databinding.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.databinding.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ecommons.databinding.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.ecommons.databinding.core ---
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/observable/WritableEqualityValue.java:[94] 
	fireValueChange(Diffs.createValueDiff(this.value, this.value= value));
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ValueDiff<TValue>' needs unchecked conversion to conform to '@NonNull ValueDiff<TValue>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/internal/ecommons/databinding/core/ECommonsDatabindingCorePlugin.java:[83] 
	private void checkStarted() {
	             ^^^^^^^^^^^^^^
The method checkStarted() from the type ECommonsDatabindingCorePlugin is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T>)event;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from ValueChangeEvent<capture#1-of ?> to ValueChangeEvent<T>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T>)diff;
	       ^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from ValueDiff<capture#2-of ?> to ValueDiff<T>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/observable/ComputedOnChangeValue.java:[68] 
	fireValueChange(Diffs.createValueDiff(oldValue, this.value= newValue));
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ValueDiff<TValue>' needs unchecked conversion to conform to '@NonNull ValueDiff<TValue>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/AggregateValidationStatus.java:[57] 
	private final int strategy;
	                  ^^^^^^^^
The value of the field AggregateValidationStatus.strategy is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/util/DirtyTracker.java:[49] 
	track((Binding) obj, true);
	      ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Binding' needs unchecked conversion to conform to '@NonNull Binding'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/src/org/eclipse/statet/ecommons/databinding/core/util/DirtyTracker.java:[51] 
	((IObservableList<Binding>) dbc.getBindings()).addListChangeListener(new IListChangeListener<Binding>() {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety: Unchecked cast from IObservableList<Binding> to IObservableList<@NonNull Binding>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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'
22 problems (22 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.databinding.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.databinding.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/target/org.eclipse.statet.ecommons.databinding.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.databinding.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.databinding.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/target/org.eclipse.statet.ecommons.databinding.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.databinding.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.ecommons.databinding.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.ecommons.databinding.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/target/org.eclipse.statet.ecommons.databinding.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.ecommons.databinding.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/target/org.eclipse.statet.ecommons.databinding.core-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/target/org.eclipse.statet.ecommons.databinding.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.ecommons.databinding.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.databinding.core/target/org.eclipse.statet.ecommons.databinding.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.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 StatET ECommons - Text - Core  (Incubation) 4.2.4.202103250600-r [19/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.text.core ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.text.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.text.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ecommons.text.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.ecommons.text.core ---
[INFO] Compiling 27 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/src/org/eclipse/statet/internal/ecommons/text/core/ECommonsTextCorePlugin.java:[83] 
	private void checkStarted() {
	             ^^^^^^^^^^^^^^
The method checkStarted() from the type ECommonsTextCorePlugin is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<String> legalContentTypes) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field document may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<String> legalContentTypes) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field scan may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<String> legalContentTypes) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field startType may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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'
50 problems (50 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.text.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.text.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/target/org.eclipse.statet.ecommons.text.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.text.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.text.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/target/org.eclipse.statet.ecommons.text.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.text.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.ecommons.text.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.ecommons.text.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/target/org.eclipse.statet.ecommons.text.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.ecommons.text.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/target/org.eclipse.statet.ecommons.text.core-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/target/org.eclipse.statet.ecommons.text.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.ecommons.text.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core/target/org.eclipse.statet.ecommons.text.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.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 StatET ECommons - Text - Core - Tests  (Incubation) 4.2.4.202103250600-r [20/145]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.text.core.tests ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.text.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.text.core.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ecommons.text.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.ecommons.text.core.tests ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.1.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.text.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.text.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/org.eclipse.statet.ecommons.text.core.tests-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.text.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.text.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/org.eclipse.statet.ecommons.text.core.tests-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.text.core.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.ecommons.text.core.tests ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.ecommons.text.core.tests ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/org.eclipse.statet.ecommons.text.core.tests-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.ecommons.text.core.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/org.eclipse.statet.ecommons.text.core.tests-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/org.eclipse.statet.ecommons.text.core.tests-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.ecommons.text.core.tests ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/org.eclipse.statet.ecommons.text.core.tests-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.text.core.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.statet.ecommons.text.core.tests ---
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/statet-4.2.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/oracle/jdk-8/1.8.0_202/jre/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.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.text.core-tests/target/surefire.properties]
Running org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest
updateBuffer(org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest)  Time elapsed: 0.02 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 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.001 s
initRegionIllegalStop(org.eclipse.statet.ecommons.text.core.input.DocumentParserInputTest)  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.012 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.001 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 s
testReplaceAtOffset2(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest)  Time elapsed: 0.001 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.001 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.001 s
testDeleteAtRight(org.eclipse.statet.ecommons.text.core.util.NonDeletingPositionUpdaterTest)  Time elapsed: 0 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
Running org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest
Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest
testDeleteOverLeftBorder(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest)  Time elapsed: 0 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.001 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 s
testDeleteBefore(org.eclipse.statet.ecommons.text.core.util.ExclusivePositionUpdaterTest)  Time elapsed: 0.001 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.001 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.treepartitioner.PartitionerJFaceZeroLengthTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest
getPartition_EmptyEnd(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest)  Time elapsed: 0.005 s
getPartition(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest)  Time elapsed: 0.001 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 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.001 s
computePartitioning_SubrangeOnBoundaries2(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceZeroLengthTest)  Time elapsed: 0 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 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.001 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 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.003 s - in org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest
getPartitionZeroLength_StartType(org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest)  Time elapsed: 0.001 s
getPartitionZeroLength_Nested(org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest)  Time elapsed: 0 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 s
computePartitiong_Nested(org.eclipse.statet.ecommons.text.core.treepartitioner.TreePartitionerTest)  Time elapsed: 0.001 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.003 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 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.001 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 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.001 s
computePartitioning_SubrangeInBoundaries1(org.eclipse.statet.ecommons.text.core.treepartitioner.PartitionerJFaceTest)  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 StatET ECommons - Miscellany of Core Packages  (Incubation) 4.2.4.202103250600-r [21/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.coremisc ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.coremisc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.coremisc ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ecommons.coremisc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.ecommons.coremisc ---
[INFO] Compiling 58 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<Object>.validate(Object) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/models/core/util/BasicElementProxy.java:[41] 
	public <T> T getAdapter(final Class<T> adapterType) {
	                              ^^^^^
Missing non-null annotation: inherited method from IAdaptable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/models/core/util/BasicElementProxy.java:[42] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/models/core/util/BasicElementProxy.java:[42] 
	return this.element.getAdapter(adapterType);
	                               ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Class<T>' needs unchecked conversion to conform to '@NonNull Class<T>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/models/core/util/BasicElementProxy.java:[52] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/models/core/util/BasicElementProxy.java:[52] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/models/core/util/BasicElementProxy.java:[52] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/models/core/util/BasicElementProxy.java:[62] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/models/core/util/BasicElementProxy.java:[62] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/models/core/util/BasicElementProxy.java:[62] 
	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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/models/core/util/ElementPartitionFactory.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/models/core/util/ElementPartitionFactory.java:[74] 
	&& equals((PartitionHandle) obj);
	          ^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to ElementPartitionFactory<E,T>.PartitionHandle
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/models/core/util/ElementPartitionFactory.java:[120] 
	final E[] variables = (E[]) Array.newInstance(this.elementClass,
				((length / nextDim) % this.partSize > PART_LAST_ADD) ?
						(int) (length / dim + 1) : (int) (length / dim) );
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to E[]
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/resources/core/AbstractProjectNature.java:[45] 
	private boolean configured;
	                ^^^^^^^^^^
The value of the field AbstractProjectNature.configured is not used
33. INFO in /home/jenkins/agent/workspace/statet-4.2.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
34. INFO in /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/CategoryElementList.java:[21] 
	public class CategoryElementList<C, E> extends SortedArraySet<E> {
	             ^^^^^^^^^^^^^^^^^^^
The method Iterator<E> iterator() from AbstractList<E> cannot implement the corresponding method from List<E> due to incompatible nullness constraints
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/CategoryElementList.java:[21] 
	public class CategoryElementList<C, E> extends SortedArraySet<E> {
	                                                              ^
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.2.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<E>.SubList specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/CategoryElementList.java:[42] 
	((CategoryElementComparator<C, ? super E>) CategoryElementList.this.comparator).getCategory(element) )
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Comparator<capture#2-of ? super E> to CategoryElementComparator<C,? super E>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/CategoryElementList.java:[42] 
	((CategoryElementComparator<C, ? super E>) CategoryElementList.this.comparator).getCategory(element) )
	                                                                    ^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<E>.SubList specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/CategoryElementList.java:[55] 
	((CategoryElementComparator<C, ? super E>) CategoryElementList.this.comparator).getCategory(element) )
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Comparator<capture#5-of ? super E> to CategoryElementComparator<C,? super E>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/CategoryElementList.java:[55] 
	((CategoryElementComparator<C, ? super E>) CategoryElementList.this.comparator).getCategory(element) )
	                                                                    ^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/CategoryElementList.java:[72] 
	return (CategoryElementComparator<C, ? super E>) this.comparator;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Comparator<capture#8-of ? super E> to CategoryElementComparator<C,? super E>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/CategoryElementList.java:[77] 
	return (CategoryElementComparator<C, ? super E>) this.comparator;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Comparator<capture#10-of ? super E> to CategoryElementComparator<C,? super E>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/CategoryElementList.java:[116] 
	public SortedListSet<E> subList(final C category) {
	                     ^
Null constraint mismatch: The type 'E' is not a valid substitute for the type parameter 'E extends @NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/preferences/SettingsChangeNotifier.java:[76] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/preferences/SettingsChangeNotifier.java:[76] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/preferences/SettingsChangeNotifier.java:[101] 
	private final ListenerList fManagers = new ListenerList();
	              ^^^^^^^^^^^^
ListenerList is a raw type. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/preferences/SettingsChangeNotifier.java:[101] 
	private final ListenerList fManagers = new ListenerList();
	                                           ^^^^^^^^^^^^
ListenerList is a raw type. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/preferences/SettingsChangeNotifier.java:[102] 
	private final ListenerList fListeners = new ListenerList();
	              ^^^^^^^^^^^^
ListenerList is a raw type. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/preferences/SettingsChangeNotifier.java:[102] 
	private final ListenerList fListeners = new ListenerList();
	                                            ^^^^^^^^^^^^
ListenerList is a raw type. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/preferences/SettingsChangeNotifier.java:[134] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/preferences/SettingsChangeNotifier.java:[138] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/preferences/SettingsChangeNotifier.java:[144] 
	fListeners.add(listener);
	^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ListenerList. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/preferences/SettingsChangeNotifier.java:[156] 
	fManagers.add(listener);
	^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ListenerList. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/resources/core/util/RelativePathValidator.java:[34] 
	private final int resourceType;
	                  ^^^^^^^^^^^^
The value of the field RelativePathValidator.resourceType is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<Object>.validate(Object) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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'
66. INFO in /home/jenkins/agent/workspace/statet-4.2.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.2.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<Object>.validate(Object) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[70] 
	public boolean containsValue(final Object value) {
	                                   ^^^^^^
Missing nullable annotation: inherited method from Map<Integer,V> specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[82] 
	return (V) fArray[key];
	       ^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to V
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[84] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'V'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[89] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[95] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[104] 
	final V oldValue = (V) fArray[key];
	                   ^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to V
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[111] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'V'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[121] 
	public void putAll(final Map<? extends Integer, ? extends V> t) {
	                         ^^^
Missing non-null annotation: inherited method from Map<Integer,V> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[123] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[129] 
	final V oldValue = (V) fArray[key];
	                   ^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to V
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[136] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'V'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[141] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[156] 
	public Set<Integer> keySet() {
	       ^^^
The return type is incompatible with '@NonNull Set<Integer>' returned from Map<Integer,V>.keySet() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[161] 
	public Collection<V> values() {
	       ^^^^^^^^^^
The return type is incompatible with '@NonNull Collection<V>' returned from Map<Integer,V>.values() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[166] 
	public Set<java.util.Map.Entry<Integer, V>> entrySet() {
	       ^^^
The return type is incompatible with '@NonNull Set<Map.@NonNull Entry<Integer,V>>' returned from Map<Integer,V>.entrySet() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[184] 
	final V[] array = (V[]) Array.newInstance(type, length);
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to V[]
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntArrayMap.java:[185] 
	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'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/ObservableFileValidator.java:[67] 
	fireValueChange(Diffs.createValueDiff(this.value, this.value= newValue));
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ValueDiff<@Nullable IResource>' needs unchecked conversion to conform to '@NonNull ValueDiff<@Nullable IResource>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/io/ObservableFileValidator.java:[102] 
	fireValueChange(Diffs.createValueDiff(this.value, this.value= newValue));
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ValueDiff<@Nullable IFileStore>' needs unchecked conversion to conform to '@NonNull ValueDiff<@Nullable IFileStore>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[74] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[78] 
	public boolean equals(final Object obj) {
	                            ^^^^^^
Missing nullable annotation: inherited method from Map.Entry<Integer,V> specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[87] 
	&& ((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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[177] 
	fEntries = new Entry[initialCapacity];
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type IntHashMap.Entry[] needs unchecked conversion to conform to IntHashMap.Entry<V>[]
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[213] 
	public boolean containsValue(final Object value) {
	                                   ^^^^^^
Missing nullable annotation: inherited method from Map<Integer,V> specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[216] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[231] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'V'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[236] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[242] 
	fEntries = new Entry[oldEntries.length * 2 + 1];
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type IntHashMap.Entry[] needs unchecked conversion to conform to IntHashMap.Entry<V>[]
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[271] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'V'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[281] 
	public void putAll(final Map<? extends Integer, ? extends V> t) {
	                         ^^^
Missing non-null annotation: inherited method from Map<Integer,V> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[283] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[299] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[303] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'V'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[308] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[322] 
	return (entries != null) ? entries : (fEntryIntSet = new AbstractSet<IntEntry<V>>() {
	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method T extends Object @NonNull[] toArray(T extends Object @NonNull[]) from AbstractCollection<IntMap.IntEntry<V>> cannot implement the corresponding method from Set<IntMap.IntEntry<V>> due to incompatible nullness constraints
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[344] 
	public Set<Integer> keySet() {
	       ^^^
The return type is incompatible with '@NonNull Set<Integer>' returned from Map<Integer,V>.keySet() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[349] 
	public Collection<V> values() {
	       ^^^^^^^^^^
The return type is incompatible with '@NonNull Collection<V>' returned from Map<Integer,V>.values() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/IntHashMap.java:[354] 
	public Set<java.util.Map.Entry<Integer, V>> entrySet() {
	       ^^^
The return type is incompatible with '@NonNull Set<Map.@NonNull Entry<Integer,V>>' returned from Map<Integer,V>.entrySet() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText.java:[164] 
	final Entry<String, String>[] entries = specialVariables.entrySet().toArray(new Entry[specialVariables.size()]);
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Map.Entry[] needs unchecked conversion to conform to Map.Entry<String,String>[]
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText.java:[166] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText.java:[166] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText.java:[196] 
	fLocationVariables.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText.java:[277] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText.java:[277] 
	text = text.replace(entry.getKey(), value);
	                                    ^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull CharSequence'
126. INFO in /home/jenkins/agent/workspace/statet-4.2.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
127. INFO in /home/jenkins/agent/workspace/statet-4.2.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.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/collections/FastList.java:[291] 
	return Arrays.toString(items);
	                       ^^^^^
Null type safety (type annotations): The expression of type 'T[]' needs unchecked conversion to conform to '@Nullable Object @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText2.java:[171] 
	public VariableText2(final @Nullable Map<String, IStringVariable> variables) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field reporter may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText2.java:[171] 
	public VariableText2(final @Nullable Map<String, IStringVariable> variables) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field severities may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText2.java:[198] 
	this.severities= null;
	                 ^^^^
Null type mismatch: required 'VariableText2.@NonNull Severities' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText2.java:[199] 
	this.reporter= null;
	               ^^^^
Null type mismatch: required 'VariableText2.@NonNull ProblemReporter' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText2.java:[218] 
	this.severities= null;
	                 ^^^^
Null type mismatch: required 'VariableText2.@NonNull Severities' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText2.java:[219] 
	this.reporter= null;
	               ^^^^
Null type mismatch: required 'VariableText2.@NonNull ProblemReporter' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText2.java:[246] 
	if (name == null) {
			throw new NullPointerException("name"); //$NON-NLS-1$
		}
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText2.java:[258] 
	variable= this.variableManager.getValueVariable(name);
	               ^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText2.java:[261] 
	variable= this.variableManager.getDynamicVariable(name);
	               ^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
169. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText2.java (at line 281)
	NLS.bind(Messages.Validation_Syntax_DollarEnd_message, c)),
	                                                       ^
The expression of type char is boxed into Character
170. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText2.java (at line 318)
	cEnd, text.substring(offset + 2, end) )),
	^^^^
The expression of type char is boxed into Character
171. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText2.java (at line 333)
	NLS.bind(Messages.Validation_Syntax_DollorInvalidChar_message, c)),
	                                                               ^
The expression of type char is boxed into Character
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText2.java:[426] 
	ref.value= resolve(ref.variable, arg);
	                   ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IStringVariable' needs unchecked conversion to conform to '@NonNull IStringVariable'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText2.java:[464] 
	newText.append(checkValue(ref.variable, ref.value));
	                          ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IStringVariable' needs unchecked conversion to conform to '@NonNull IStringVariable'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/org/eclipse/statet/ecommons/variables/core/VariableText2.java:[464] 
	newText.append(checkValue(ref.variable, ref.value));
	                                        ^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
174 problems (0 errors, 166 warnings, 166 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.coremisc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.coremisc ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/target/org.eclipse.statet.ecommons.coremisc-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.coremisc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.coremisc ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/target/org.eclipse.statet.ecommons.coremisc-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.coremisc ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.ecommons.coremisc ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.ecommons.coremisc ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/target/org.eclipse.statet.ecommons.coremisc-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.ecommons.coremisc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/target/org.eclipse.statet.ecommons.coremisc-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/target/org.eclipse.statet.ecommons.coremisc-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.ecommons.coremisc ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.coremisc/target/org.eclipse.statet.ecommons.coremisc-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.coremisc ---
[INFO] 
[INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.core >--
[INFO] Building StatET ECommons - Debug - Core  (Incubation) 4.2.4.202103250600-r [22/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.debug.core ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.debug.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.debug.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ecommons.debug.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.ecommons.debug.core ---
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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<? extends String,? extends String>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<String,String>[]
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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 mismatch (type annotations): required '@Nullable Map<@NonNull String,@NonNull String> @Nullable[]' but this expression has type '@NonNull Map []'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<? extends @NonNull String,? extends @NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<String, String>)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.2.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'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/model/VariablePartitionFactory.java:[68] 
	protected IVariable createPartition(final T value, final PartitionHandle partition) {
	                                                         ^^^^^^^^^^^^^^^
Illegal redefinition of parameter partition, inherited method from ElementPartitionFactory<IVariable,T> does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/internal/ecommons/debug/core/ECommonsDebugCorePlugin.java:[80] 
	private void checkStarted() {
	             ^^^^^^^^^^^^^^
The method checkStarted() from the type ECommonsDebugCorePlugin is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/model/VariablePartition.java:[128] 
	return this.partition.getElements(this.value);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type '@NonNull IVariable []' needs unchecked conversion to conform to '@NonNull IVariable @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/model/VariablePartition.java:[145] 
	public boolean verifyValue(final String expression) throws DebugException {
	                                 ^^^^^^
Illegal redefinition of parameter expression, inherited method from IValueModification does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/model/VariablePartition.java:[150] 
	public void setValue(final String expression) throws DebugException {
	                           ^^^^^^
Illegal redefinition of parameter expression, inherited method from IValueModification does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/model/AbstractProcess.java:[108] 
	final String oldValue= map.put(key, value);
	                                    ^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/model/AbstractProcess.java:[113] 
	event.setData(new String[] { key, oldValue, value });
	                                  ^^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/model/AbstractProcess.java:[113] 
	event.setData(new String[] { key, oldValue, value });
	                                            ^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/eval/EvaluationWatchExpressionResult.java:[65] 
	return messages.toArray(new String[messages.size()]);
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/org/eclipse/statet/ecommons/debug/core/eval/ErrorWatchExpressionResult.java:[43] 
	this.messages= messages.toArray(new String[messages.size()]);
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.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.2.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.2.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.2.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.2.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.2.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<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<String> from the type LaunchConfiguration
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<String>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<String> from the type LaunchConfiguration
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<String>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<String,String> from the type LaunchConfiguration
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<String,String>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<String,Object> from the type LaunchConfiguration
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<String> from the type LaunchConfiguration
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<String>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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> T getAdapter(final Class<T> adapterType) {
	                              ^^^^^
Missing non-null annotation: inherited method from IAdaptable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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> T getAdapter(final Class<T> adapterType) {
	                              ^^^^^
Missing non-null annotation: inherited method from PlatformObject specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<T>' needs unchecked conversion to conform to '@NonNull Class<T>'
71 problems (71 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.debug.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.debug.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/target/org.eclipse.statet.ecommons.debug.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.debug.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.debug.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/target/org.eclipse.statet.ecommons.debug.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.debug.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.ecommons.debug.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.ecommons.debug.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/target/org.eclipse.statet.ecommons.debug.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.ecommons.debug.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/target/org.eclipse.statet.ecommons.debug.core-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/target/org.eclipse.statet.ecommons.debug.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.ecommons.debug.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.core/target/org.eclipse.statet.ecommons.debug.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.debug.core ---
[INFO] 
[INFO] ---< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.uimisc >---
[INFO] Building StatET ECommons - Miscellany of UI Packages  (Incubation) 4.2.4.202103250600-r [23/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.uimisc ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.uimisc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.uimisc ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ecommons.uimisc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.ecommons.uimisc ---
[INFO] Compiling 164 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[79] 
	public class PageBookBrowserPage extends ManagedPage<ManagedPageBookView> implements ProgressListener,
	                                                     ^^^^^^^^^^^^^^^^^^^
ManagedPageBookView is a raw type. References to generic type ManagedPageBookView<S> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[106] 
	public SearchBar(final Composite parent) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field searchTextItem may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[106] 
	public SearchBar(final Composite parent) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field toolBar may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[106] 
	public SearchBar(final Composite parent) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field toolBarManager may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[113] 
	this.toolBar= this.toolBarManager.createControl(parent);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ToolBar' needs unchecked conversion to conform to '@NonNull ToolBar'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[119] 
	public void fill(final ToolBar parent, final int index) {
	                       ^^^^^^^
Illegal redefinition of parameter parent, inherited method from ContributionItem does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[137] 
	public void fill(final ToolBar parent, final int index) {
	                       ^^^^^^^
Illegal redefinition of parameter parent, inherited method from SearchContributionItem does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[201] 
	this.toolBarManager= null;
	                     ^^^^
Null type mismatch: required '@NonNull ToolBarManager' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[203] 
	this.toolBar= null;
	              ^^^^
Null type mismatch: required '@NonNull ToolBar' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[210] 
	gd.exclude= false;
	^^
Potential null pointer access: The variable gd may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[211] 
	this.toolBar.getParent().layout(true, true);
	^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[218] 
	gd.exclude= true;
	^^
Potential null pointer access: The variable gd may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[219] 
	this.toolBar.getParent().layout(new Control[] { this.toolBar });
	^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[223] 
	return this.searchTextItem.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[251] 
	public PageBookBrowserPage(final ManagedPageBookView view,
			final BrowserSession session) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field addressBar may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[251] 
	public PageBookBrowserPage(final ManagedPageBookView view,
			final BrowserSession session) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field browser may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[251] 
	public PageBookBrowserPage(final ManagedPageBookView view,
			final BrowserSession session) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field composite may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[251] 
	public PageBookBrowserPage(final ManagedPageBookView view,
	                                 ^^^^^^^^^^^^^^^^^^^
ManagedPageBookView is a raw type. References to generic type ManagedPageBookView<S> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[332] 
	PageBookBrowserPage.this.searchBar.show();
	                         ^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[365] 
	final String text= this.searchBar.getText();
	                        ^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[369] 
	final boolean caseSensitive= this.searchBar.isCaseSensitiveEnabled();
	                                  ^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[384] 
	this.statusManager.setMessage(new StatusInfo(IStatus.INFO, message));
	     ^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[421] 
	if (this.browser == null) {
			return;
		}
	                          ^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[435] 
	if (this.browser == null) {
			return;
		}
	                          ^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[485] 
	this.session.setImageDescriptor(null);
	                                ^^^^
Null type mismatch: required '@NonNull ImageDescriptor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[550] 
	this.statusManager.setSelectionMessage(this.browserStatus);
	     ^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[557] 
	final PageBookBrowserPage page= (PageBookBrowserPage) getView().newPage(
				new BrowserSession(), true );
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method newPage(PageBookSession, boolean) belongs to the raw type ManagedPageBookView. References to generic type ManagedPageBookView<S> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserPage.java:[566] 
	getView().closePage(this.session);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method closePage(PageBookSession) belongs to the raw type ManagedPageBookView. References to generic type ManagedPageBookView<S> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/internal/ecommons/ui/UIMiscellanyPlugin.java:[90] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/internal/ecommons/ui/UIMiscellanyPlugin.java:[91] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/internal/ecommons/ui/UIMiscellanyPlugin.java:[98] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/internal/ecommons/ui/UIMiscellanyPlugin.java:[137] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/internal/ecommons/ui/UIMiscellanyPlugin.java:[156] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ConfigurationBlock.java:[103] 
	protected ConfigurationBlock(final @Nullable String title) {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field container may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ConfigurationBlock.java:[103] 
	protected ConfigurationBlock(final @Nullable String title) {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field shell may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ConfigurationBlock.java:[178] 
	scheduleChangeNotification(this.container, groupIds.toArray(new String[groupIds.size()]), directly);
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type '@NonNull String []' needs unchecked conversion to conform to '@NonNull String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<capture#of ? extends Control>' needs unchecked conversion to conform to '@Nullable List<? extends @NonNull Control>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BrowserSession.java:[144] 
	final int id= this.staticContent.size();
	                   ^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BrowserSession.java:[145] 
	this.staticContent.put(id, html);
	     ^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BrowserSession.java:[153] 
	return this.staticContent.get(id);
	            ^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/WorkbenchUIUtils.java:[131] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/WorkbenchUIUtils.java:[159] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/WorkbenchUIUtils.java:[165] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/WorkbenchUIUtils.java:[216] 
	final @Nullable IHandler2 handler, final @Nullable Map filter) {
	                                                   ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/WorkbenchUIUtils.java:[234] 
	updater.updateElement(element, null);
	                               ^^^^
Null type mismatch: required '@NonNull Map' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<String,IStringVariable>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,? super @NonNull IStringVariable>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<IStringVariable>' needs unchecked conversion to conform to '@NonNull Collection<@NonNull IStringVariable>', corresponding supertype is 'Collection<IStringVariable>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<String,IStringVariable>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,? super @NonNull IStringVariable>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<IStringVariable>' needs unchecked conversion to conform to '@NonNull Collection<@NonNull IStringVariable>', corresponding supertype is 'Collection<IStringVariable>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<capture#of ? extends IStringVariable>' needs unchecked conversion to conform to '@NonNull Collection<? extends IStringVariable>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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));
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ValueDiff<Integer>' needs unchecked conversion to conform to '@NonNull ValueDiff'
95. INFO in /home/jenkins/agent/workspace/statet-4.2.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
96. INFO in /home/jenkins/agent/workspace/statet-4.2.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
97. INFO in /home/jenkins/agent/workspace/statet-4.2.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.2.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<T> should be parameterized
99. INFO in /home/jenkins/agent/workspace/statet-4.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/RGBPref.java:[39] 
	public Class<RGB> getUsageType() {
	       ^^^^^
The return type is incompatible with '@NonNull Class<@Nullable RGB>' returned from Preference<RGB>.getUsageType() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[311] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[373] 
	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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[373] 
	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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[374] 
	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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[374] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[374] 
	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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[389] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[413] 
	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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/AbstractBreadcrumb.java:[423] 
	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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BrowserAddressBar.java:[67] 
	private ToolItem goControl;
	                 ^^^^^^^^^
The value of the field BrowserAddressBar.goControl is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<String> urlHistory) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field goControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<String> urlHistory) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field textControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<String> urlHistory) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field toolBar may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/ControlServicesUtil.java:[25] 
	import org.eclipse.core.internal.expressions.AndExpression;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AndExpression' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.6.800.v20200319-0911/org.eclipse.core.expressions-3.6.800.v20200319-0911.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/ControlServicesUtil.java:[72] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/ControlServicesUtil.java:[113] 
	final AndExpression and = new AndExpression();
	      ^^^^^^^^^^^^^
Discouraged access: The type 'AndExpression' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.6.800.v20200319-0911/org.eclipse.core.expressions-3.6.800.v20200319-0911.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/ControlServicesUtil.java:[113] 
	final AndExpression and = new AndExpression();
	                              ^^^^^^^^^^^^^
Discouraged access: The type 'AndExpression' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.6.800.v20200319-0911/org.eclipse.core.expressions-3.6.800.v20200319-0911.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/ControlServicesUtil.java:[113] 
	final AndExpression and = new AndExpression();
	                              ^^^^^^^^^^^^^
Discouraged access: The constructor 'AndExpression()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.6.800.v20200319-0911/org.eclipse.core.expressions-3.6.800.v20200319-0911.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/ControlServicesUtil.java:[114] 
	and.add(new ActiveShellExpression(control.getShell()));
	    ^^^
Discouraged access: The method 'CompositeExpression.add(Expression)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.6.800.v20200319-0911/org.eclipse.core.expressions-3.6.800.v20200319-0911.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/ControlServicesUtil.java:[115] 
	and.add(fDefaultExpression);
	    ^^^
Discouraged access: The method 'CompositeExpression.add(Expression)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.6.800.v20200319-0911/org.eclipse.core.expressions-3.6.800.v20200319-0911.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/ControlServicesUtil.java:[121] 
	final AndExpression and = new AndExpression();
	      ^^^^^^^^^^^^^
Discouraged access: The type 'AndExpression' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.6.800.v20200319-0911/org.eclipse.core.expressions-3.6.800.v20200319-0911.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/ControlServicesUtil.java:[121] 
	final AndExpression and = new AndExpression();
	                              ^^^^^^^^^^^^^
Discouraged access: The type 'AndExpression' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.6.800.v20200319-0911/org.eclipse.core.expressions-3.6.800.v20200319-0911.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/ControlServicesUtil.java:[121] 
	final AndExpression and = new AndExpression();
	                              ^^^^^^^^^^^^^
Discouraged access: The constructor 'AndExpression()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.6.800.v20200319-0911/org.eclipse.core.expressions-3.6.800.v20200319-0911.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/ControlServicesUtil.java:[122] 
	and.add(new ActiveShellExpression(control.getShell()));
	    ^^^
Discouraged access: The method 'CompositeExpression.add(Expression)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.6.800.v20200319-0911/org.eclipse.core.expressions-3.6.800.v20200319-0911.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/ControlServicesUtil.java:[123] 
	and.add(fDefaultExpression);
	    ^^^
Discouraged access: The method 'CompositeExpression.add(Expression)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.6.800.v20200319-0911/org.eclipse.core.expressions-3.6.800.v20200319-0911.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/ControlServicesUtil.java:[132] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/ControlServicesUtil.java:[140] 
	focusService.addFocusTracker(control, fId);
	^^^^^^^^^^^^
Potential null pointer access: The variable focusService may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[268] 
	this.viewer= CheckboxTableViewer.newCheckList(this, tableStyle);
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'CheckboxTableViewer' needs unchecked conversion to conform to '@NonNull CheckboxTableViewer'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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 safety (type annotations): The expression of type 'Object' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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 safety (type annotations): The expression of type 'Object' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/ViewerUtils.java:[624] 
	public void keyTraversed(final TraverseEvent e) {
	                               ^^^^^^^^^^^^^
Illegal redefinition of parameter e, inherited method from TraverseListener does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/BrowserDropAdapter.java:[81] 
	this.browser.setUrl(f.toURL().toExternalForm());
	                      ^^^^^^^
The method toURL() from the type File is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverManager.java:[61] 
	private final int fMarginY= 5;
	                  ^^^^^^^^
The value of the field ColumnHoverManager.fMarginY is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/ColumnHoverManager.java:[76] 
	private volatile Object fTextHover; // not used
	                        ^^^^^^^^^^
The value of the field ColumnHoverManager.fTextHover is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/content/TableFilterController.java:[302] 
	fViewer.setSelection(selection);
	                     ^^^^^^^^^
Null type safety (type annotations): The expression of type 'IStructuredSelection' needs unchecked conversion to conform to '@NonNull ISelection'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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<Listener> fListener= new FastList<>(Listener.class);
	              ^^^^^^^^
The type FastList<TableFilterController.Listener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<Listener> fListener= new FastList<>(Listener.class);
	                                                ^^^^^^^^
The type FastList is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<Listener> fListener= new FastList<>(Listener.class);
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor FastList<TableFilterController.Listener>(Class<TableFilterController.Listener>) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<TableFilterController.Listener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TableFilterController.Listener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TableFilterController.Listener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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 AbstractUIPlugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<S,D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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<T> should be parameterized
211. INFO in /home/jenkins/agent/workspace/statet-4.2.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
212. INFO in /home/jenkins/agent/workspace/statet-4.2.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.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<F,T> should be parameterized
217. INFO in /home/jenkins/agent/workspace/statet-4.2.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.2.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<capture#of ?>' needs unchecked conversion to conform to '@NonNull Collection<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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<T> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[163] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[199] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[252] 
	private final FastList<IObjValueListener<Float>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class);
	              ^^^^^^^^
The type FastList<IObjValueListener<Float>> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[252] 
	private final FastList<IObjValueListener<Float>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class);
	                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type FastList needs unchecked conversion to conform to FastList<IObjValueListener<Float>>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[252] 
	private final FastList<IObjValueListener<Float>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class);
	                                                                   ^^^^^^^^
The type FastList<T> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[252] 
	private final FastList<IObjValueListener<Float>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class);
	                                                                   ^^^^^^^^
FastList is a raw type. References to generic type FastList<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[252] 
	private final FastList<IObjValueListener<Float>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class);
	                                                                                 ^^^^^^^^
The type FastList is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[252] 
	private final FastList<IObjValueListener<Float>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class);
	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor FastList<IObjValueListener>(Class<IObjValueListener>) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[282] 
	final IObjValueListener<Float>[] listeners = fValueListeners.toArray();
	                                                             ^^^^^^^^^
The method toArray() from the type FastList<IObjValueListener<Float>> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[321] 
	fValueListeners.add(listener);
	                ^^^^^^^^^^^^^
The method add(IObjValueListener<Float>) from the type FastList<IObjValueListener<Float>> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/AlphaSelector.java:[326] 
	fValueListeners.remove(listener);
	                ^^^^^^^^^^^^^^^^
The method remove(IObjValueListener<Float>) from the type FastList<IObjValueListener<Float>> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<S,D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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<T> should be parameterized
259. INFO in /home/jenkins/agent/workspace/statet-4.2.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
260. INFO in /home/jenkins/agent/workspace/statet-4.2.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.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<F,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<F,T> should be parameterized
265. INFO in /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[45] 
	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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[94] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[151] 
	&& (this.session == ((SessionHandler) obj).session) ));
	                    ^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to ManagedPageBookView<S>.SessionHandler
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[185] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[228] 
	public ManagedPageBookView() {
	       ^^^^^^^^^^^^^^^^^^^^^
The @NonNull field handlers may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[228] 
	public ManagedPageBookView() {
	       ^^^^^^^^^^^^^^^^^^^^^
The @NonNull field sessionComparator may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[228] 
	public ManagedPageBookView() {
	       ^^^^^^^^^^^^^^^^^^^^^
The @NonNull field statusManager may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[237] 
	protected boolean isImportant(final IWorkbenchPart part) {
	                                    ^^^^^^^^^^^^^^
Illegal redefinition of parameter part, inherited method from PageBookView does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[256] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[265] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[273] 
	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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[273] 
	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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[284] 
	this.handlers= new ContextHandlers(site.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[292] 
	protected IPage createDefaultPage(final PageBook book) {
	                                        ^^^^^^^^
Illegal redefinition of parameter book, inherited method from PageBookView does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[301] 
	final SessionHandler sessionHandler= (SessionHandler) part;
	                                     ^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from IWorkbenchPart to ManagedPageBookView<S>.SessionHandler
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[307] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[320] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[322] 
	onPageHiding((IPageBookViewPage) getCurrentPage(), (this.activeSession != null) ? this.activeSession.getSession() : null);
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[322] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[322] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[327] 
	this.activeSession= (SessionHandler) pageRec.part;
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from IWorkbenchPart to ManagedPageBookView<S>.SessionHandler
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[331] 
	session= this.activeSession.getSession();
	              ^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[336] 
	session= null;
	         ^^^^
Null type mismatch: required 'S extends @NonNull PageBookSession' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[338] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[360] 
	final SessionHandler sessionHandler= (SessionHandler) part;
	                                     ^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from IWorkbenchPart to ManagedPageBookView<S>.SessionHandler
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[379] 
	protected void doDestroyPage(final IWorkbenchPart part, final PageRec pageRecord) {
	                                                              ^^^^^^^
Illegal redefinition of parameter pageRecord, inherited method from PageBookView does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[380] 
	final SessionHandler sessionHandler= (SessionHandler) part;
	                                     ^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from IWorkbenchPart to ManagedPageBookView<S>.SessionHandler
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[397] 
	return ManagedPageBookView.this.sessionList.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[401] 
	return ((S) page).getLabel();
	       ^^^^^^^^^^
Type safety: Unchecked cast from Object to S
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[405] 
	return ((S) page).getImageDescriptor();
	       ^^^^^^^^^^
Type safety: Unchecked cast from Object to S
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[411] 
	ManagedPageBookView.this.activeSession.getSession() ) :
	                         ^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[416] 
	showPage((S) page);
	         ^^^^^^^^
Type safety: Unchecked cast from Object to S
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[495] 
	this.handlers= null;
	               ^^^^
Null type mismatch: required '@NonNull ContextHandlers' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[512] 
	else {
			this.sessionList.add(session);
		}
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[513] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPageBookView.java:[523] 
	this.sessionMap.remove(sessionHandler);
	                       ^^^^^^^^^^^^^^
Unlikely argument type ManagedPageBookView<S>.SessionHandler for remove(Object) on a Map<S,ManagedPageBookView<S>.SessionHandler>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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 safety (type annotations): The expression of type 'Object' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[43] 
	import org.eclipse.statet.ecommons.collections.FastList;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FastList<T> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[313] 
	private final FastList<IIntValueListener> fSelectionListeners= new FastList<>(IIntValueListener.class);
	              ^^^^^^^^
The type FastList<IIntValueListener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[313] 
	private final FastList<IIntValueListener> fSelectionListeners= new FastList<>(IIntValueListener.class);
	                                                                   ^^^^^^^^
The type FastList is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[313] 
	private final FastList<IIntValueListener> fSelectionListeners= new FastList<>(IIntValueListener.class);
	                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor FastList<IIntValueListener>(Class<IIntValueListener>) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[338] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[344] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[374] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[380] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[442] 
	knobs= ImCollections.toList(knobs);
	                            ^^^^^
Null type safety (type annotations): The expression of type 'List<WaScale.Knob>' needs unchecked conversion to conform to '@NonNull Collection<? extends WaScale.Knob>', corresponding supertype is 'Collection<WaScale.Knob>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[540] 
	fSelectionListeners.add(listener);
	                    ^^^^^^^^^^^^^
The method add(IIntValueListener) from the type FastList<IIntValueListener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[545] 
	fSelectionListeners.remove(listener);
	                    ^^^^^^^^^^^^^^^^
The method remove(IIntValueListener) from the type FastList<IIntValueListener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[552] 
	final IIntValueListener[] listeners = fSelectionListeners.toArray();
	                                                          ^^^^^^^^^
The method toArray() from the type FastList<IIntValueListener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[564] 
	final IIntValueListener[] listeners = fSelectionListeners.toArray();
	                                                          ^^^^^^^^^
The method toArray() from the type FastList<IIntValueListener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[642] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[719] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/WaScale.java:[720] 
	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.2.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.2.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.2.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.2.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.2.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.2.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<String, Object>) data;
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Map<String,Object>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ColorSelectorObservableValue.java:[42] 
	fireValueChange(Diffs.createValueDiff(oldValue, newValue));
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ValueDiff<RGB>' needs unchecked conversion to conform to '@NonNull ValueDiff<RGB>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ColorSelectorObservableValue.java:[75] 
	fireValueChange(Diffs.createValueDiff(oldValue, this.value));
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ValueDiff<RGB>' needs unchecked conversion to conform to '@NonNull ValueDiff<RGB>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[113] 
	private final ListenerList menuListeners;
	              ^^^^^^^^^^^^
ListenerList is a raw type. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[136] 
	this.menuListeners= new ListenerList();
	                        ^^^^^^^^^^^^
ListenerList is a raw type. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[151] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[183] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[222] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[320] 
	this.menuListeners.add(listener);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ListenerList. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[340] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[340] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[426] 
	((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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[439] 
	protected List getSelectionFromWidget() {
	          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[448] 
	final ArrayList result= new ArrayList();
	      ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[448] 
	final ArrayList result= new ArrayList();
	                            ^^^^^^^^^
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[449] 
	result.add(this.selectedItem.getData());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[475] 
	protected void setSelectionToWidget(final List l, final boolean reveal) {
	                                          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[491] 
	for (final Iterator iterator= l.iterator(); iterator.hasNext();) {
	           ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/viewers/breadcrumb/BreadcrumbViewer.java:[617] 
	if (!contentProvider.hasChildren(current.getData())) {
	                                 ^^^^^^^^^^^^^^^^^
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.2.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.2.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.2.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.2.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.2.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.2.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<T> extends AbstractSWTObservableValue implements IObjValueListener<T> {
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
AbstractSWTObservableValue is a raw type. References to generic type AbstractSWTObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/ObjValueObservable.java:[74] 
	fireValueChange(diff);
	                ^^^^
Null type safety (type annotations): The expression of type 'ValueDiff' needs unchecked conversion to conform to '@NonNull ValueDiff'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/ColorManager.java:[45] 
	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.2.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.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/BasicEditorOutlinePage.java:[96] 
	public SelectionChangeNotify(final CopyOnWriteIdentityListSet<ISelectionChangedListener> listenerList) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field currentEvent may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/BasicEditorOutlinePage.java:[96] 
	public SelectionChangeNotify(final CopyOnWriteIdentityListSet<ISelectionChangedListener> listenerList) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field currentListener may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/BasicEditorOutlinePage.java:[108] 
	this.currentEvent= null;
	                   ^^^^
Null type mismatch: required '@NonNull SelectionChangedEvent' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/BasicEditorOutlinePage.java:[109] 
	this.currentListener= null;
	                      ^^^^
Null type mismatch: required '@NonNull ISelectionChangedListener' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/BasicEditorOutlinePage.java:[155] 
	public void updateElement(final UIElement element, final Map parameters) {
	                                                         ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/BasicEditorOutlinePage.java:[213] 
	public BasicEditorOutlinePage(final String contextMenuId) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field handlers may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/BasicEditorOutlinePage.java:[265] 
	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.2.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<T,E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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>, T) of type ManagedConfigurationBlock.PreferenceManager
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<Object>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ManagedConfigurationBlock.java:[281] 
	private void testIfOptionsComplete() {
	             ^^^^^^^^^^^^^^^^^^^^^^^
The method testIfOptionsComplete() from the type ManagedConfigurationBlock.PreferenceManager is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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>, T) of type ManagedConfigurationBlock
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<Object>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<IObjValueListener<Double>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class);
	              ^^^^^^^^
The type FastList<IObjValueListener<Double>> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<IObjValueListener<Double>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class);
	                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type FastList needs unchecked conversion to conform to FastList<IObjValueListener<Double>>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<IObjValueListener<Double>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class);
	                                                                    ^^^^^^^^
The type FastList<T> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<IObjValueListener<Double>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class);
	                                                                    ^^^^^^^^
FastList is a raw type. References to generic type FastList<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<IObjValueListener<Double>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class);
	                                                                                  ^^^^^^^^
The type FastList is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<IObjValueListener<Double>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class);
	                                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor FastList<IObjValueListener>(Class<IObjValueListener>) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<Double>) from the type FastList<IObjValueListener<Double>> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<Double>) from the type FastList<IObjValueListener<Double>> is deprecated
408. INFO in /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DoubleText.java:[185] 
	final IObjValueListener<Double>[] listeners = fValueListeners.toArray();
	                                                              ^^^^^^^^^
The method toArray() from the type FastList<IObjValueListener<Double>> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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));
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ValueDiff<Object>' needs unchecked conversion to conform to '@NonNull ValueDiff'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/ExtStatusDialog.java:[154] 
	((GridData) children[0].getLayoutData()).horizontalSpan++;
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getLayoutData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/ExtStatusDialog.java:[191] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/InputHistory.java:[58] 
	final ListDiffEntry<E>[] diffs= new @NonNull ListDiffEntry[2];
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type ListDiffEntry[] needs unchecked conversion to conform to ListDiffEntry<E>[]
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/InputHistory.java:[70] 
	final ListDiffEntry<E>[] 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<E>[]
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/preferences/ui/ScopedPreferenceStore.java:[765] 
	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.2.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.2.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<T> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java:[181] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java:[232] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java:[296] 
	private final FastList<IObjValueListener<ColorDef>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class);
	              ^^^^^^^^
The type FastList<IObjValueListener<ColorDef>> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java:[296] 
	private final FastList<IObjValueListener<ColorDef>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class);
	                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type FastList needs unchecked conversion to conform to FastList<IObjValueListener<ColorDef>>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java:[296] 
	private final FastList<IObjValueListener<ColorDef>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class);
	                                                                      ^^^^^^^^
The type FastList<T> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java:[296] 
	private final FastList<IObjValueListener<ColorDef>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class);
	                                                                      ^^^^^^^^
FastList is a raw type. References to generic type FastList<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java:[296] 
	private final FastList<IObjValueListener<ColorDef>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class);
	                                                                                    ^^^^^^^^
The type FastList is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java:[296] 
	private final FastList<IObjValueListener<ColorDef>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class);
	                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor FastList<IObjValueListener>(Class<IObjValueListener>) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java:[347] 
	final IObjValueListener<ColorDef>[] listeners = fValueListeners.toArray();
	                                                                ^^^^^^^^^
The method toArray() from the type FastList<IObjValueListener<ColorDef>> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java:[386] 
	fValueListeners.add(listener);
	                ^^^^^^^^^^^^^
The method add(IObjValueListener<ColorDef>) from the type FastList<IObjValueListener<ColorDef>> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/RGBSelector.java:[391] 
	fValueListeners.remove(listener);
	                ^^^^^^^^^^^^^^^^
The method remove(IObjValueListener<ColorDef>) from the type FastList<IObjValueListener<ColorDef>> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<String>' needs unchecked conversion to conform to '@NonNull ImSet<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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<T> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[119] 
	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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[127] 
	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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[416] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[444] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[444] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[464] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[505] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[558] 
	private final FastList<IObjValueListener<ColorDef>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class);
	              ^^^^^^^^
The type FastList<IObjValueListener<ColorDef>> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[558] 
	private final FastList<IObjValueListener<ColorDef>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class);
	                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type FastList needs unchecked conversion to conform to FastList<IObjValueListener<ColorDef>>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[558] 
	private final FastList<IObjValueListener<ColorDef>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class);
	                                                                      ^^^^^^^^
The type FastList<T> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[558] 
	private final FastList<IObjValueListener<ColorDef>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class);
	                                                                      ^^^^^^^^
FastList is a raw type. References to generic type FastList<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[558] 
	private final FastList<IObjValueListener<ColorDef>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class);
	                                                                                    ^^^^^^^^
The type FastList is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[558] 
	private final FastList<IObjValueListener<ColorDef>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class);
	                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor FastList<IObjValueListener>(Class<IObjValueListener>) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[580] 
	final IObjValueListener<ColorDef>[] listeners = fValueListeners.toArray();
	                                                                ^^^^^^^^^
The method toArray() from the type FastList<IObjValueListener<ColorDef>> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[619] 
	fValueListeners.add(listener);
	                ^^^^^^^^^^^^^
The method add(IObjValueListener<ColorDef>) from the type FastList<IObjValueListener<ColorDef>> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/HSVSelector.java:[624] 
	fValueListeners.remove(listener);
	                ^^^^^^^^^^^^^^^^
The method remove(IObjValueListener<ColorDef>) from the type FastList<IObjValueListener<ColorDef>> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<BrowserBookmark> specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/SearchText.java:[56] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/SearchText.java:[95] 
	this.listeners.add(listener);
	                   ^^^^^^^^
Null type safety (type annotations): The expression of type 'SearchText.Listener' needs unchecked conversion to conform to 'SearchText.@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/SearchText.java:[134] 
	public void setToolTipText(final String text) {
	                                 ^^^^^^
Missing nullable annotation: inherited method from Control specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/SearchText.java:[180] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/SearchText.java:[195] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/SearchText.java:[213] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/SearchText.java:[225] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/SearchText.java:[242] 
	this.textControl.setBounds(clientArea);
	                           ^^^^^^^^^^
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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/workbench/ContextHandlers.java:[58] 
	this.handlerService= null;
	                     ^^^^
Null type mismatch: required '@NonNull IHandlerService' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/AutoCheckController.java:[64] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/AutoCheckController.java:[132] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/AutoCheckController.java:[135] 
	((IStructuredSelection) AutoCheckController.this.viewer.getSelection()).toList() );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to Collection<? extends TElement>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/PostSelectionProviderProxy.java:[30] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/PostSelectionProviderProxy.java:[37] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/PostSelectionProviderProxy.java:[59] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/PostSelectionProviderProxy.java:[61] 
	((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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/PostSelectionProviderProxy.java:[64] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/PostSelectionProviderProxy.java:[69] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/PostSelectionProviderProxy.java:[71] 
	((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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/PostSelectionProviderProxy.java:[74] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/PostSelectionProviderProxy.java:[92] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/PostSelectionProviderProxy.java:[94] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/PostSelectionProviderProxy.java:[99] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/DialogUtils.java:[76] 
	final String[] items= combineHistoryItems(settings.getArray(key), newItem);
	                                          ^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String @NonNull[]' but this expression has type '@NonNull String @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<capture#of ?>' needs unchecked conversion to conform to '@NonNull Collection<? extends capture#of ?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
535. INFO in /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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));
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ValueDiff<Integer>' needs unchecked conversion to conform to '@NonNull ValueDiff'
540. INFO in /home/jenkins/agent/workspace/statet-4.2.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
541. INFO in /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ExtensibleTextCellEditor.java:[344] 
	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.2.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<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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<Boolean>' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<Boolean>' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[258] 
	final KeyStroke[] keyStrokes= ((KeySequence) triggerSequence).getKeyStrokes();
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'KeyStroke[]' needs unchecked conversion to conform to '@NonNull KeyStroke []'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[404] 
	setMatcherString(QuickTreeInformationControl.this.filterText.getText(), 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.2.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.2.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.2.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.2.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 '@NonNull TreeItem @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/QuickTreeInformationControl.java:[504] 
	this.treeViewer.setSelection(StructuredSelection.EMPTY);
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'StructuredSelection' needs unchecked conversion to conform to '@NonNull ISelection'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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 '@NonNull TreeItem @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPage.java:[32] 
	public abstract class ManagedPage<TView extends ManagedPageBookView> extends Page {
	                                                ^^^^^^^^^^^^^^^^^^^
ManagedPageBookView is a raw type. References to generic type ManagedPageBookView<S> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPage.java:[40] 
	public ManagedPage(final TView view) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field handlers may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPage.java:[48] 
	this.handlers= null;
	               ^^^^
Null type mismatch: required '@NonNull ContextHandlers' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPage.java:[72] 
	this.handlers= new ContextHandlers(site.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/ManagedPage.java:[74] 
	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.2.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<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<capture#of ? extends Object>' needs unchecked conversion to conform to '@NonNull Collection<?>', corresponding supertype is 'Collection<capture#of ? extends Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DataAdapter.java:[226] 
	final Collection<? super TItem> list= (Collection<? super TItem>) container;
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Collection<? super TItem>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<capture#of ? extends Object>' needs unchecked conversion to conform to '@NonNull Collection<?>', corresponding supertype is 'Collection<capture#of ? extends Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/internal/ecommons/ui/AccessibleArrowImage.java:[144] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/internal/ecommons/ui/AccessibleArrowImage.java:[175] 
	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.2.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.2.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.2.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<TItem> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<? extends Object>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<? extends Object>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TItem>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<? extends Object>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[202] 
	final DataAdapter<TItem> dataAdapter= getGroup().getDataAdapter();
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type DataAdapter needs unchecked conversion to conform to DataAdapter<TItem>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ButtonGroup.java:[219] 
	final DataAdapter<TItem> dataAdapter= getGroup().getDataAdapter();
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type DataAdapter needs unchecked conversion to conform to DataAdapter<TItem>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TItem> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TItem> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TItem> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TItem> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TItem> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TItem> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TItem> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TItem> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TItem>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TItem>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TItem>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TItem>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TItem>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TItem>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TItem>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TItem>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TItem>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TItem> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[171] 
	public void fill(final Menu parent, final int index) {
	                       ^^^^
Illegal redefinition of parameter parent, inherited method from ContributionItem does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[202] 
	public void fill(final ToolBar parent, final int index) {
	                       ^^^^^^^
Illegal redefinition of parameter parent, inherited method from ContributionItem does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[226] 
	public void fill(final Composite parent) {
	                       ^^^^^^^^^
Illegal redefinition of parameter parent, inherited method from ContributionItem does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SimpleContributionItem.java:[465] 
	final Menu menu= menuManager.createContextMenu(ti.getParent());
	                                               ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ToolBar' needs unchecked conversion to conform to '@NonNull Control'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SearchContributionItem.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SearchContributionItem.java:[112] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SearchContributionItem.java:[129] 
	final int minWidth = LayoutUtils.hintWidth(fControl.getTextControl(), 8);
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SearchContributionItem.java:[135] 
	final Layout layout = toolBarParent.getLayout();
	                      ^^^^^^^^^^^^^
Potential null pointer access: The variable toolBarParent may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/SearchContributionItem.java:[161] 
	toolBarParent.layout(true, true);
	^^^^^^^^^^^^^
Potential null pointer access: The variable toolBarParent may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> checkedElements ) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field viewer may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/AbstractCheckboxSelectionDialog.java:[135] 
	protected void addBindings(final DataBindingSupport db) {
	                                 ^^^^^^^^^^^^^^^^^^
Illegal redefinition of parameter db, inherited method from ExtStatusDialog does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<Object>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[137] 
	final Browser browser= PageBookBrowserView.this.currentBrowserPage.getBrowser();
	                                                ^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[155] 
	PageBookBrowserView.this.bookmarks.getBookmarks().add(bookmark);
	                         ^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[169] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[186] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[194] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[222] 
	return PageBookBrowserView.this.currentBrowserPage.getBrowser();
	                                ^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[238] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[246] 
	this.bookmarks.save();
	     ^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[264] 
	serviceLocator.getService(IContextService.class)
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getService(Class) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[324] 
	handlers.get(OPEN_EXTERNAL_ID) ));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[367] 
	PageBookBrowserView.this.bookmarks.save();
	                         ^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[377] 
	handlers.get(CREATE_BOOKMARK_ID) ));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[449] 
	this.currentProgress.beginTask("", total); //$NON-NLS-1$
	     ^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[451] 
	this.currentProgress.worked(current);
	     ^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[458] 
	PageBookBrowserView.this.currentBrowserPage.getBrowser().stop();
	                         ^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[469] 
	this.currentProgress.worked(current - PageBookBrowserView.this.currentProgressWorked);
	     ^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[475] 
	this.currentProgress.done();
	     ^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[545] 
	return this.bookmarks.getBookmarks();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<BrowserBookmark>' needs unchecked conversion to conform to '@NonNull List<@NonNull BrowserBookmark>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/mpbv/PageBookBrowserView.java:[545] 
	return this.bookmarks.getBookmarks();
	            ^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/DataBindingSupport.java:[59] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/DataBindingSupport.java:[103] 
	public void handleValueChange(final ValueChangeEvent<? extends IStatus> event) {
	                                    ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IValueChangeListener<IStatus> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/DataBindingSupport.java:[112] 
	this.tracker= new DirtyTracker(this.dbc) { // sets initial status on first change again, because initial errors are suppressed
	                               ^^^^^^^^
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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/DataBindingSupport.java:[114] 
	public void handleChange(final ObservableEvent event) {
	                               ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from DirtyTracker specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/DataBindingSupport.java:[119] 
	super.handleChange(event);
	                   ^^^^^
Null type safety (type annotations): The expression of type 'ObservableEvent' needs unchecked conversion to conform to '@NonNull ObservableEvent'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/databinding/jface/DataBindingSupport.java:[128] 
	this.tracker.handleChange(null);
	                          ^^^^
Null type mismatch: required '@NonNull ChangeEvent' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/AbstractPostSelectionProvider.java:[22] 
	import org.eclipse.statet.ecommons.collections.FastList;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FastList<T> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/AbstractPostSelectionProvider.java:[28] 
	private final FastList<ISelectionChangedListener> fSelectionListeners= new FastList<>(ISelectionChangedListener.class);
	              ^^^^^^^^
The type FastList<ISelectionChangedListener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/AbstractPostSelectionProvider.java:[28] 
	private final FastList<ISelectionChangedListener> fSelectionListeners= new FastList<>(ISelectionChangedListener.class);
	                                                                           ^^^^^^^^
The type FastList is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/AbstractPostSelectionProvider.java:[28] 
	private final FastList<ISelectionChangedListener> fSelectionListeners= new FastList<>(ISelectionChangedListener.class);
	                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor FastList<ISelectionChangedListener>(Class<ISelectionChangedListener>) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/AbstractPostSelectionProvider.java:[29] 
	private final FastList<ISelectionChangedListener> fPostSelectionListeners= new FastList<>(ISelectionChangedListener.class);
	              ^^^^^^^^
The type FastList<ISelectionChangedListener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/AbstractPostSelectionProvider.java:[29] 
	private final FastList<ISelectionChangedListener> fPostSelectionListeners= new FastList<>(ISelectionChangedListener.class);
	                                                                               ^^^^^^^^
The type FastList is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/AbstractPostSelectionProvider.java:[29] 
	private final FastList<ISelectionChangedListener> fPostSelectionListeners= new FastList<>(ISelectionChangedListener.class);
	                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor FastList<ISelectionChangedListener>(Class<ISelectionChangedListener>) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/AbstractPostSelectionProvider.java:[37] 
	public void addSelectionChangedListener(final ISelectionChangedListener listener) {
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ISelectionProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/AbstractPostSelectionProvider.java:[38] 
	fSelectionListeners.add(listener);
	                    ^^^^^^^^^^^^^
The method add(ISelectionChangedListener) from the type FastList<ISelectionChangedListener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/AbstractPostSelectionProvider.java:[42] 
	public void removeSelectionChangedListener(final ISelectionChangedListener listener) {
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ISelectionProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/AbstractPostSelectionProvider.java:[43] 
	fSelectionListeners.remove(listener);
	                    ^^^^^^^^^^^^^^^^
The method remove(ISelectionChangedListener) from the type FastList<ISelectionChangedListener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/AbstractPostSelectionProvider.java:[48] 
	public void addPostSelectionChangedListener(final ISelectionChangedListener listener) {
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IPostSelectionProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/AbstractPostSelectionProvider.java:[49] 
	fPostSelectionListeners.add(listener);
	                        ^^^^^^^^^^^^^
The method add(ISelectionChangedListener) from the type FastList<ISelectionChangedListener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/AbstractPostSelectionProvider.java:[53] 
	public void removePostSelectionChangedListener(final ISelectionChangedListener listener) {
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IPostSelectionProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/AbstractPostSelectionProvider.java:[54] 
	fPostSelectionListeners.remove(listener);
	                        ^^^^^^^^^^^^^^^^
The method remove(ISelectionChangedListener) from the type FastList<ISelectionChangedListener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/AbstractPostSelectionProvider.java:[59] 
	final ISelectionChangedListener[] listeners = fSelectionListeners.toArray();
	                                                                  ^^^^^^^^^
The method toArray() from the type FastList<ISelectionChangedListener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/AbstractPostSelectionProvider.java:[65] 
	l.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/AbstractPostSelectionProvider.java:[72] 
	final ISelectionChangedListener[] listeners = fPostSelectionListeners.toArray();
	                                                                      ^^^^^^^^^
The method toArray() from the type FastList<ISelectionChangedListener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/AbstractPostSelectionProvider.java:[78] 
	l.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.2.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.2.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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[469] 
	public void fill(final Menu parent, final int index) {
	                       ^^^^
Illegal redefinition of parameter parent, inherited method from ContributionItem does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[504] 
	public void fill(final ToolBar parent, final int index) {
	                       ^^^^^^^
Illegal redefinition of parameter parent, inherited method from ContributionItem does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[532] 
	public void fill(final Composite parent) {
	                       ^^^^^^^^^
Illegal redefinition of parameter parent, inherited method from ContributionItem does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[866] 
	this.commandHandler.execute(executionEvent);
	                            ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ExecutionEvent' needs unchecked conversion to conform to '@NonNull ExecutionEvent'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/actions/HandlerContributionItem.java:[901] 
	final Menu menu= menuManager.createContextMenu(ti.getParent());
	                                               ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ToolBar' needs unchecked conversion to conform to '@NonNull Control'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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<? super @Nullable IResource>', corresponding supertype is 'IValueChangeListener<Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<? super @Nullable IFileStore>', corresponding supertype is 'IValueChangeListener<Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<Object> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/DNDUtils.java:[40] 
	public void dragEnter(final DropTargetEvent e) {
	                            ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from DropTargetAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/DNDUtils.java:[47] 
	public void dragOperationChanged(final DropTargetEvent e) {
	                                       ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from DropTargetAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/DNDUtils.java:[54] 
	public void dragOver(final DropTargetEvent event) {
	                           ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from DropTargetAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/util/DNDUtils.java:[59] 
	public void drop(final DropTargetEvent e) {
	                       ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from DropTargetAdapter specifies this parameter as @NonNull
899. INFO in /home/jenkins/agent/workspace/statet-4.2.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
900. INFO in /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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<K,V> should be parameterized
903. INFO in /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<? super T>) of type Arrays
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<? super Object>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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<String>' needs unchecked conversion to conform to '@NonNull Set<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/ToolPopup.java:[58] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/ToolPopup.java:[94] 
	private Composite fComposite;
	                  ^^^^^^^^^^
The value of the field ToolPopup.ToolTab.fComposite is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/ToolPopup.java:[146] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/ToolPopup.java:[203] 
	final Monitor monitor = DialogUtils.getClosestMonitor(display, position);
	                                                      ^^^^^^^
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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/dialogs/ToolPopup.java:[203] 
	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.2.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.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/DropDownButton.java:[177] 
	this.downButton.setBounds(clientArea);
	                          ^^^^^^^^^^
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.2.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.2.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.2.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.2.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.2.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.2.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<T> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<IObjValueListener<Integer>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class);
	              ^^^^^^^^
The type FastList<IObjValueListener<Integer>> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<IObjValueListener<Integer>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class);
	                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type FastList needs unchecked conversion to conform to FastList<IObjValueListener<Integer>>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<IObjValueListener<Integer>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class);
	                                                                     ^^^^^^^^
The type FastList<T> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<IObjValueListener<Integer>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class);
	                                                                     ^^^^^^^^
FastList is a raw type. References to generic type FastList<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<IObjValueListener<Integer>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class);
	                                                                                   ^^^^^^^^
The type FastList is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<IObjValueListener<Integer>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class);
	                                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor FastList<IObjValueListener>(Class<IObjValueListener>) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<Integer>) from the type FastList<IObjValueListener<Integer>> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<Integer>) from the type FastList<IObjValueListener<Integer>> is deprecated
943. INFO in /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/IntText.java:[165] 
	final IObjValueListener<Integer>[] listeners = fValueListeners.toArray();
	                                                               ^^^^^^^^^
The method toArray() from the type FastList<IObjValueListener<Integer>> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[78] 
	setToolTipText(fColors.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[161] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[175] 
	final Color color = new Color(display, 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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[237] 
	private final FastList<IObjValueListener<ColorDef>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class);
	              ^^^^^^^^
The type FastList<IObjValueListener<ColorDef>> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[237] 
	private final FastList<IObjValueListener<ColorDef>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class);
	                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type FastList needs unchecked conversion to conform to FastList<IObjValueListener<ColorDef>>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[237] 
	private final FastList<IObjValueListener<ColorDef>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class);
	                                                                      ^^^^^^^^
The type FastList<T> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[237] 
	private final FastList<IObjValueListener<ColorDef>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class);
	                                                                      ^^^^^^^^
FastList is a raw type. References to generic type FastList<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[237] 
	private final FastList<IObjValueListener<ColorDef>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class);
	                                                                                    ^^^^^^^^
The type FastList is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[237] 
	private final FastList<IObjValueListener<ColorDef>> fValueListeners= (FastList) new FastList<>(IObjValueListener.class);
	                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor FastList<IObjValueListener>(Class<IObjValueListener>) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[350] 
	fValueListeners.add(listener);
	                ^^^^^^^^^^^^^
The method add(IObjValueListener<ColorDef>) from the type FastList<IObjValueListener<ColorDef>> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[355] 
	fValueListeners.remove(listener);
	                ^^^^^^^^^^^^^^^^
The method remove(IObjValueListener<ColorDef>) from the type FastList<IObjValueListener<ColorDef>> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[364] 
	final IObjValueListener<ColorDef>[] listeners = fValueListeners.toArray();
	                                                                ^^^^^^^^^
The method toArray() from the type FastList<IObjValueListener<ColorDef>> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[395] 
	if (c.equals(value)) {
	    ^
Potential null pointer access: The variable c may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[404] 
	if (c.equals(ref)) {
	    ^
Potential null pointer access: The variable c may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[412] 
	if (c.equalsRGB(value)) {
	    ^
Potential null pointer access: The variable c may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/org/eclipse/statet/ecommons/ui/components/ColorPalette.java:[439] 
	if (c.equals(value)) {
	    ^
Potential null pointer access: The variable c may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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'
967 problems (0 errors, 949 warnings, 949 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.uimisc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.uimisc ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/target/org.eclipse.statet.ecommons.uimisc-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.uimisc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.uimisc ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/target/org.eclipse.statet.ecommons.uimisc-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.uimisc ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.ecommons.uimisc ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.ecommons.uimisc ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/target/org.eclipse.statet.ecommons.uimisc-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.ecommons.uimisc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/target/org.eclipse.statet.ecommons.uimisc-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/target/org.eclipse.statet.ecommons.uimisc-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.ecommons.uimisc ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.uimisc/target/org.eclipse.statet.ecommons.uimisc-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.uimisc ---
[INFO] 
[INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.debug.ui >--
[INFO] Building StatET ECommons - Debug - UI  (Incubation) 4.2.4.202103250600-r [24/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.debug.ui ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.debug.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.debug.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ecommons.debug.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.ecommons.debug.ui ---
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/internal/ecommons/debug/ui/ECommonsDebugUIPlugin.java:[85] 
	private void checkStarted() {
	             ^^^^^^^^^^^^^^
The method checkStarted() from the type ECommonsDebugUIPlugin is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/ECommonsDebugUIImageDescriptor.java:[75] 
	ImageData data= descriptor.getImageData(); // getImageData can return null
	                           ^^^^^^^^^^^^^^
The method getImageData() from the type ImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/ECommonsDebugUIImageDescriptor.java:[130] 
	drawImage(data, 0, 0);
	^^^^^^^^^^^^^^^^^^^^^
The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/ECommonsDebugUIImageDescriptor.java:[151] 
	drawImage(data, x, y);
	^^^^^^^^^^^^^^^^^^^^^
The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/ECommonsDebugUIImageDescriptor.java:[191] 
	drawImage(data, x, y);
	^^^^^^^^^^^^^^^^^^^^^
The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/ECommonsDebugUIImageDescriptor.java:[202] 
	drawImage(data, x, y);
	^^^^^^^^^^^^^^^^^^^^^
The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/ECommonsDebugUIImageDescriptor.java:[214] 
	drawImage(data, x, y);
	^^^^^^^^^^^^^^^^^^^^^
The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/ECommonsDebugUIImageDescriptor.java:[225] 
	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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/ECommonsDebugUIResources.java:[53] 
	this.registry= ECommonsDebugUIPlugin.getInstance().getImageRegistry();
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getInstance() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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 safety (type annotations): The expression of type 'ILaunchConfiguration' needs unchecked conversion to conform to '@NonNull ILaunchConfiguration'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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<? extends IStatus> event) {
	                                    ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IValueChangeListener<IStatus> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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 non-null annotation: inherited method from DirtyTracker specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigManager.java:[93] 
	final ILaunchGroup[] groups= DebugUITools.getLaunchGroups();
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ILaunchGroup[]' needs unchecked conversion to conform to '@NonNull ILaunchGroup []'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigManager.java:[174] 
	null, null, null, SharedUIResources.getImages().getDescriptor(SharedUIResources.OVR_DEFAULT_MARKER_IMAGE_ID),
	^^^^
Null type mismatch: required '@NonNull ImageDescriptor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigManager.java:[174] 
	null, null, null, SharedUIResources.getImages().getDescriptor(SharedUIResources.OVR_DEFAULT_MARKER_IMAGE_ID),
	      ^^^^
Null type mismatch: required '@NonNull ImageDescriptor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigManager.java:[174] 
	null, null, null, SharedUIResources.getImages().getDescriptor(SharedUIResources.OVR_DEFAULT_MARKER_IMAGE_ID),
	            ^^^^
Null type mismatch: required '@NonNull ImageDescriptor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigManager.java:[174] 
	null, null, null, SharedUIResources.getImages().getDescriptor(SharedUIResources.OVR_DEFAULT_MARKER_IMAGE_ID),
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/src/org/eclipse/statet/ecommons/debug/ui/config/LaunchConfigManager.java:[175] 
	null },
	^^^^
Null type mismatch: required '@NonNull ImageDescriptor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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 AbstractUIPlugin' but this expression has type '@Nullable ECommonsDebugUIPlugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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<String>) data);
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to ImIdentitySet<String>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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<String> launchFlags) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field data may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<TElement> util) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field serviceLocator may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<IContributionItem> items) {
	                                             ^^^^
Illegal redefinition of parameter items, inherited method from ListContributionItem does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<String, String>) data);
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Map<String,String>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<String, String>) data);
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Map<@NonNull String,@Nullable String>' but this expression has type 'Map<@NonNull String,@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<IContributionItem> items) {
	                                             ^^^^
Illegal redefinition of parameter items, inherited method from ListContributionItem does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<String>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<String,String>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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'
78 problems (78 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.debug.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.debug.ui ---
[WARNING] bundle localization file /home/jenkins/agent/workspace/statet-4.2.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.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/target/org.eclipse.statet.ecommons.debug.ui-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.debug.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.debug.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/target/org.eclipse.statet.ecommons.debug.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.debug.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.ecommons.debug.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.ecommons.debug.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/target/org.eclipse.statet.ecommons.debug.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.ecommons.debug.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/target/org.eclipse.statet.ecommons.debug.ui-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/target/org.eclipse.statet.ecommons.debug.ui-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.ecommons.debug.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons/org.eclipse.statet.ecommons.debug.ui/target/org.eclipse.statet.ecommons.debug.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.debug.ui ---
[INFO] 
[INFO] -----------< org.eclipse.statet.ecommons:ecommons.waltable >------------
[INFO] Building ecommons.waltable 4.2.4.202103250600-r                 [25/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ ecommons.waltable ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ ecommons.waltable ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ ecommons.waltable ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ ecommons.waltable ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ ecommons.waltable ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ ecommons.waltable ---
[INFO] 
[INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.waltable.core >--
[INFO] Building StatET ECommons - WaLTable - Core  (Incubation) 4.2.4.202103250600-r [26/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.waltable.core ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.waltable.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.waltable.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ecommons.waltable.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.ecommons.waltable.core ---
[INFO] Compiling 483 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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<IStateChangedListener>' needs unchecked conversion to conform to '@NonNull Collection<? extends IStateChangedListener>', corresponding supertype is 'Collection<IStateChangedListener>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<IStateChangedListener>' needs unchecked conversion to conform to '@NonNull Collection<?>', corresponding supertype is 'Collection<IStateChangedListener>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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
26. INFO in /home/jenkins/agent/workspace/statet-4.2.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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/coordinate/LRangeList.java:[36] 
	public final class LRangeList extends ArrayList<LRange> implements Set<LRange> {
	                   ^^^^^^^^^^
The method T extends Object @NonNull[] toArray(T extends Object @NonNull[]) from ArrayList<LRange> cannot implement the corresponding method from Set<LRange> due to incompatible nullness constraints
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<? extends LRange> c) {
	                            ^^^^^^^^^^
Missing non-null annotation: inherited method from Set<LRange> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<? extends LRange> c) {
	                            ^^^^^^^^^^
Missing non-null annotation: inherited method from ArrayList<LRange> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<? extends LRange> c) {
	                                             ^^^^^^^^^^
Missing non-null annotation: inherited method from ArrayList<LRange> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<LRange> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<LRange> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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
35. INFO in /home/jenkins/agent/workspace/statet-4.2.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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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<String>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<Serializable,List<String>>' needs unchecked conversion to conform to '@NonNull Map<? extends Serializable,? extends List<String>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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
47. INFO in /home/jenkins/agent/workspace/statet-4.2.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
48. INFO in /home/jenkins/agent/workspace/statet-4.2.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
49. INFO in /home/jenkins/agent/workspace/statet-4.2.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
50. INFO in /home/jenkins/agent/workspace/statet-4.2.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
51. INFO in /home/jenkins/agent/workspace/statet-4.2.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
52. INFO in /home/jenkins/agent/workspace/statet-4.2.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
53. INFO in /home/jenkins/agent/workspace/statet-4.2.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
54. INFO in /home/jenkins/agent/workspace/statet-4.2.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
55. INFO in /home/jenkins/agent/workspace/statet-4.2.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
56. INFO in /home/jenkins/agent/workspace/statet-4.2.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
57. INFO in /home/jenkins/agent/workspace/statet-4.2.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
58. INFO in /home/jenkins/agent/workspace/statet-4.2.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
59. INFO in /home/jenkins/agent/workspace/statet-4.2.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
60. INFO in /home/jenkins/agent/workspace/statet-4.2.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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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)
62. INFO in /home/jenkins/agent/workspace/statet-4.2.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
63. INFO in /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/data/ExtendedReflectiveColumnPropertyAccessor.java:[149] 
	setterMethod.invoke(singlePropertyObject, value);
	^^^^^^^^^^^^
Potential null pointer access: The variable setterMethod may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/selection/SelectionLayerPainter.java:[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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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<String>' needs unchecked conversion to conform to '@NonNull Collection<? extends String>', corresponding supertype is 'Collection<String>'
84. INFO in /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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)
87. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/freeze/CompositeFreezeLayer.java (at line 141)
	Long.valueOf(columnPosition), Long.valueOf(rowPosition));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Long is unboxed into long
88. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/freeze/CompositeFreezeLayer.java (at line 141)
	Long.valueOf(columnPosition), Long.valueOf(rowPosition));
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Long is unboxed into long
89. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/freeze/CompositeFreezeLayer.java (at line 151)
	Long.valueOf(columnPosition), Long.valueOf(rowPosition));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Long is unboxed into long
90. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/freeze/CompositeFreezeLayer.java (at line 151)
	Long.valueOf(columnPosition), Long.valueOf(rowPosition));
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Long is unboxed into long
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<Color>' needs unchecked conversion to conform to 'ConfigAttribute<@Nullable Color>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<Color>' needs unchecked conversion to conform to 'ConfigAttribute<@Nullable Color>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<Font>' needs unchecked conversion to conform to 'ConfigAttribute<@Nullable Font>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<Color>' needs unchecked conversion to conform to 'ConfigAttribute<@Nullable Color>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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'
107. INFO in /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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)
123. INFO in /home/jenkins/agent/workspace/statet-4.2.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
124. INFO in /home/jenkins/agent/workspace/statet-4.2.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
125. INFO in /home/jenkins/agent/workspace/statet-4.2.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
126. INFO in /home/jenkins/agent/workspace/statet-4.2.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
127. INFO in /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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'
143. INFO in /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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
158. INFO in /home/jenkins/agent/workspace/statet-4.2.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
159. INFO in /home/jenkins/agent/workspace/statet-4.2.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
160. INFO in /home/jenkins/agent/workspace/statet-4.2.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
161. INFO in /home/jenkins/agent/workspace/statet-4.2.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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<LRange> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/util/GUIHelper.java:[130] 
	JFaceResources.getImageRegistry().put(data.toString(), ImageDescriptor.createFromImageData(data));
	                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^
The method createFromImageData(ImageData) from the type ImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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'
176. INFO in /home/jenkins/agent/workspace/statet-4.2.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.2.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'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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
183. INFO in /home/jenkins/agent/workspace/statet-4.2.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.2.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
185. INFO in /home/jenkins/agent/workspace/statet-4.2.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
186. INFO in /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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'
193. INFO in /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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)
203. INFO in /home/jenkins/agent/workspace/statet-4.2.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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/org/eclipse/statet/ecommons/waltable/painter/cell/PasswordTextPainter.java:[83] 
	return result.replaceAll(".", this.echoChar.toString()); //$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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<Color>' needs unchecked conversion to conform to 'ConfigAttribute<@Nullable Color>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<Color>' needs unchecked conversion to conform to 'ConfigAttribute<@Nullable Color>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<Font>' needs unchecked conversion to conform to 'ConfigAttribute<@Nullable Font>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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<Color>' needs unchecked conversion to conform to 'ConfigAttribute<@Nullable Color>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<Color>' needs unchecked conversion to conform to 'ConfigAttribute<@Nullable Color>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<Font>' needs unchecked conversion to conform to 'ConfigAttribute<@Nullable Font>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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<Color>' needs unchecked conversion to conform to 'ConfigAttribute<@Nullable Color>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<Color>' needs unchecked conversion to conform to 'ConfigAttribute<@Nullable Color>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<Font>' needs unchecked conversion to conform to 'ConfigAttribute<@Nullable Font>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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
261 problems (0 errors, 216 warnings, 216 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.waltable.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.waltable.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/target/org.eclipse.statet.ecommons.waltable.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.waltable.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.waltable.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/target/org.eclipse.statet.ecommons.waltable.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.waltable.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.ecommons.waltable.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.ecommons.waltable.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/target/org.eclipse.statet.ecommons.waltable.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.ecommons.waltable.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/target/org.eclipse.statet.ecommons.waltable.core-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/target/org.eclipse.statet.ecommons.waltable.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.ecommons.waltable.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons.waltable/org.eclipse.statet.ecommons.waltable.core/target/org.eclipse.statet.ecommons.waltable.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ecommons.waltable.core ---
[INFO] 
[INFO] --------------< org.eclipse.statet.ecommons:ecommons.edb >--------------
[INFO] Building ecommons.edb 4.2.4.202103250600-r                      [27/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ ecommons.edb ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ ecommons.edb ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ ecommons.edb ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ ecommons.edb ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ ecommons.edb ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ ecommons.edb ---
[INFO] 
[INFO] --< org.eclipse.statet.ecommons:org.eclipse.statet.ecommons.edb.core >--
[INFO] Building StatET ECommons - Embedded DB - Core  (Incubation) 4.2.4.202103250600-r [28/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ecommons.edb.core ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.ecommons.edb.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.ecommons.edb.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ecommons.edb.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.ecommons.edb.core ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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'
10 problems (0 errors, 8 warnings, 8 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ecommons.edb.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.ecommons.edb.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/target/org.eclipse.statet.ecommons.edb.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.ecommons.edb.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ecommons.edb.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/target/org.eclipse.statet.ecommons.edb.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ecommons.edb.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.ecommons.edb.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.ecommons.edb.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/target/org.eclipse.statet.ecommons.edb.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.ecommons.edb.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/target/org.eclipse.statet.ecommons.edb.core-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/target/org.eclipse.statet.ecommons.edb.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.ecommons.edb.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/ecommons.edb/org.eclipse.statet.ecommons.edb.core/target/org.eclipse.statet.ecommons.edb.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.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.2.4.202103250600-r             [29/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet-rj ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet-rj ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet-rj ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet-rj ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet-rj ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet-rj ---
[INFO] 
[INFO] -------------------< org.eclipse.statet.rj:rj.core >--------------------
[INFO] Building rj.core 4.2.4.202103250600-r                           [30/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ rj.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ rj.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ rj.core ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ rj.core ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ rj.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.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.2.4.202103250600-r        [31/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.data ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.data ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.data ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rj.data ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.rj.data ---
[INFO] Compiling 78 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/RDataUtils.java:[266] 
	if (obj.getData().getStoreType() != RStore.LOGICAL) {
	    ^^^^^^^^^^^^^
Potential null pointer access: The method getData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/RDataUtils.java:[267] 
	throw new UnexpectedRDataException("Unexpected R object type: " + getStoreAbbr(obj.getData()));
	                                                                               ^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RStore<?>' but this expression has type '@Nullable RStore<capture#of ?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/RDataUtils.java:[280] 
	if (obj.getData().getStoreType() != RStore.INTEGER) {
	    ^^^^^^^^^^^^^
Potential null pointer access: The method getData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/RDataUtils.java:[281] 
	throw new UnexpectedRDataException("Unexpected R object type: " + getStoreAbbr(obj.getData()));
	                                                                               ^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RStore<?>' but this expression has type '@Nullable RStore<capture#of ?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/RDataUtils.java:[294] 
	if (obj.getData().getStoreType() != RStore.NUMERIC) {
	    ^^^^^^^^^^^^^
Potential null pointer access: The method getData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/RDataUtils.java:[295] 
	throw new UnexpectedRDataException("Unexpected R object type: " + getStoreAbbr(obj.getData()));
	                                                                               ^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RStore<?>' but this expression has type '@Nullable RStore<capture#of ?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/RDataUtils.java:[308] 
	if (obj.getData().getStoreType() != RStore.CHARACTER) {
	    ^^^^^^^^^^^^^
Potential null pointer access: The method getData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/RDataUtils.java:[309] 
	throw new UnexpectedRDataException("Unexpected R object type: " + getStoreAbbr(obj.getData()));
	                                                                               ^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RStore<?>' but this expression has type '@Nullable RStore<capture#of ?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/RDataUtils.java:[364] 
	if (obj.getData().getStoreType() != RStore.CHARACTER) {
	    ^^^^^^^^^^^^^
Potential null pointer access: The method getData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/RDataUtils.java:[365] 
	throw new UnexpectedRDataException("Unexpected R data type: " + getStoreAbbr(obj.getData()));
	                                                                             ^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RStore<?>' but this expression has type '@Nullable RStore<capture#of ?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/RDataUtils.java:[602] 
	return data.getChar(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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/RDataUtils.java:[728] 
	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.2.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.2.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.2.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)
16. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RFactorFix64Store.java (at line 45)
	Arrays.fill(this.codes, NA_integer_INT);
	                        ^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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 '@NonNull String @NonNull[]' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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 safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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 '@NonNull String @NonNull[]' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<capture#16-of ?> to TData
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RVectorImpl.java:[101] 
	this.className1= this.data.getBaseVectorRClassName();
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RCharacter32Store.java:[67] 
	System.arraycopy(source, 0, values, 0, source.length);
	                            ^^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RCharacter32Store.java:[86] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RCharacter32Store.java:[105] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RCharacter32Store.java:[268] 
	System.arraycopy(this.charValues, 0, array, 0, array.length);
	                 ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RNumericB32Store.java:[74] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RNumericB32Store.java:[83] 
	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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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)
54. INFO in /home/jenkins/agent/workspace/statet-4.2.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
55. INFO in /home/jenkins/agent/workspace/statet-4.2.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
56. INFO in /home/jenkins/agent/workspace/statet-4.2.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
57. INFO in /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RMissingImpl.java:[43] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RMissingImpl.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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RMissingImpl.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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RMissingImpl.java:[80] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RMissingImpl.java:[80] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RRaw32Store.java:[65] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RRaw32Store.java:[72] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[70] 
	public <TData extends RStore<?>> RVector<TData> createVector(final TData data, final String classname) {
	                                         ^^^^^
Null constraint mismatch: The type 'TData extends RStore<?>' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[71] 
	return new RVectorImpl<>(data, classname);
	                         ^^^^
Null type safety: required '@NonNull' but this expression has type 'TData', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[71] 
	return new RVectorImpl<>(data, classname);
	                               ^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[83] 
	public <TData extends RStore<?>> RVector<TData> createVector(final TData data) {
	        ^^^^^
Cannot redefine null constraints of type variable 'TData extends @NonNull RStore<?>' declared in 'RObjectFactory.createVector(TData)'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[83] 
	public <TData extends RStore<?>> RVector<TData> createVector(final TData data) {
	                                 ^^^^^^^
The return type is incompatible with '@NonNull RVector<TData extends @NonNull RStore<?>>' returned from RObjectFactory.createVector(TData) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[83] 
	public <TData extends RStore<?>> RVector<TData> createVector(final TData data) {
	                                         ^^^^^
Null constraint mismatch: The type 'TData extends RStore<?>' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[83] 
	public <TData extends RStore<?>> RVector<TData> createVector(final TData data) {
	                                                                   ^^^^^
Missing non-null annotation: inherited method from RObjectFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[84] 
	return createVector(data, data.getBaseVectorRClassName());
	                          ^^^^
Potential null pointer access: this expression has type 'TData', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[99] 
	public RVector<RLogicalStore> createLogiVector(final boolean[] logicals) {
	               ^^^^^^^^^^^^^
Null constraint mismatch: The type 'RLogicalStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[114] 
	public RVector<RLogicalStore> createLogiVector(final int length) {
	               ^^^^^^^^^^^^^
Null constraint mismatch: The type 'RLogicalStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[129] 
	public RVector<RIntegerStore> createIntVector(final int[] integers) {
	               ^^^^^^^^^^^^^
Null constraint mismatch: The type 'RIntegerStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[144] 
	public RVector<RIntegerStore> createIntVector(final int length) {
	               ^^^^^^^^^^^^^
Null constraint mismatch: The type 'RIntegerStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[159] 
	public RVector<RNumericStore> createNumVector(final double[] numerics) {
	               ^^^^^^^^^^^^^
Null constraint mismatch: The type 'RNumericStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[174] 
	public RVector<RNumericStore> createNumVector(final int length) {
	               ^^^^^^^^^^^^^
Null constraint mismatch: The type 'RNumericStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[189] 
	public RVector<RComplexStore> createCplxVector(final int length) {
	               ^^^^^^^^^^^^^
Null constraint mismatch: The type 'RComplexStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[204] 
	public RVector<RCharacterStore> createCharVector(final String[] characters) {
	               ^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'RCharacterStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[219] 
	public RVector<RCharacterStore> createCharVector(final int length) {
	               ^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'RCharacterStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[234] 
	public RVector<RRawStore> createRawVector(final int length) {
	               ^^^^^^^^^
Null constraint mismatch: The type 'RRawStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[249] 
	public RVector<RFactorStore> createFactorVector(final int[] codes, final String[] levels) {
	               ^^^^^^^^^^^^
Null constraint mismatch: The type 'RFactorStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[262] 
	public RVector<RFactorStore> createFactorVector(final int length, final String[] levels) {
	               ^^^^^^^^^^^^
Null constraint mismatch: The type 'RFactorStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[277] 
	public RVector<RFactorStore> createOrderedVector(final int[] codes, final String[] levels) {
	               ^^^^^^^^^^^^
Null constraint mismatch: The type 'RFactorStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[290] 
	public RVector<RFactorStore> createOrderedVector(final int length, final String[] levels) {
	               ^^^^^^^^^^^^
Null constraint mismatch: The type 'RFactorStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[297] 
	public <TData extends RStore<?>> RArray<TData> createArray(final TData data, final int[] dim,
	                                        ^^^^^
Null constraint mismatch: The type 'TData extends RStore<?>' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[299] 
	return new RArrayImpl<>(data, classname, dim);
	                        ^^^^
Null type safety: required '@NonNull' but this expression has type 'TData', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[299] 
	return new RArrayImpl<>(data, classname, dim);
	                              ^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[299] 
	return new RArrayImpl<>(data, classname, 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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[303] 
	public <TData extends RStore<?>> RArray<TData> createArray(final TData data, final int[] dim) {
	        ^^^^^
Cannot redefine null constraints of type variable 'TData extends @NonNull RStore<?>' declared in 'RObjectFactory.createArray(TData, int[])'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[303] 
	public <TData extends RStore<?>> RArray<TData> createArray(final TData data, final int[] dim) {
	                                 ^^^^^^
The return type is incompatible with '@NonNull RArray<TData extends @NonNull RStore<?>>' returned from RObjectFactory.createArray(TData, int[]) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[303] 
	public <TData extends RStore<?>> RArray<TData> createArray(final TData data, final int[] dim) {
	                                        ^^^^^
Null constraint mismatch: The type 'TData extends RStore<?>' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[303] 
	public <TData extends RStore<?>> RArray<TData> createArray(final TData data, final int[] dim) {
	                                                                 ^^^^^
Missing non-null annotation: inherited method from RObjectFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[303] 
	public <TData extends RStore<?>> RArray<TData> createArray(final TData data, final int[] dim) {
	                                                                                   ^^^^^
Missing non-null annotation: inherited method from RObjectFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[308] 
	public <TData extends RStore<?>> RArray<TData> createMatrix(final TData data, final int dim1, final int dim2) {
	        ^^^^^
Cannot redefine null constraints of type variable 'TData extends @NonNull RStore<?>' declared in 'RObjectFactory.createMatrix(TData, int, int)'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[308] 
	public <TData extends RStore<?>> RArray<TData> createMatrix(final TData data, final int dim1, final int dim2) {
	                                 ^^^^^^
The return type is incompatible with '@NonNull RArray<TData extends @NonNull RStore<?>>' returned from RObjectFactory.createMatrix(TData, int, int) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[308] 
	public <TData extends RStore<?>> RArray<TData> createMatrix(final TData data, final int dim1, final int dim2) {
	                                        ^^^^^
Null constraint mismatch: The type 'TData extends RStore<?>' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[308] 
	public <TData extends RStore<?>> RArray<TData> createMatrix(final TData data, final int dim1, final int dim2) {
	                                                                  ^^^^^
Missing non-null annotation: inherited method from RObjectFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[313] 
	public RArray<RLogicalStore> createLogiArray(final boolean[] logicals, final int[] dim) {
	              ^^^^^^^^^^^^^
Null constraint mismatch: The type 'RLogicalStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[317] 
	public RArray<RLogicalStore> createLogiArray(final int[] dim) {
	              ^^^^^^^^^^^^^
Null constraint mismatch: The type 'RLogicalStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[318] 
	return createArray(createLogiData(RDataUtils.computeLengthFromDim(dim)), 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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[321] 
	public RArray<RIntegerStore> createIntArray(final int[] integers, final int[] dim) {
	              ^^^^^^^^^^^^^
Null constraint mismatch: The type 'RIntegerStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[325] 
	public RArray<RIntegerStore> createIntArray(final int[] dim) {
	              ^^^^^^^^^^^^^
Null constraint mismatch: The type 'RIntegerStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[326] 
	return createArray(createIntData(RDataUtils.computeLengthFromDim(dim)), 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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[329] 
	public RArray<RNumericStore> createNumArray(final double[] numerics, final int[] dim) {
	              ^^^^^^^^^^^^^
Null constraint mismatch: The type 'RNumericStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[333] 
	public RArray<RNumericStore> createNumArray(final int[] dim) {
	              ^^^^^^^^^^^^^
Null constraint mismatch: The type 'RNumericStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[334] 
	return createArray(createNumData(RDataUtils.computeLengthFromDim(dim)), 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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[337] 
	public RArray<RCharacterStore> createCharArray(final String[] characters, final int[] dim) {
	              ^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'RCharacterStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[341] 
	public RArray<RCharacterStore> createCharArray(final int[] dim) {
	              ^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'RCharacterStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[342] 
	return createArray(createCharData(RDataUtils.computeLengthFromDim(dim)), 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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[346] 
	public RArray<RLogicalStore> createLogiMatrix(final boolean[] logicals, final int dim1, final int dim2) {
	              ^^^^^^^^^^^^^
Null constraint mismatch: The type 'RLogicalStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[350] 
	public RArray<RLogicalStore> createLogiMatrix(final int dim1, final int dim2) {
	              ^^^^^^^^^^^^^
Null constraint mismatch: The type 'RLogicalStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[354] 
	public RArray<RIntegerStore> createIntMatrix(final int[] integers, final int dim1, final int dim2) {
	              ^^^^^^^^^^^^^
Null constraint mismatch: The type 'RIntegerStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[358] 
	public RArray<RIntegerStore> createIntMatrix(final int dim1, final int dim2) {
	              ^^^^^^^^^^^^^
Null constraint mismatch: The type 'RIntegerStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[362] 
	public RArray<RNumericStore> createNumMatrix(final double[] numerics, final int dim1, final int dim2) {
	              ^^^^^^^^^^^^^
Null constraint mismatch: The type 'RNumericStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[366] 
	public RArray<RNumericStore> createNumMatrix(final int dim1, final int dim2) {
	              ^^^^^^^^^^^^^
Null constraint mismatch: The type 'RNumericStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[370] 
	public RArray<RCharacterStore> createCharMatrix(final String[] characters, final int dim1, final int dim2) {
	              ^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'RCharacterStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[374] 
	public RArray<RCharacterStore> createCharMatrix(final int dim1, final int dim2) {
	              ^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'RCharacterStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[395] 
	return new RDataFrame32Impl(colVectors, RObject.CLASSNAME_DATAFRAME, colNames, rowNames);
	                            ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RObject[]' needs unchecked conversion to conform to '@NonNull RObject @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[395] 
	return new RDataFrame32Impl(colVectors, RObject.CLASSNAME_DATAFRAME, colNames, rowNames);
	                                                                     ^^^^^^^^
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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[395] 
	return new RDataFrame32Impl(colVectors, RObject.CLASSNAME_DATAFRAME, colNames, rowNames);
	                                                                               ^^^^^^^^
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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[404] 
	public RList createList(final RObject[] components, final String @Nullable [] names) {
	       ^^^^^
The return type is incompatible with '@NonNull RList' returned from RObjectFactory.createList(RObject[], String[]) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[404] 
	public RList createList(final RObject[] components, final String @Nullable [] names) {
	                              ^^^^^^^^^
Missing non-null annotation: inherited method from RObjectFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[404] 
	public RList createList(final RObject[] components, final String @Nullable [] names) {
	                                                          ^^^^^^^^^^^^^^^^^^^
Illegal redefinition of parameter names, inherited method from RObjectFactory declares this parameter as '@NonNull String @Nullable[]' (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[412] 
	public RLanguage createName(final String name) {
	       ^^^^^^^^^
The return type is incompatible with '@NonNull RLanguage' returned from RObjectFactory.createName(String) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[412] 
	public RLanguage createName(final String name) {
	                                  ^^^^^^
Missing non-null annotation: inherited method from RObjectFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[413] 
	return new RLanguageImpl(RLanguage.NAME, name, RObject.CLASSNAME_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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[417] 
	public RLanguage createExpression(final String expr) {
	       ^^^^^^^^^
The return type is incompatible with '@NonNull RLanguage' returned from RObjectFactory.createExpression(String) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[417] 
	public RLanguage createExpression(final String expr) {
	                                        ^^^^^^
Missing non-null annotation: inherited method from RObjectFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[418] 
	return new RLanguageImpl(RLanguage.EXPRESSION, expr, RObject.CLASSNAME_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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[425] 
	public RLogicalStore createLogiData(final boolean[] logiValues) {
	       ^^^^^^^^^^^^^
The return type is incompatible with '@NonNull RLogicalStore' returned from RObjectFactory.createLogiData(boolean[]) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[425] 
	public RLogicalStore createLogiData(final boolean[] logiValues) {
	                                          ^^^^^^^^^
Missing non-null annotation: inherited method from RObjectFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[436] 
	public RIntegerStore createIntData(final int[] intValues) {
	       ^^^^^^^^^^^^^
The return type is incompatible with '@NonNull RIntegerStore' returned from RObjectFactory.createIntData(int[]) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[436] 
	public RIntegerStore createIntData(final int[] intValues) {
	                                         ^^^^^
Missing non-null annotation: inherited method from RObjectFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[447] 
	public RNumericStore createNumData(final double[] numValues) {
	       ^^^^^^^^^^^^^
The return type is incompatible with '@NonNull RNumericStore' returned from RObjectFactory.createNumData(double[]) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[447] 
	public RNumericStore createNumData(final double[] numValues) {
	                                         ^^^^^^^^
Missing non-null annotation: inherited method from RObjectFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[458] 
	public RComplexStore createCplxData(final double[] reValues, final double[] imValues) {
	       ^^^^^^^^^^^^^
The return type is incompatible with '@NonNull RComplexStore' returned from RObjectFactory.createCplxData(double[], double[]) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[458] 
	public RComplexStore createCplxData(final double[] reValues, final double[] imValues) {
	                                          ^^^^^^^^
Missing non-null annotation: inherited method from RObjectFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[458] 
	public RComplexStore createCplxData(final double[] reValues, final double[] imValues) {
	                                                                   ^^^^^^^^
Missing non-null annotation: inherited method from RObjectFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[469] 
	public RCharacterStore createCharData(final String[] charValues) {
	       ^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull RCharacterStore' returned from RObjectFactory.createCharData(String[]) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[469] 
	public RCharacterStore createCharData(final String[] charValues) {
	                                            ^^^^^^^^
Missing non-null annotation: inherited method from RObjectFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[480] 
	public RRawStore createRawData(final byte[] rawValues) {
	       ^^^^^^^^^
The return type is incompatible with '@NonNull RRawStore' returned from RObjectFactory.createRawData(byte[]) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[480] 
	public RRawStore createRawData(final byte[] rawValues) {
	                                     ^^^^^^
Missing non-null annotation: inherited method from RObjectFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[491] 
	public RFactorStore createFactorData(final int[] codes, final String[] levels) {
	       ^^^^^^^^^^^^
The return type is incompatible with '@NonNull RFactorStore' returned from RObjectFactory.createFactorData(int[], String[]) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[491] 
	public RFactorStore createFactorData(final int[] codes, final String[] levels) {
	                                           ^^^^^
Missing non-null annotation: inherited method from RObjectFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[491] 
	public RFactorStore createFactorData(final int[] codes, final String[] levels) {
	                                                              ^^^^^^^^
Missing non-null annotation: inherited method from RObjectFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[511] 
	public RObject readObject(final RJIO io) throws IOException {
	       ^^^^^^^
The return type is incompatible with '@NonNull RObject' returned from RObjectFactory.readObject(RJIO) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[511] 
	public RObject readObject(final RJIO io) throws IOException {
	                                ^^^^
Missing non-null annotation: inherited method from RObjectFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[520] 
	return new RVectorImpl(io, this); }
	           ^^^^^^^^^^^
RVectorImpl is a raw type. References to generic type RVectorImpl<TData> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[522] 
	return new RArrayImpl(io, this);
	           ^^^^^^^^^^
RArrayImpl is a raw type. References to generic type RArrayImpl<TData> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[558] 
	public void writeObject(final RObject robject, final RJIO io) throws IOException {
	                              ^^^^^^^
Missing non-null annotation: inherited method from RObjectFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[558] 
	public void writeObject(final RObject robject, final RJIO io) throws IOException {
	                                                     ^^^^
Missing non-null annotation: inherited method from RObjectFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[588] 
	public RStore<?> readStore(final RJIO io, final long length) throws IOException {
	       ^^^^^^
The return type is incompatible with '@NonNull RStore<?>' returned from RObjectFactory.readStore(RJIO, long) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[588] 
	public RStore<?> readStore(final RJIO io, final long length) throws IOException {
	                                 ^^^^
Missing non-null annotation: inherited method from RObjectFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[656] 
	public void writeStore(final RStore<?> data, final RJIO io) throws IOException {
	                             ^^^^^^
Missing non-null annotation: inherited method from RObjectFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[656] 
	public void writeStore(final RStore<?> data, final RJIO io) throws IOException {
	                                                   ^^^^
Missing non-null annotation: inherited method from RObjectFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[673] 
	public RList readAttributeList(final RJIO io) throws IOException {
	       ^^^^^
The return type is incompatible with '@NonNull RList' returned from RObjectFactory.readAttributeList(RJIO) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[673] 
	public RList readAttributeList(final RJIO io) throws IOException {
	                                     ^^^^
Missing non-null annotation: inherited method from RObjectFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[678] 
	public void writeAttributeList(final RList list, final RJIO io) throws IOException {
	                                     ^^^^^
Missing non-null annotation: inherited method from RObjectFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[678] 
	public void writeAttributeList(final RList list, final RJIO io) throws IOException {
	                                                       ^^^^
Missing non-null annotation: inherited method from RObjectFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[679] 
	((ExternalizableRObject) list).writeExternal(io, this);
	                                             ^^
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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[692] 
	public @Nullable RStore<?> readNames(final RJIO io, final long length) throws IOException {
	                                           ^^^^
Missing non-null annotation: inherited method from RObjectFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/DefaultRObjectFactory.java:[706] 
	public void writeNames(final @Nullable RStore<?> names, final RJIO io) throws IOException {
	                                                              ^^^^
Missing non-null annotation: inherited method from RObjectFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RS4ObjectImpl.java:[68] 
	this.slotValues= new RObject[l];
	                 ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RObject[]' needs unchecked conversion to conform to '@NonNull RObject @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RS4ObjectImpl.java:[131] 
	return this.slotNames.getChar(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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RS4ObjectImpl.java:[136] 
	return this.slotNames.getChar(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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RFactor32Store.java:[83] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RFactor32Store.java:[95] 
	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.2.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.2.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 '@NonNull String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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 '@NonNull String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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 'RObject[]' needs unchecked conversion to conform to '@NonNull RObject @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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 '@NonNull String @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[292] 
	System.arraycopy(currentIdxs, 0, newIdxs, 0, pos[0]);
	                 ^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[292] 
	System.arraycopy(currentIdxs, 0, newIdxs, 0, pos[0]);
	                                 ^^^^^^^
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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[357] 
	System.arraycopy(currentValues, idxs[i], newValues, idxs[i]+i+1, currentLength-idxs[i]);
	                 ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'double[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[357] 
	System.arraycopy(currentValues, idxs[i], newValues, idxs[i]+i+1, currentLength-idxs[i]);
	                                         ^^^^^^^^^
Null type safety (type annotations): The expression of type 'double[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[359] 
	System.arraycopy(currentValues, idxs[i], newValues, idxs[i]+i+1, idxs[i+1]-idxs[i]);
	                 ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'double[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[359] 
	System.arraycopy(currentValues, idxs[i], newValues, idxs[i]+i+1, idxs[i+1]-idxs[i]);
	                                         ^^^^^^^^^
Null type safety (type annotations): The expression of type 'double[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[362] 
	System.arraycopy(currentValues, 0, newValues, 0, idxs[0]);
	                 ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'double[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[362] 
	System.arraycopy(currentValues, 0, newValues, 0, idxs[0]);
	                                   ^^^^^^^^^
Null type safety (type annotations): The expression of type 'double[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[370] 
	System.arraycopy(currentValues, idxs[i], newValues, idxs[i]+i+1, currentLength-idxs[i]);
	                 ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[370] 
	System.arraycopy(currentValues, idxs[i], newValues, idxs[i]+i+1, currentLength-idxs[i]);
	                                         ^^^^^^^^^
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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[372] 
	System.arraycopy(currentValues, idxs[i], newValues, idxs[i]+i+1, idxs[i+1]-idxs[i]);
	                 ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[372] 
	System.arraycopy(currentValues, idxs[i], newValues, idxs[i]+i+1, idxs[i+1]-idxs[i]);
	                                         ^^^^^^^^^
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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[375] 
	System.arraycopy(currentValues, 0, newValues, 0, idxs[0]);
	                 ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[375] 
	System.arraycopy(currentValues, 0, newValues, 0, idxs[0]);
	                                   ^^^^^^^^^
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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[383] 
	System.arraycopy(currentValues, idxs[i], newValues, idxs[i]+i+1, currentLength-idxs[i]);
	                 ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[383] 
	System.arraycopy(currentValues, idxs[i], newValues, idxs[i]+i+1, currentLength-idxs[i]);
	                                         ^^^^^^^^^
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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[385] 
	System.arraycopy(currentValues, idxs[i], newValues, idxs[i]+i+1, idxs[i+1]-idxs[i]);
	                 ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[385] 
	System.arraycopy(currentValues, idxs[i], newValues, idxs[i]+i+1, idxs[i+1]-idxs[i]);
	                                         ^^^^^^^^^
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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[388] 
	System.arraycopy(currentValues, 0, newValues, 0, idxs[0]);
	                 ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[388] 
	System.arraycopy(currentValues, 0, newValues, 0, idxs[0]);
	                                   ^^^^^^^^^
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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[396] 
	System.arraycopy(currentValues, idxs[i], newValues, idxs[i]+i+1, currentLength-idxs[i]);
	                 ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[396] 
	System.arraycopy(currentValues, idxs[i], newValues, idxs[i]+i+1, currentLength-idxs[i]);
	                                         ^^^^^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[398] 
	System.arraycopy(currentValues, idxs[i], newValues, idxs[i]+i+1, idxs[i+1]-idxs[i]);
	                 ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[398] 
	System.arraycopy(currentValues, idxs[i], newValues, idxs[i]+i+1, idxs[i+1]-idxs[i]);
	                                         ^^^^^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[401] 
	System.arraycopy(currentValues, 0, newValues, 0, idxs[0]);
	                 ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[401] 
	System.arraycopy(currentValues, 0, newValues, 0, idxs[0]);
	                                   ^^^^^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[409] 
	System.arraycopy(currentValues, 0, newValues, 0, idxs[0]);
	                 ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'double[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[409] 
	System.arraycopy(currentValues, 0, newValues, 0, idxs[0]);
	                                   ^^^^^^^^^
Null type safety (type annotations): The expression of type 'double[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[413] 
	System.arraycopy(currentValues, idxs[i]+1, newValues, idxs[i]-i, idxs[i+1]-idxs[i]);
	                 ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'double[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[413] 
	System.arraycopy(currentValues, idxs[i]+1, newValues, idxs[i]-i, idxs[i+1]-idxs[i]);
	                                           ^^^^^^^^^
Null type safety (type annotations): The expression of type 'double[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[415] 
	System.arraycopy(currentValues, idxs[i]+1, newValues, idxs[i]-i, currentLength-idxs[i]-1);
	                 ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'double[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[415] 
	System.arraycopy(currentValues, idxs[i]+1, newValues, idxs[i]-i, currentLength-idxs[i]-1);
	                                           ^^^^^^^^^
Null type safety (type annotations): The expression of type 'double[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[422] 
	System.arraycopy(currentValues, 0, newValues, 0, idxs[0]);
	                 ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[422] 
	System.arraycopy(currentValues, 0, newValues, 0, idxs[0]);
	                                   ^^^^^^^^^
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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[426] 
	System.arraycopy(currentValues, idxs[i]+1, newValues, idxs[i]-i, idxs[i+1]-idxs[i]);
	                 ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[426] 
	System.arraycopy(currentValues, idxs[i]+1, newValues, idxs[i]-i, idxs[i+1]-idxs[i]);
	                                           ^^^^^^^^^
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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[428] 
	System.arraycopy(currentValues, idxs[i]+1, newValues, idxs[i]-i, currentLength-idxs[i]-1);
	                 ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[428] 
	System.arraycopy(currentValues, idxs[i]+1, newValues, idxs[i]-i, currentLength-idxs[i]-1);
	                                           ^^^^^^^^^
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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[435] 
	System.arraycopy(currentValues, 0, newValues, 0, idxs[0]);
	                 ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[435] 
	System.arraycopy(currentValues, 0, newValues, 0, idxs[0]);
	                                   ^^^^^^^^^
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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[439] 
	System.arraycopy(currentValues, idxs[i]+1, newValues, idxs[i]-i, idxs[i+1]-idxs[i]);
	                 ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[439] 
	System.arraycopy(currentValues, idxs[i]+1, newValues, idxs[i]-i, idxs[i+1]-idxs[i]);
	                                           ^^^^^^^^^
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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[441] 
	System.arraycopy(currentValues, idxs[i]+1, newValues, idxs[i]-i, currentLength-idxs[i]-1);
	                 ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[441] 
	System.arraycopy(currentValues, idxs[i]+1, newValues, idxs[i]-i, currentLength-idxs[i]-1);
	                                           ^^^^^^^^^
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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[448] 
	System.arraycopy(currentValues, 0, newValues, 0, idxs[0]);
	                 ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[448] 
	System.arraycopy(currentValues, 0, newValues, 0, idxs[0]);
	                                   ^^^^^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[452] 
	System.arraycopy(currentValues, idxs[i]+1, newValues, idxs[i]-i, idxs[i+1]-idxs[i]);
	                 ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[452] 
	System.arraycopy(currentValues, idxs[i]+1, newValues, idxs[i]-i, idxs[i+1]-idxs[i]);
	                                           ^^^^^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[454] 
	System.arraycopy(currentValues, idxs[i]+1, newValues, idxs[i]-i, currentLength-idxs[i]-1);
	                 ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[454] 
	System.arraycopy(currentValues, idxs[i]+1, newValues, idxs[i]-i, currentLength-idxs[i]-1);
	                                           ^^^^^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[692] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractRStore.java:[692] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/AbstractIntegerStore.java:[113] 
	return indexOf(Integer.parseInt(character), fromIdx);
	                                ^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RInteger32Store.java:[79] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RInteger32Store.java:[88] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/RComplexStore.java:[59] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/RComplexStore.java:[70] 
	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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RArrayImpl.java:[75] 
	final RStore<?>[] names1= new RStore[dim.length];
	                          ^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RArrayImpl.java:[77] 
	names1[i]= factory.readNames(io, dim[i]);
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RStore<?>' but this expression has type '@Nullable RStore<capture#of ?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<capture#5-of ?> to TData
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RComplexB32Store.java:[87] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RComplexB32Store.java:[98] 
	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.2.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
	             ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from RDataFrame specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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<capture#of ?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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<capture#of ?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<capture#of ?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RLogicalByte32Store.java:[110] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/org/eclipse/statet/rj/data/impl/RLogicalByte32Store.java:[117] 
	public void writeExternal(final ObjectOutput out) throws IOException {
	                                ^^^^^^^^^^^^
Missing non-null annotation: inherited method from Externalizable specifies this parameter as @NonNull
292. INFO in /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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
	             ^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from RDataFrame specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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
325 problems (0 errors, 319 warnings, 319 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rj.data ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.data ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/target/org.eclipse.statet.rj.data-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.data ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.data ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/target/org.eclipse.statet.rj.data-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.data ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.rj.data ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.data ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/target/org.eclipse.statet.rj.data-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.rj.data ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/target/org.eclipse.statet.rj.data-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/target/org.eclipse.statet.rj.data-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.rj.data ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/target/org.eclipse.statet.rj.data-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.data ---
[INFO] 
[INFO] ---------< org.eclipse.statet.rj:org.eclipse.statet.rj.server >---------
[INFO] Building org.eclipse.statet.rj.server 4.2.4.202103250600-r      [32/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.server ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.server ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.server ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rj.server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.rj.server ---
[INFO] Compiling 90 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsComConfig.java:[155] 
	final StringBuilder sb= new StringBuilder(init);
	                                          ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsComConfig.java:[163] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsComConfig.java:[167] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsComConfig.java:[178] 
	gRMIClientSocketFactories.put(this.id, factory);
	                              ^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsComConfig.java:[183] 
	factory= gRMIClientSocketFactories.get(this.id);
	                                       ^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsComConfig.java:[202] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsComConfig.java:[202] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsComConfig.java:[202] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RjsComConfig.java:[202] 
	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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/FileUtils.java:[38] 
	public FileVisitResult preVisitDirectory(final Path dir, final BasicFileAttributes attrs)
	                                                               ^^^^^^^^^^^^^^^^^^^
Illegal redefinition of parameter attrs, inherited method from FileVisitor<Path> does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/FileUtils.java:[48] 
	public FileVisitResult visitFile(final Path file, final BasicFileAttributes attrs)
	                                                        ^^^^^^^^^^^^^^^^^^^
Illegal redefinition of parameter attrs, inherited method from FileVisitor<Path> does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/FileUtils.java:[55] 
	public FileVisitResult visitFileFailed(final Path file, final IOException exc)
	                                                              ^^^^^^^^^^^
Illegal redefinition of parameter exc, inherited method from FileVisitor<Path> does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[289] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[296] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[302] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[306] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[432] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DataCmdItem.java:[432] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/LocalREnv.java:[45] 
	final String osname= System.getProperty("os.name").toLowerCase(); //$NON-NLS-1$
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getProperty(String) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/LocalREnv.java:[102] 
	varResolver= System::getenv;
	             ^^^^^^^^^^^^^^
Null type safety: parameter 1 provided via method descriptor Function<String,String>.apply(String) needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/LocalREnv.java:[214] 
	ServerUtils.prettyPrint(this.rLibPaths, sb);
	                        ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Path>' needs unchecked conversion to conform to '@NonNull Collection<?>', corresponding supertype is 'Collection<Path>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/LocalREnv.java:[270] 
	return Collections.unmodifiableList(this.rLibPaths);
	                                    ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Path>' needs unchecked conversion to conform to '@NonNull List<? extends Path>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/LocalREnv.java:[277] 
	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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/BinExchange.java:[180] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/BinExchange.java:[298] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/BinExchange.java:[397] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/BinExchange.java:[397] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/BinExchange.java:[397] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/BinExchange.java:[397] 
	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.2.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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/CtrlReport.java:[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.2.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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/TracepointState.java:[184] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/TracepointState.java:[246] 
	public int compareTo(final TracepointState other) {
	                           ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from Comparable<TracepointState> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/TracepointState.java:[247] 
	{	final int diff= this.filePath.compareTo(other.filePath);
	 	                                        ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/TracepointState.java:[254] 
	final int diff= this.elementId.compareTo(other.elementId);
	                                         ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/TracepointState.java:[275] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/TracepointState.java:[275] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/TracepointState.java:[275] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/TracepointState.java:[275] 
	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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srvext/auth/FxAuthMethod.java:[45] 
	private FileInputStream fileInputStream;
	                        ^^^^^^^^^^^^^^^
The value of the field FxAuthMethod.fileInputStream is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srvext/auth/FxAuthMethod.java:[70] 
	this.fileChannel= new RandomAccessFile(this.file, "rws").getChannel();
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Resource leak: '<unassigned Closeable value>' is never closed
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/RJContext.java:[67] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/RJContext.java:[109] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/RJContext.java:[126] 
	if (name == null) {
			throw new NullPointerException("name"); //$NON-NLS-1$
		}
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/RJContext.java:[152] 
	if (name == null) {
			throw new NullPointerException("name"); //$NON-NLS-1$
		}
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/RJContext.java:[155] 
	if (properties == null) {
			throw new NullPointerException("properties"); //$NON-NLS-1$
		}
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
103. INFO in /home/jenkins/agent/workspace/statet-4.2.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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/dbg/TracepointStatesUpdate.java:[46] 
	this.states= TracepointState.readList(io);
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<TracepointState>' needs unchecked conversion to conform to '@NonNull List<@NonNull TracepointState>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/ServerLogin.java:[84] 
	System.arraycopy(this.callbacks, 0, copy, 0, this.callbacks.length);
	                 ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Callback[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/engine/SrvEngineServer.java:[123] 
	System.arraycopy(this.userNames, 0, newNames, 0, this.userTypes.length);
	                 ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/engine/SrvEngineServer.java:[329] 
	return new File(rwd.getData().getChar(0), file.getPath());
	                ^^^^^^^^^^^^^
Potential null pointer access: The method getData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DbgCmdItem.java:[99] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DbgCmdItem.java:[101] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DbgCmdItem.java:[217] 
	writeList((List<RJIOExternalizable>) this.data, io);
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<RJIOExternalizable>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DbgCmdItem.java:[226] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DbgCmdItem.java:[248] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DbgCmdItem.java:[334] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DbgCmdItem.java:[334] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DbgCmdItem.java:[334] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DbgCmdItem.java:[334] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/DbgCmdItem.java:[334] 
	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.2.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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/ServerUtils.java:[146] 
	public static void prettyPrint(final Map map, final StringBuilder sb) {
	                                     ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/ServerUtils.java:[148] 
	final Set<Entry<?, ?>> entrySet= map.entrySet();
	                                 ^^^^^^^^^^^^^^
Type safety: The expression of type Set needs unchecked conversion to conform to Set<Map.Entry<?,?>>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/util/ServerUtils.java:[252] 
	(final Path entry) -> !entry.getFileName().toString().equals(exclude) );
	                       ^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getFileName() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[148] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[148] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[201] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[201] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[250] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[250] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[283] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[283] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[322] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[322] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[355] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[355] 
	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.2.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.2.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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[424] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[424] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[470] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[470] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[515] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[515] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[563] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[563] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[601] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[601] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[639] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[639] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[691] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[691] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[740] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[740] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[788] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[788] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[836] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[836] 
	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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[974] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[974] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[1019] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[1019] 
	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.2.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.2.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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[1139] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[1139] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[1189] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[1189] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[1224] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/GDCmdItem.java:[1224] 
	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.2.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<AbstractTracepointManager.@NonNull StateEntry> iterator() from AbstractList<AbstractTracepointManager.StateEntry> cannot implement the corresponding method from List<AbstractTracepointManager.StateEntry> due to incompatible nullness constraints
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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[]'
186. INFO in /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srvext/auth/JaasAuthMethod.java:[46] 
	private final AppConfigurationEntry entry;
	                                    ^^^^^
The value of the field JaasAuthMethod.JaasConfig.entry is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srvext/auth/JaasAuthMethod.java:[50] 
	this.entry= new AppConfigurationEntry(clazz, AppConfigurationEntry.LoginModuleControlFlag.REQUIRED, new HashMap());
	                                                                                                    ^^^^^^^^^^^^^
Type safety: The expression of type HashMap needs unchecked conversion to conform to Map<String,?>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srvext/auth/JaasAuthMethod.java:[50] 
	this.entry= new AppConfigurationEntry(clazz, AppConfigurationEntry.LoginModuleControlFlag.REQUIRED, new HashMap());
	                                                                                                        ^^^^^^^
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/MainCmdS2CList.java:[55] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/MainCmdS2CList.java:[77] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/MainCmdS2CList.java:[228] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/MainCmdS2CList.java:[228] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/MainCmdS2CList.java:[228] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/MainCmdS2CList.java:[228] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RJ.java:[35] 
	private Map<String, Object>[] clientPropertiesMaps= new Map[2];
	                                                    ^^^^^^^^^^
Type safety: The expression of type Map[] needs unchecked conversion to conform to Map<String,Object>[]
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RJ.java:[67] 
	final Map<String, Object>[] newMaps= new Map[this.clientPropertiesMaps.length];
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Map[] needs unchecked conversion to conform to Map<String,Object>[]
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<String,Object>[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/RJ.java:[83] 
	final Map<String, Object>[] newMaps= new Map[this.clientPropertiesMaps.length];
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Map[] needs unchecked conversion to conform to Map<String,Object>[]
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<String,Object>[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/MainCmdC2SList.java:[49] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/MainCmdC2SList.java:[74] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/MainCmdC2SList.java:[197] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/MainCmdC2SList.java:[197] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/MainCmdC2SList.java:[197] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/MainCmdC2SList.java:[197] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/RMIServerControl.java:[133] 
	final Class<SrvEngineServer> serverClass= (Class<SrvEngineServer>) Class.forName(serverType);
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Class<capture#1-of ?> to Class<SrvEngineServer>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/RMIServerControl.java:[159] 
	return UnicastRemoteObject.exportObject(obj, 0, this.rmiCsf, this.rmiSsf);
	                                        ^^^
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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/RMIServerControl.java:[165] 
	{	final Policy policy= Policy.getPolicy();// load security file first!
	 	             ^^^^^^
The value of the local variable policy is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/RMIServerControl.java:[189] 
	UnicastRemoteObject.unexportObject(server, true);
	                                   ^^^^^^
Null type safety (type annotations): The expression of type 'SrvEngineServer' needs unchecked conversion to conform to '@NonNull Remote'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/RMIServerControl.java:[190] 
	stub= (Server) UnicastRemoteObject.exportObject(server, 0,
	                                                ^^^^^^
Null type safety (type annotations): The expression of type 'SrvEngineServer' needs unchecked conversion to conform to '@NonNull Remote'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/RMIServerControl.java:[201] 
	rmiRegistry.getRegistry().unbind(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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/RMIServerControl.java:[241] 
	remote= registry.getRegistry().lookup(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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/RMIServerControl.java:[259] 
	rmiRegistry.getRegistry().unbind(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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/RMIServerControl.java:[278] 
	rmiRegistry.getRegistry().unbind(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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/RMIServerControl.java:[291] 
	UnicastRemoteObject.unexportObject(this.mainServer, true);
	                                   ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Server' needs unchecked conversion to conform to '@NonNull Remote'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/RMIServerControl.java:[336] 
	final Class<ServerAuthMethod> authClazz= (Class<ServerAuthMethod>) Class.forName(authType);
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Class<capture#2-of ?> to Class<ServerAuthMethod>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/org/eclipse/statet/rj/server/srv/RMIServerControl.java:[404] 
	rmiRegistry.getRegistry().unbind(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.2.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.2.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.2.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.2.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.2.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.2.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.2.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
241 problems (0 errors, 239 warnings, 239 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rj.server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.server ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/target/org.eclipse.statet.rj.server-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.server ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.server ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/target/org.eclipse.statet.rj.server-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.server ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.rj.server ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.server ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/target/org.eclipse.statet.rj.server-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.rj.server ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/target/org.eclipse.statet.rj.server-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/target/org.eclipse.statet.rj.server-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.rj.server ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/target/org.eclipse.statet.rj.server-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.server ---
[INFO] 
[INFO] ---< org.eclipse.statet.rj:org.eclipse.statet.rj.server.remotetools >---
[INFO] Building StatET RJ - Server - Remote Tools  (Incubation) 4.2.4.202103250600-r [33/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.server.remotetools ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.server.remotetools ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.server.remotetools ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rj.server.remotetools ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.remotetools/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.rj.server.remotetools ---
[INFO] No sources to compile
[WARNING] Source directory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.remotetools/src does not exist
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rj.server.remotetools ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.remotetools/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.server.remotetools ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.remotetools/target/org.eclipse.statet.rj.server.remotetools-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.server.remotetools ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.server.remotetools ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.remotetools/target/org.eclipse.statet.rj.server.remotetools-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.server.remotetools ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.rj.server.remotetools ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.server.remotetools ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.remotetools/target/org.eclipse.statet.rj.server.remotetools-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.rj.server.remotetools ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.remotetools/target/org.eclipse.statet.rj.server.remotetools-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.remotetools/target/org.eclipse.statet.rj.server.remotetools-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.rj.server.remotetools ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.remotetools/target/org.eclipse.statet.rj.server.remotetools-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.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 StatET RJ - Server - R Package Skeleton + API  (Incubation) 4.2.4.202103250600-r [34/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.server.rpkg ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.server.rpkg ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.server.rpkg ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rj.server.rpkg ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.rpkg/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.rj.server.rpkg ---
[INFO] No sources to compile
[WARNING] Source directory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.rpkg/src does not exist
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rj.server.rpkg ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.rpkg/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.server.rpkg ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.rpkg/target/org.eclipse.statet.rj.server.rpkg-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.server.rpkg ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.server.rpkg ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.rpkg/target/org.eclipse.statet.rj.server.rpkg-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.server.rpkg ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.rj.server.rpkg ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.server.rpkg ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.rpkg/target/org.eclipse.statet.rj.server.rpkg-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.rj.server.rpkg ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.rpkg/target/org.eclipse.statet.rj.server.rpkg-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.rpkg/target/org.eclipse.statet.rj.server.rpkg-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.rj.server.rpkg ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server.rpkg/target/org.eclipse.statet.rj.server.rpkg-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.server.rpkg ---
[INFO] 
[INFO] -----< org.eclipse.statet.rj:org.eclipse.statet.rj.services.core >------
[INFO] Building org.eclipse.statet.rj.services.core 4.2.4.202103250600-r [35/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.services.core ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.services.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.services.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rj.services.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.rj.services.core ---
[INFO] Compiling 83 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/RPkgInstallation.java:[60] 
	this.pkgInfo= RPkgUtils.checkPkgFileName(file.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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/RPkgInstallation.java:[78] 
	r.uploadFile(in, this.file.length(), target, 0, 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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/RPkgInstallation.java:[78] 
	r.uploadFile(in, this.file.length(), target, 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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/RPkgInstallation.java:[92] 
	final RPkgType pkgType= RPkgUtils.checkPkgType(source, r.getPlatform());
	                                               ^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/RPkgInstallation.java:[98] 
	{	final RVector<RIntegerStore> data= RDataUtils.checkRIntVector(r.evalData(
	 	              ^^^^^^^^^^^^^
Null constraint mismatch: The type 'RIntegerStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/RPkgInstallation.java:[99] 
	"rj:::renv.isValidLibLocation(.libPaths()[1])", m )); //$NON-NLS-1$
	                                                ^
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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/RPkgInstallation.java:[101] 
	libLoc= data.getNames().getChar(0);
	        ^^^^^^^^^^^^^^^
Potential null pointer access: The method getNames() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/RPkgInstallation.java:[111] 
	call.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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/RPkgInstallation.java:[120] 
	call.addChar("lib", libLoc); //$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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/RPkgInstallation.java:[122] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/RPkgInstallation.java:[123] 
	call.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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/RPkgInstallation.java:[128] 
	call.addChar("lib.loc", libLoc); //$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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/RPkgInstallation.java:[130] 
	final RVector<?> data= RDataUtils.checkRVector(call.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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/RPkgInstallation.java:[179] 
	call.addChar(target);
	             ^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/RPkgInstallation.java:[180] 
	call.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.2.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<capture#of ?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/RArrayAsVectorDataAdapter.java:[102] 
	fcall.add("idxs", DefaultRObjectFactory.INSTANCE.createNumVector(new double[] { //$NON-NLS-1$
					fragment.getRowBeginIdx() + 1,
					fragment.getRowEndIdx(),
			}));
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RVector<RNumericStore>' needs unchecked conversion to conform to '@NonNull RObject'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/RArrayAsVectorDataAdapter.java:[120] 
	fcall.add("idxs", DefaultRObjectFactory.INSTANCE.createNumVector(new double[] { //$NON-NLS-1$
					fragment.getRowBeginIdx() + 1,
					fragment.getRowEndIdx(),
		}));
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RVector<RNumericStore>' needs unchecked conversion to conform to '@NonNull RObject'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicRPkg.java:[36] 
	if (name == null) {
			throw new NullPointerException("name"); //$NON-NLS-1$
		}
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicRPkg.java:[39] 
	if (version == null) {
			throw new NullPointerException("version"); //$NON-NLS-1$
		}
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRLibPathsLoader.java:[172] 
	final String rPath= rLibsStamps.getNames().getChar(i);
	                    ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getNames() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRLibPathsLoader.java:[173] 
	final RLibLocation location= getLibLocationByRPath(rPath);
	                                                   ^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRLibPathsLoader.java:[175] 
	libLocationInfos.add(new RLibLocationInfo(location, rPath,
	                                                    ^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRLibPathsLoader.java:[191] 
	final String rPath= rLibsStamps.getNames().getChar(i);
	                    ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getNames() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRLibPathsLoader.java:[192] 
	final RLibLocation location= getLibLocationByRPath(rPath);
	                                                   ^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRLibPathsLoader.java:[194] 
	libLocationInfos.add(new RLibLocationInfo(location, rPath,
	                                                    ^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRLibPathsLoader.java:[208] 
	&& 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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRLibPathsLoader.java:[215] 
	data.getNames().getChar(0).replace('\\', '/'),
	^^^^^^^^^^^^^^^
Potential null pointer access: The method getNames() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<? extends RLibLocation>[] listArray= new @NonNull List[libGroups.size()];
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List[] needs unchecked conversion to conform to List<? extends RLibLocation>[]
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[49] 
	fcall.add("x.expr", DefaultRObjectFactory.INSTANCE.createExpression( //$NON-NLS-1$
				"x.env$" + ((RLanguage) ref.getName()).getSource() )); //$NON-NLS-1$
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RLanguage' needs unchecked conversion to conform to '@NonNull RObject'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[70] 
	fcall.add("xDim", DefaultRObjectFactory.INSTANCE.createNumVector(new double[] { //$NON-NLS-1$
					getRowCount(referenceObject),
					getColumnCount(referenceObject),
			}));
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RVector<RNumericStore>' needs unchecked conversion to conform to '@NonNull RObject'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[87] 
	fcall.add("idxs", DefaultRObjectFactory.INSTANCE.createNumVector(new double[] { //$NON-NLS-1$
					fragment.getRowBeginIdx() + 1,
					fragment.getRowEndIdx(),
					fragment.getColumnBeginIdx() + 1,
					fragment.getColumnEndIdx(),
			}));
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RVector<RNumericStore>' needs unchecked conversion to conform to '@NonNull RObject'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[118] 
	fcall.add("idxs", DefaultRObjectFactory.INSTANCE.createNumVector(new double[] { //$NON-NLS-1$
					assignment.getRowBeginIdx() + 1,
					assignment.getRowEndIdx(),
					assignment.getColumnBeginIdx() + 1,
					assignment.getColumnEndIdx(),
			}));
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RVector<RNumericStore>' needs unchecked conversion to conform to '@NonNull RObject'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[127] 
	fcall.add("values", DefaultRObjectFactory.INSTANCE.createVector( //$NON-NLS-1$
					assignment.getData() ));
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RVector<@NonNull RStore<capture#of ?>>' needs unchecked conversion to conform to '@NonNull RObject'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/AbstractRDataAdapter.java:[142] 
	fcall.add("idxs", DefaultRObjectFactory.INSTANCE.createNumVector(new double[] { //$NON-NLS-1$
					fragment.getRowBeginIdx() + 1,
					fragment.getRowEndIdx(),
			}));
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RVector<RNumericStore>' needs unchecked conversion to conform to '@NonNull RObject'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/RPkgType.java:[37] 
	if (label == null) {
			throw new NullPointerException("label"); //$NON-NLS-1$
		}
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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<capture#of ?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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<capture#of ?>' needs unchecked conversion to conform to '@NonNull RArray<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<capture#of ?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicREnvConfiguration.java:[105] 
	array= ((List) o).toArray();
	       ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Object @NonNull[]' needs unchecked conversion to conform to '@NonNull Object []'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicREnvConfiguration.java:[105] 
	array= ((List) o).toArray();
	         ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicREnvConfiguration.java:[162] 
	public BasicREnvConfiguration(final REnv rEnv,
			final Path stateRootDirectoryPath) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field stateLocalDirectoryPath may not have been initialized
87. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicREnvConfiguration.java (at line 188)
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicREnvConfiguration.java:[507] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicREnvConfiguration.java:[548] 
	this.rHomeDirectoryPath.toString() ));
	     ^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
90. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicREnvConfiguration.java (at line 649)
	String.format("Libraries %1$s", num);
	                                ^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T extends @NonNull RPkg> extends SortedArraySet<T>
	                   ^^^^^^^^^^^^^
The method contains(@NonNull Object) from SortedArraySet<T> cannot implement the corresponding method from List<T> due to incompatible nullness constraints
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T extends @NonNull RPkg> extends SortedArraySet<T>
	                   ^^^^^^^^^^^^^
The method contains(@NonNull Object) from SortedArraySet<T> cannot implement the corresponding method from AbstractCollection<T> due to incompatible nullness constraints
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T extends @NonNull RPkg> extends SortedArraySet<T>
	                   ^^^^^^^^^^^^^
The method Iterator<T extends @NonNull RPkg> iterator() from AbstractList<T> cannot implement the corresponding method from List<T> due to incompatible nullness constraints
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T extends @NonNull RPkg> extends SortedArraySet<T>
	                   ^^^^^^^^^^^^^
The method indexOf(@NonNull Object) from SortedArraySet<T> cannot implement the corresponding method from AbstractList<T> due to incompatible nullness constraints
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/core/BasicRPkgList.java:[41] 
	private static final long serialVersionUID= -3022375551268568786L;
	                          ^^^^^^^^^^^^^^^^
The value of the field BasicRPkgList<T>.serialVersionUID is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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
101. INFO in /home/jenkins/agent/workspace/statet-4.2.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
102. INFO in /home/jenkins/agent/workspace/statet-4.2.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
103. INFO in /home/jenkins/agent/workspace/statet-4.2.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
104. INFO in /home/jenkins/agent/workspace/statet-4.2.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.2.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<V> updater) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field fragments may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<V> updater) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field fragments may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<V>[]
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<V> @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<V> fragment= (@NonNull Fragment<V>) getFragment(number, true);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety: Unchecked cast from LazyRStore.@Nullable Fragment<V> to LazyRStore.@NonNull Fragment<V>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<V> fragment= (@NonNull Fragment<V>) getFragment(number, true);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety: Unchecked cast from LazyRStore.@Nullable Fragment<V> to LazyRStore.@NonNull Fragment<V>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/LazyRStore.java:[276] 
	final Fragment<V>[] array= (Fragment<V>[]) this.fragments; // < this.currentFragmentCount
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety: Unchecked cast from LazyRStore.@Nullable Fragment<V> @NonNull[] to LazyRStore.@NonNull Fragment<V> []
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/LazyRStore.java:[302] 
	final Fragment<V>[] array= (Fragment<V>[]) this.fragments; // < this.currentFragmentCount
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety: Unchecked cast from LazyRStore.@Nullable Fragment<V> @NonNull[] to LazyRStore.@NonNull Fragment<V> []
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<V>[]
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<V> @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<V> 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.2.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<V>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<V>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/LazyRStore.java:[403] 
	final Fragment<V>[] array= (Fragment<V>[]) this.fragments; // < this.currentFragmentCount
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety: Unchecked cast from LazyRStore.@Nullable Fragment<V> @NonNull[] to LazyRStore.@NonNull Fragment<V> []
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/util/dataaccess/LazyRStore.java:[406] 
	array[i]= null;
	          ^^^^
Null type mismatch: required 'LazyRStore.@NonNull Fragment<V>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<V>[] scheduledFragments= (Fragment<V>[]) new Fragment[this.scheduledCount];
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from LazyRStore.Fragment[] to LazyRStore.Fragment<V>[]
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<V> fragment= this.scheduleNext.older;
	                           ^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/RPlatform.java:[78] 
	this.osType= in.readUTF();
	             ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/RPlatform.java:[79] 
	this.fileSep= in.readUTF();
	              ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/RPlatform.java:[80] 
	this.pathSep= in.readUTF();
	              ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/RPlatform.java:[81] 
	this.versionString= in.readUTF();
	                    ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/RPlatform.java:[83] 
	this.osName= in.readUTF();
	             ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/RPlatform.java:[84] 
	this.osArch= in.readUTF();
	             ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/org/eclipse/statet/rj/services/RPlatform.java:[85] 
	this.osVersion= in.readUTF();
	                ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java:[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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java:[48] 
	private static final int AVAIL_LIST_COUNT1= 9;
	                         ^^^^^^^^^^^^^^^^^
The value of the field RuntimeRPkgInfoLoader.AVAIL_LIST_COUNT1 is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java:[49] 
	private static final int AVAIL_LIST_IDX1_NAME= 0;
	                         ^^^^^^^^^^^^^^^^^^^^
The value of the field RuntimeRPkgInfoLoader.AVAIL_LIST_IDX1_NAME is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java:[50] 
	private static final int AVAIL_LIST_IDX1_VERSION= 1;
	                         ^^^^^^^^^^^^^^^^^^^^^^^
The value of the field RuntimeRPkgInfoLoader.AVAIL_LIST_IDX1_VERSION is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java:[51] 
	private static final int AVAIL_LIST_IDX1_PRIORITY= 2;
	                         ^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field RuntimeRPkgInfoLoader.AVAIL_LIST_IDX1_PRIORITY is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java:[52] 
	private static final int AVAIL_LIST_IDX1_LICENSE= 3;
	                         ^^^^^^^^^^^^^^^^^^^^^^^
The value of the field RuntimeRPkgInfoLoader.AVAIL_LIST_IDX1_LICENSE is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java:[53] 
	private static final int AVAIL_LIST_IDX1_DEPENDS= 4;
	                         ^^^^^^^^^^^^^^^^^^^^^^^
The value of the field RuntimeRPkgInfoLoader.AVAIL_LIST_IDX1_DEPENDS is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java:[54] 
	private static final int AVAIL_LIST_IDX1_IMPORTS= 5;
	                         ^^^^^^^^^^^^^^^^^^^^^^^
The value of the field RuntimeRPkgInfoLoader.AVAIL_LIST_IDX1_IMPORTS is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java:[55] 
	private static final int AVAIL_LIST_IDX1_LINKINGTO= 6;
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field RuntimeRPkgInfoLoader.AVAIL_LIST_IDX1_LINKINGTO is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java:[56] 
	private static final int AVAIL_LIST_IDX1_SUGGESTS= 7;
	                         ^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field RuntimeRPkgInfoLoader.AVAIL_LIST_IDX1_SUGGESTS is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java:[57] 
	private static final int AVAIL_LIST_IDX1_ENHANCES= 8;
	                         ^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field RuntimeRPkgInfoLoader.AVAIL_LIST_IDX1_ENHANCES is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java:[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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java:[67] 
	private static final int INST_DETAIL_LENGTH= 7;
	                         ^^^^^^^^^^^^^^^^^^
The value of the field RuntimeRPkgInfoLoader.INST_DETAIL_LENGTH is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java:[68] 
	private static final int INST_DETAIL_IDX_PRIORITY= 0;
	                         ^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field RuntimeRPkgInfoLoader.INST_DETAIL_IDX_PRIORITY is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java:[69] 
	private static final int INST_DETAIL_IDX_LICENSE= 1;
	                         ^^^^^^^^^^^^^^^^^^^^^^^
The value of the field RuntimeRPkgInfoLoader.INST_DETAIL_IDX_LICENSE is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java:[70] 
	private static final int INST_DETAIL_IDX_DEPENDS= 2;
	                         ^^^^^^^^^^^^^^^^^^^^^^^
The value of the field RuntimeRPkgInfoLoader.INST_DETAIL_IDX_DEPENDS is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java:[71] 
	private static final int INST_DETAIL_IDX_IMPORTS= 3;
	                         ^^^^^^^^^^^^^^^^^^^^^^^
The value of the field RuntimeRPkgInfoLoader.INST_DETAIL_IDX_IMPORTS is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java:[72] 
	private static final int INST_DETAIL_IDX_LINKINGTO= 4;
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field RuntimeRPkgInfoLoader.INST_DETAIL_IDX_LINKINGTO is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java:[73] 
	private static final int INST_DETAIL_IDX_SUGGESTS= 5;
	                         ^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field RuntimeRPkgInfoLoader.INST_DETAIL_IDX_SUGGESTS is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/srcEnv/org/eclipse/statet/rj/renv/runtime/RuntimeRPkgInfoLoader.java:[74] 
	private static final int INST_DETAIL_IDX_ENHANCES= 6;
	                         ^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field RuntimeRPkgInfoLoader.INST_DETAIL_IDX_ENHANCES is not used
155 problems (0 errors, 149 warnings, 149 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rj.services.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.services.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/target/org.eclipse.statet.rj.services.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.services.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.services.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/target/org.eclipse.statet.rj.services.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.services.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.rj.services.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.services.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/target/org.eclipse.statet.rj.services.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.rj.services.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/target/org.eclipse.statet.rj.services.core-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/target/org.eclipse.statet.rj.services.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.rj.services.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/target/org.eclipse.statet.rj.services.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.services.core ---
[INFO] 
[INFO] --< org.eclipse.statet.rj:org.eclipse.statet.rj.services.core.tests >---
[INFO] Building StatET RJ - R Services API and Tools - Tests  (Incubation) 4.2.4.202103250600-r [36/145]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.services.core.tests ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.services.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.services.core.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rj.services.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.rj.services.core.tests ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/src/org/eclipse/statet/rj/renv/core/BasicREnvConfigurationTest.java:[59] 
	this.statePath= Files.createTempDirectory("rj.renv.core-tests");
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Path' needs unchecked conversion to conform to '@NonNull Path'
3 problems (0 errors, 1 warning, 1 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rj.services.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.services.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/target/org.eclipse.statet.rj.services.core.tests-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.services.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.services.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/target/org.eclipse.statet.rj.services.core.tests-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.services.core.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.rj.services.core.tests ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.services.core.tests ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/target/org.eclipse.statet.rj.services.core.tests-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.rj.services.core.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/target/org.eclipse.statet.rj.services.core.tests-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/target/org.eclipse.statet.rj.services.core.tests-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.rj.services.core.tests ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/target/org.eclipse.statet.rj.services.core.tests-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.services.core.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.statet.rj.services.core.tests ---
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/statet-4.2.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/oracle/jdk-8/1.8.0_202/jre/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.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.2.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.2.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.527 s - in org.eclipse.statet.rj.services.util.dataaccess.LazyRStoreTest
get_directUpdate_randomLong(org.eclipse.statet.rj.services.util.dataaccess.LazyRStoreTest)  Time elapsed: 0.307 s
get_noUpdate_scrollCols(org.eclipse.statet.rj.services.util.dataaccess.LazyRStoreTest)  Time elapsed: 0.814 s
get_noUpdate_scrollRows(org.eclipse.statet.rj.services.util.dataaccess.LazyRStoreTest)  Time elapsed: 0.613 s
get_noUpdate_randomLong(org.eclipse.statet.rj.services.util.dataaccess.LazyRStoreTest)  Time elapsed: 0.094 s
get_noUpdate_random(org.eclipse.statet.rj.services.util.dataaccess.LazyRStoreTest)  Time elapsed: 0.089 s
get_ensureCached(org.eclipse.statet.rj.services.util.dataaccess.LazyRStoreTest)  Time elapsed: 0.001 s
get_directUpdate_random(org.eclipse.statet.rj.services.util.dataaccess.LazyRStoreTest)  Time elapsed: 0.101 s
get_directUpdate_scrollCols(org.eclipse.statet.rj.services.util.dataaccess.LazyRStoreTest)  Time elapsed: 0.761 s
get_directUpdate_scrollRows(org.eclipse.statet.rj.services.util.dataaccess.LazyRStoreTest)  Time elapsed: 0.73 s
Running org.eclipse.statet.rj.renv.core.BasicREnvConfigurationTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.statet.rj.renv.core.BasicREnvConfigurationTest
setget_RIncludeDirectory_Win(org.eclipse.statet.rj.renv.core.BasicREnvConfigurationTest)  Time elapsed: 0.004 s
setget_RHomeDirectory_Nix(org.eclipse.statet.rj.renv.core.BasicREnvConfigurationTest)  Time elapsed: 0 s
setget_RHomeDirectory_Win(org.eclipse.statet.rj.renv.core.BasicREnvConfigurationTest)  Time elapsed: 0 s
setget_RShareDirectory_Win(org.eclipse.statet.rj.renv.core.BasicREnvConfigurationTest)  Time elapsed: 0.001 s
setget_RArch_Win(org.eclipse.statet.rj.renv.core.BasicREnvConfigurationTest)  Time elapsed: 0 s
setget_RDocDirectory_Win(org.eclipse.statet.rj.renv.core.BasicREnvConfigurationTest)  Time elapsed: 0 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.2.4.202103250600-r      [37/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.client ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.client ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.client ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rj.client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.rj.client ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[146] 
	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'
3. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java (at line 263)
	properties.put(RjsComConfig.RJ_COM_S2C_ID_PROPERTY_ID, id);
	                                                       ^^
The expression of type int is boxed into Integer
4. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java (at line 838)
	status.getCode() )));
	^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[844] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[875] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1129] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1152] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1218] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1219] 
	(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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1220] 
	(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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1221] 
	(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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1222] 
	(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.2.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("os.arch"),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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("os.version") );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1413] 
	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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/AbstractRJComClient.java:[1698] 
	return this.cancelHandler.toArray(new Callable[this.cancelHandler.size()]);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Callable[] needs unchecked conversion to conform to Callable<Boolean>[]
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/FunctionCallImpl.java:[171] 
	final String[] names= this.argNames.toArray(new @Nullable String[this.argNames.size()]);
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String []' but this expression has type '@Nullable String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/org/eclipse/statet/rj/server/client/FunctionCallImpl.java:[172] 
	final RObject[] values= this.argValues.toArray(new RObject[this.argValues.size()]);
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RObject @NonNull[]' needs unchecked conversion to conform to '@NonNull RObject []'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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'
28 problems (0 errors, 26 warnings, 26 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rj.client ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.client ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/target/org.eclipse.statet.rj.client-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.client ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.client ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/target/org.eclipse.statet.rj.client-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.client ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.rj.client ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.client ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/target/org.eclipse.statet.rj.client-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.rj.client ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/target/org.eclipse.statet.rj.client-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/target/org.eclipse.statet.rj.client-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.rj.client ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/target/org.eclipse.statet.rj.client-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.client ---
[INFO] 
[INFO] ----------< org.eclipse.statet.rj:org.eclipse.statet.rj.core >----------
[INFO] Building StatET RJ - Java Core  (Incubation) 4.2.4.202103250600-r [38/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.core ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rj.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.rj.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rj.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.core ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.core/target/org.eclipse.statet.rj.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.rj.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.core/target/org.eclipse.statet.rj.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.rj.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.core/target/org.eclipse.statet.rj.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.rj.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.core/target/org.eclipse.statet.rj.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.core ---
[INFO] 
[INFO] --------------< org.eclipse.statet.rj-assemblies:rj.core >--------------
[INFO] Building rj.core 4.2.4.202103250600-r                           [39/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ rj.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ rj.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ rj.core ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ rj.core ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ rj.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ rj.core ---
[INFO] 
[INFO] ----< org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.core >-----
[INFO] Building StatET RJ - Core  (Incubation) 4.2.4.202103250600-r    [40/145]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.rj.core ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.core ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.core ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.statet.rj.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/_assemblies/org.eclipse.statet.rj.core-feature/target/org.eclipse.statet.rj.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.rj.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.rj.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/_assemblies/org.eclipse.statet.rj.core-feature/target/org.eclipse.statet.rj.core-4.2.4.202103250600-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.core ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.rj.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/_assemblies/org.eclipse.statet.rj.core-feature/target/org.eclipse.statet.rj.core-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/_assemblies/org.eclipse.statet.rj.core-feature/target/org.eclipse.statet.rj.core-4.2.4.202103250600-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.rj.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.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.2.4.202103250600-r [41/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.server-consoleserver ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.rj.server-consoleserver ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.server-consoleserver ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.rj.server-consoleserver ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.rj.server-consoleserver ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.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.2.4.202103250600-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.2.4.202103250600-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.2.4.202103250600-r; it doesn't have an associated file or directory.
[INFO] Building tar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/_assemblies/org.eclipse.statet.rj.server-consoleserver/target/statet-consoleserver-incubation-4.2.4-202103250600-r.tar.gz
[INFO] 
[INFO] -------------------< org.eclipse.statet.rj:rj.servi >-------------------
[INFO] Building rj.servi 4.2.4.202103250600-r                          [42/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ rj.servi ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ rj.servi ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ rj.servi ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ rj.servi ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ rj.servi ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.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.2.4.202103250600-r       [43/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.servi ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.servi ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.servi ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rj.servi ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.rj.servi ---
[INFO] Compiling 52 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeManager.java:[53] 
	private final RMIRegistry registry;
	                          ^^^^^^^^
The value of the field LocalNodeManager.registry is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeManager.java:[133] 
	return new RServiImpl(this.accessId, handler, handler.getClientHandler());
	           ^^^^^^^^^^
RServiImpl is a raw type. References to generic type RServiImpl<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeManager.java:[133] 
	return new RServiImpl(this.accessId, handler, handler.getClientHandler());
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RServiBackend' but this expression has type '@Nullable RServiBackend'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java:[115] 
	String baseWd;
	       ^^^^^^
The @NonNull field baseWd may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java:[116] 
	String authConfig;
	       ^^^^^^^^^^
The @NonNull field authConfig may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java:[117] 
	String rStartupSnippet;
	       ^^^^^^^^^^^^^^^
The @NonNull field rStartupSnippet may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java:[144] 
	if (poolId == null) {
			throw new NullPointerException("poolId");
		}
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java:[147] 
	if (context == null) {
			throw new NullPointerException("context");
		}
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
11. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java (at line 151)
	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.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java:[198] 
	CollectionUtils.toString(serverREnv.getRLibPaths(), "\n\t");
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Path>' needs unchecked conversion to conform to '@NonNull List<@NonNull ?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java:[380] 
	p.baseWd= config.getBaseWorkingDirectory();
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java:[395] 
	p.authConfig= config.getEnableConsole() ? "none" : null;
	                                                   ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java:[494] 
	final Server server= (Server) registry.getRegistry().lookup(handler.nodeId);
	                                                            ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java:[620] 
	ServerUtils.delDir(handler.dir);
	                   ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'File' needs unchecked conversion to conform to '@NonNull File'
17. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java (at line 629)
	this.factoryId, System.nanoTime(), counter );
	                ^^^^^^^^^^^^^^^^^
The expression of type long is boxed into Long
18. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java (at line 629)
	this.factoryId, System.nanoTime(), counter );
	                                   ^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/LocalNodeFactory.java:[704] 
	if (!handler.dir.exists() || ServerUtils.delDir(handler.dir)) {
	                                                ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'File' needs unchecked conversion to conform to '@NonNull File'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/internal/rj/servi/MXPoolConfig.java:[41] 
	if (server == null) {
			throw new NullPointerException("server");
		}
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/internal/rj/servi/APool2NodeHandler.java:[132] 
	void bindClient(final String name, final String host) throws RemoteException {
	                      ^^^^^^
Illegal redefinition of parameter name, inherited method from NodeHandler does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/internal/rj/servi/APool2NodeHandler.java:[132] 
	void bindClient(final String name, final String host) throws RemoteException {
	                                         ^^^^^^
Illegal redefinition of parameter host, inherited method from NodeHandler does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/internal/rj/servi/MXPoolStatus.java:[42] 
	public MXPoolStatus(final PoolServer server) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field time may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[160] 
	this.poolRef= (PoolRef) 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.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[161] 
	this.backend= (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.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[181] 
	return this.rHandle;
	       ^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[202] 
	this.backend= null;
	              ^^^^
Null type mismatch: required '@NonNull RServiBackend' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[203] 
	this.poolRef= null;
	              ^^^^
Null type mismatch: required 'RServiImpl.@NonNull PoolRef' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[253] 
	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.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[280] 
	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.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[290] 
	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.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[300] 
	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.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[309] 
	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.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[319] 
	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.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[329] 
	final RObject[] data= this.rjs.findData(symbol, env, inherits, 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.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[331] 
	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.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[362] 
	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[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/internal/rj/servi/RServiImpl.java:[380] 
	return new FunctionCallImpl(this.rjs, name, DefaultRObjectFactory.INSTANCE);
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'DefaultRObjectFactory' needs unchecked conversion to conform to '@NonNull RObjectFactory'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/internal/rj/servi/MXNodeConfig.java:[43] 
	if (server == null) {
			throw new NullPointerException("server");
		}
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/rj/servi/pool/PoolStatus.java:[48] 
	public PoolStatus(final PoolServer server) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field counter may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/rj/servi/pool/PoolStatus.java:[48] 
	public PoolStatus(final PoolServer server) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field nodeStates may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/rj/servi/pool/PoolStatus.java:[49] 
	if (server == null) {
			throw new NullPointerException("server");
		}
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/internal/rj/servi/MXNetConfig.java:[41] 
	if (server == null) {
			throw new NullPointerException("server");
		}
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/rj/servi/RServiUtils.java:[107] 
	return pool.getRServi(name, null);
	                            ^^^^
Null type mismatch: required '@NonNull ServerLogin' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/rj/servi/RServiUtils.java:[144] 
	if (manager == null) {
			throw new StatusException(new ErrorStatus(RJ_SERVI_ID,
					"RServi is not available." ));
		}
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/rj/servi/node/RServiNodeConfig.java:[145] 
	setRHome(config.getRHomeDirectoryPath().toString());
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRHomeDirectoryPath() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/org/eclipse/statet/rj/servi/node/RServiNodeConfig.java:[162] 
	for (final Entry<Object, Object> p : map.entrySet()) {
	                                     ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map.@NonNull Entry<Object,Object>' needs unchecked conversion to conform to 'Map.Entry<@NonNull Object,@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/internal/rj/servi/APool2NodeFactory.java:[63] 
	public APool2NodeFactory(final NodeFactory factory,
			final CopyOnWriteIdentityListSet<PoolListener> poolListeners,
			final ExecutorService executor) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field pool may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/internal/rj/servi/APool2NodeFactory.java:[172] 
	final String name= this.activateArguments.get();
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on the receiver type '@NonNull ThreadLocal<@NonNull String>'. Type 'ThreadLocal<T>' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/internal/rj/servi/APool2NodeFactory.java:[182] 
	poolObj.bindClient(name, clientHost);
	                         ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/internal/rj/servi/APool2NodeFactory.java:[230] 
	listener.disposed(poolObj);
	                  ^^^^^^^
Null type safety (type annotations): The expression of type 'APool2NodeHandler' needs unchecked conversion to conform to '@NonNull PoolNodeObject'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/rj/servi/pool/JMPoolServer.java:[217] 
	Utils.logWarning(e.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.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/rj/servi/pool/JMPoolServer.java:[381] 
	if (this.rmiEmbeddedPorts.add(registryPort)) {
	         ^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
59. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/rj/servi/pool/JMPoolServer.java (at line 381)
	if (this.rmiEmbeddedPorts.add(registryPort)) {
	                              ^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/rj/servi/pool/JMPoolServer.java:[393] 
	else {
						Utils.logError("Failed to start embedded RMI registry at port "+registryPort+".");
						throw new RjInitFailedException("Initalization of RMI registry setup failed.");
					}
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/rj/servi/pool/JMPoolServer.java:[434] 
	this.jmNodeManager.activate();
	     ^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/rj/servi/pool/JMPoolServer.java:[486] 
	this.jmNodeManager= new MXNodeManager(this, this.poolManager);
	                                            ^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull PoolManager' but this expression has type '@Nullable PoolManager'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/rj/servi/pool/JMPoolServer.java:[488] 
	this.jmNodeManager.activate();
	     ^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/rj/servi/pool/JMPoolServer.java:[492] 
	this.jmNodeManager.deactivate();
	     ^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServer/org/eclipse/statet/internal/rj/servi/server/NodeServer.java:[102] 
	ITER_ITEMS : for (; (item != null); tmp= item, item= item.next, tmp.next= null) {
	^^^^^^^^^^
The label ITER_ITEMS is never explicitly referenced
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServer/org/eclipse/statet/internal/rj/servi/server/NodeServer.java:[291] 
	private String currentClientLabel;
	               ^^^^^^^^^^^^^^^^^^
The value of the field NodeServer.currentClientLabel is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServer/org/eclipse/statet/internal/rj/servi/server/NodeServer.java:[371] 
	final Client client= connectClient(command, login);
	             ^^^^^^
The value of the local variable client is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/internal/rj/servi/PoolManager.java:[108] 
	if (factory == null) {
			throw new NullPointerException();
		}
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/internal/rj/servi/PoolManager.java:[116] 
	if (this.pool != null && this.pool.isOpen()) {
	                              ^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/internal/rj/servi/PoolManager.java:[117] 
	this.pool.setConfig(config);
	     ^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/internal/rj/servi/PoolManager.java:[118] 
	this.poolFactory.setMaxUsageCount(config.getMaxUsageCount());
	     ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/internal/rj/servi/PoolManager.java:[139] 
	this.poolFactory.setMaxUsageCount(this.poolConfig.getMaxUsageCount());
	     ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/internal/rj/servi/PoolManager.java:[140] 
	this.pool= new APool2(this.poolFactory, this.poolConfig) {
	                      ^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull APool2NodeFactory' but this expression has type '@Nullable APool2NodeFactory'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/internal/rj/servi/PoolManager.java:[147] 
	onPoolCreated(this.pool);
	              ^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull APool2' but this expression has type '@Nullable APool2'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/internal/rj/servi/PoolManager.java:[153] 
	if (this.registry.getAddress().isSsl()) {
	         ^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/internal/rj/servi/PoolManager.java:[161] 
	this.registry.getRegistry().rebind(PoolConfig.getPoolName(this.id), remote);
	     ^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/internal/rj/servi/PoolManager.java:[179] 
	return this.poolFactory.getAllObjects();
	            ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/internal/rj/servi/PoolManager.java:[196] 
	this.registry.getRegistry().unbind(PoolConfig.getPoolName(this.id));
	     ^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/internal/rj/servi/PoolManager.java:[224] 
	this.pool.close(this.poolConfig.getEvictionTimeout());
	     ^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/internal/rj/servi/PoolManager.java:[270] 
	return new RServiImpl<>(handler.getAccessId(), handler, handler.getClientHandler());
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RServiBackend' but this expression has type '@Nullable RServiBackend'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/internal/rj/servi/PoolManager.java:[275] 
	return this.pool.borrowObject(client);
	            ^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/internal/rj/servi/PoolManager.java:[294] 
	synchronized (this.pool) {
	                   ^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/internal/rj/servi/PoolManager.java:[295] 
	counter.numIdling= this.pool.getNumIdle();
	                        ^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/internal/rj/servi/PoolManager.java:[296] 
	counter.numInUse= this.pool.getNumActive();
	                       ^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/internal/rj/servi/PoolManager.java:[299] 
	counter.maxInUse= this.poolFactory.getStatMaxAllocated();
	                       ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/srcServiPool/org/eclipse/statet/internal/rj/servi/PoolManager.java:[300] 
	counter.maxTotal= this.poolFactory.getStatMaxTotal();
	                       ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
90 problems (0 errors, 84 warnings, 84 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rj.servi ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.servi ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/target/org.eclipse.statet.rj.servi-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.servi ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.servi ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/target/org.eclipse.statet.rj.servi-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.servi ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.rj.servi ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.servi ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/target/org.eclipse.statet.rj.servi-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.rj.servi ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/target/org.eclipse.statet.rj.servi-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/target/org.eclipse.statet.rj.servi-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.rj.servi ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/target/org.eclipse.statet.rj.servi-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.servi ---
[INFO] 
[INFO] ------< org.eclipse.statet.rj:org.eclipse.statet.rj.servi.tests >-------
[INFO] Building StatET RJ - RServi - Tests  (Incubation) 4.2.4.202103250600-r [44/145]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.servi.tests ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.servi.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.servi.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rj.servi.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.rj.servi.tests ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java:[75] 
	reportErrors(exceptions);
	             ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Throwable>' needs unchecked conversion to conform to '@NonNull List<@NonNull Throwable>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java:[112] 
	disposeServis(exceptions);
	              ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Throwable>' needs unchecked conversion to conform to '@NonNull List<@NonNull Throwable>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java:[127] 
	reportErrors(exceptions);
	             ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Throwable>' needs unchecked conversion to conform to '@NonNull List<@NonNull Throwable>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java:[132] 
	final RServi servi= RServiUtils.getRServi(this.server.getPoolAddress(), id);
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java:[132] 
	final RServi servi= RServiUtils.getRServi(this.server.getPoolAddress(), 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.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java:[145] 
	assertNodeOperative(servi1);
	                    ^^^^^^
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.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java:[146] 
	closeServi(servi1);
	           ^^^^^^
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.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java:[156] 
	assertNodeOperative(servi1);
	                    ^^^^^^
Null type safety (type annotations): The expression of type 'RServi' needs unchecked conversion to conform to '@NonNull RServi'
9. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java (at line 157)
	assertEquals(false, servi1.isClosed());
	             ^^^^^
The expression of type boolean is boxed into Boolean
10. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java (at line 157)
	assertEquals(false, servi1.isClosed());
	                    ^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
11. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java (at line 160)
	assertEquals(true, servi1.isClosed());
	             ^^^^
The expression of type boolean is boxed into Boolean
12. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java (at line 160)
	assertEquals(true, servi1.isClosed());
	                   ^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java:[184] 
	assertNodeOperative(servi1);
	                    ^^^^^^
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.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java:[185] 
	closeServi(servi1);
	           ^^^^^^
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.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java:[216] 
	assertNodeOperative(servi1);
	                    ^^^^^^
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.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java:[217] 
	assertNodeOperative(servi2);
	                    ^^^^^^
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.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java:[222] 
	closeServi(servi1);
	           ^^^^^^
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.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java:[223] 
	closeServi(servi2);
	           ^^^^^^
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.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java:[233] 
	final RServi servi1= getServi("test1");
	             ^^^^^^
The value of the local variable servi1 is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java:[236] 
	final RServi servi2= getServi("test2");
	             ^^^^^^
The value of the local variable servi2 is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java:[243] 
	final RServi servi3= getServi("test3");
	             ^^^^^^
The value of the local variable servi3 is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java:[263] 
	assertNodeOperative(servi1);
	                    ^^^^^^
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.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java:[264] 
	final int pid1= RDataUtils.checkSingleIntValue(servi1.evalData("Sys.getpid()", null));
	                                                                               ^^^^
Null type mismatch: required '@NonNull ProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java:[268] 
	assertNodeOperative(servi2);
	                    ^^^^^^
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.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java:[269] 
	final int pid2= RDataUtils.checkSingleIntValue(servi2.evalData("Sys.getpid()", null));
	                                                                               ^^^^
Null type mismatch: required '@NonNull ProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java:[286] 
	assertNodeOperative(servi1);
	                    ^^^^^^
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.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/JMPoolTest.java:[288] 
	closeServi(servi1);
	           ^^^^^^
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.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/LocalNodeTest.java:[86] 
	disposeServis(exceptions);
	              ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Throwable>' needs unchecked conversion to conform to '@NonNull List<@NonNull Throwable>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/LocalNodeTest.java:[99] 
	reportErrors(exceptions);
	             ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Throwable>' needs unchecked conversion to conform to '@NonNull List<@NonNull Throwable>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/LocalNodeTest.java:[103] 
	final RServi servi= RServiUtils.getRServi(this.localR, id);
	                                          ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RServiNodeManager' needs unchecked conversion to conform to '@NonNull RServiNodeManager'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/LocalNodeTest.java:[103] 
	final RServi servi= RServiUtils.getRServi(this.localR, 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.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/LocalNodeTest.java:[115] 
	assertNodeOperative(servi1);
	                    ^^^^^^
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.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/LocalNodeTest.java:[116] 
	closeServi(servi1);
	           ^^^^^^
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.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/LocalNodeTest.java:[125] 
	assertNodeOperative(servi1);
	                    ^^^^^^
Null type safety (type annotations): The expression of type 'RServi' needs unchecked conversion to conform to '@NonNull RServi'
35. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/LocalNodeTest.java (at line 126)
	assertEquals(false, servi1.isClosed());
	             ^^^^^
The expression of type boolean is boxed into Boolean
36. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/LocalNodeTest.java (at line 126)
	assertEquals(false, servi1.isClosed());
	                    ^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
37. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/LocalNodeTest.java (at line 129)
	assertEquals(true, servi1.isClosed());
	             ^^^^
The expression of type boolean is boxed into Boolean
38. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/LocalNodeTest.java (at line 129)
	assertEquals(true, servi1.isClosed());
	                   ^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/LocalNodeTest.java:[148] 
	servi1.evalVoid("x <- 123L", null);
	                             ^^^^
Null type mismatch: required '@NonNull ProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/LocalNodeTest.java:[149] 
	servi1.evalVoid(".x <- 123L", null);
	                              ^^^^
Null type mismatch: required '@NonNull ProgressMonitor' but the provided value is null
41. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/LocalNodeTest.java (at line 150)
	assertEquals(true, RDataUtils.checkSingleLogiValue(servi1.evalData("exists(\"x\")", null)));
	             ^^^^
The expression of type boolean is boxed into Boolean
42. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/LocalNodeTest.java (at line 150)
	assertEquals(true, RDataUtils.checkSingleLogiValue(servi1.evalData("exists(\"x\")", null)));
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/LocalNodeTest.java:[150] 
	assertEquals(true, RDataUtils.checkSingleLogiValue(servi1.evalData("exists(\"x\")", null)));
	                                                                                    ^^^^
Null type mismatch: required '@NonNull ProgressMonitor' but the provided value is null
44. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/LocalNodeTest.java (at line 151)
	assertEquals(true, RDataUtils.checkSingleLogiValue(servi1.evalData("exists(\".x\")", null)));
	             ^^^^
The expression of type boolean is boxed into Boolean
45. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/LocalNodeTest.java (at line 151)
	assertEquals(true, RDataUtils.checkSingleLogiValue(servi1.evalData("exists(\".x\")", null)));
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/LocalNodeTest.java:[151] 
	assertEquals(true, RDataUtils.checkSingleLogiValue(servi1.evalData("exists(\".x\")", null)));
	                                                                                     ^^^^
Null type mismatch: required '@NonNull ProgressMonitor' but the provided value is null
47. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/LocalNodeTest.java (at line 156)
	assertEquals(false, RDataUtils.checkSingleLogiValue(servi2.evalData("exists(\"x\")", null)));
	             ^^^^^
The expression of type boolean is boxed into Boolean
48. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/LocalNodeTest.java (at line 156)
	assertEquals(false, RDataUtils.checkSingleLogiValue(servi2.evalData("exists(\"x\")", null)));
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/LocalNodeTest.java:[156] 
	assertEquals(false, RDataUtils.checkSingleLogiValue(servi2.evalData("exists(\"x\")", null)));
	                                                                                     ^^^^
Null type mismatch: required '@NonNull ProgressMonitor' but the provided value is null
50. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/LocalNodeTest.java (at line 157)
	assertEquals(false, RDataUtils.checkSingleLogiValue(servi2.evalData("exists(\".x\")", null)));
	             ^^^^^
The expression of type boolean is boxed into Boolean
51. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/LocalNodeTest.java (at line 157)
	assertEquals(false, RDataUtils.checkSingleLogiValue(servi2.evalData("exists(\".x\")", null)));
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/LocalNodeTest.java:[157] 
	assertEquals(false, RDataUtils.checkSingleLogiValue(servi2.evalData("exists(\".x\")", null)));
	                                                                                      ^^^^
Null type mismatch: required '@NonNull ProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/LocalNodeTest.java:[181] 
	closeServi(servi2);
	           ^^^^^^
Null type safety (type annotations): The expression of type 'RServi' needs unchecked conversion to conform to '@NonNull RServi'
54. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/LocalNodeTest.java (at line 250)
	() -> String.format("duration expected: < %1$sms, actual: %2$sms", dMax, d1) );
	                                                                   ^^^^
The expression of type long is boxed into Long
55. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/LocalNodeTest.java (at line 250)
	() -> String.format("duration expected: < %1$sms, actual: %2$sms", dMax, d1) );
	                                                                         ^^
The expression of type long is boxed into Long
56. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/AbstractServiTest.java (at line 104)
	final StringBuilder sb= new StringBuilder(String.format("%1$d exception(s) occurred:", errors.size()));
	                                                                                       ^^^^^^^^^^^^^
The expression of type int is boxed into Integer
57. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/AbstractServiTest.java (at line 107)
	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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/org/eclipse/statet/rj/servi/pool/AbstractServiTest.java:[164] 
	final RObject result= servi.evalData(i + "L + 1L", null);
	                                                   ^^^^
Null type mismatch: required '@NonNull ProgressMonitor' but the provided value is null
58 problems (0 errors, 38 warnings, 38 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rj.servi.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.servi.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/target/org.eclipse.statet.rj.servi.tests-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.servi.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.servi.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/target/org.eclipse.statet.rj.servi.tests-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.servi.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.rj.servi.tests ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.servi.tests ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/target/org.eclipse.statet.rj.servi.tests-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.rj.servi.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/target/org.eclipse.statet.rj.servi.tests-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/target/org.eclipse.statet.rj.servi.tests-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.rj.servi.tests ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/target/org.eclipse.statet.rj.servi.tests-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.servi.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.statet.rj.servi.tests ---
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/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.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.2.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.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi-tests/target/surefire.properties]
Mar 25, 2021 9:36:30 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:36:30 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:36:30 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:36:30 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 34 more

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

Results:

Tests run: 2, Failures: 0, Errors: 0, Skipped: 2

[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.2.4.202103250600-r [45/145]
[INFO] --------------------------------[ war ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rj.servi.webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.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.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi.webapp/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rj.servi.webapp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.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:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.servi.webapp ---
[INFO] 
[INFO] --- maven-war-plugin:3.2.2: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.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi.webapp/target/org.eclipse.statet.rj.servi.webapp-4.2.4.202103250600-r]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi.webapp/src/main/webapp]
[INFO] Webapp assembled in [28 msecs]
[INFO] Building war: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi.webapp/target/rservi.war
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.rj.servi.webapp ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.servi.webapp ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.rj.servi.webapp ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.rj.servi.webapp ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.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.2.4.202103250600-r                          [46/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ rj.servi ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ rj.servi ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ rj.servi ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ rj.servi ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ rj.servi ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ rj.servi ---
[INFO] 
[INFO] ------------------< org.eclipse.statet.rj:rj.eclient >------------------
[INFO] Building rj.eclient 4.2.4.202103250600-r                        [47/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ rj.eclient ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ rj.eclient ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ rj.eclient ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ rj.eclient ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ rj.eclient ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ rj.eclient ---
[INFO] 
[INFO] ------< org.eclipse.statet.rj:org.eclipse.statet.rj.eclient.core >------
[INFO] Building StatET RJ - Eclipse Client - Core  (Incubation) 4.2.4.202103250600-r [48/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.eclient.core ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.eclient.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.eclient.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rj.eclient.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.rj.eclient.core ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.1.0:testResources (default-testResources) @ org.eclipse.statet.rj.eclient.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.eclient.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.core/target/org.eclipse.statet.rj.eclient.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.eclient.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.eclient.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.core/target/org.eclipse.statet.rj.eclient.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.eclient.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.rj.eclient.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.eclient.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.core/target/org.eclipse.statet.rj.eclient.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.rj.eclient.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.core/target/org.eclipse.statet.rj.eclient.core-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.core/target/org.eclipse.statet.rj.eclient.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.rj.eclient.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.core/target/org.eclipse.statet.rj.eclient.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.eclient.core ---
[INFO] 
[INFO] --------< org.eclipse.statet.rj:org.eclipse.statet.rj.eclient >---------
[INFO] Building StatET RJ - Eclipse Client  (Incubation) 4.2.4.202103250600-r [49/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.eclient ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.eclient ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.eclient ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rj.eclient ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.rj.eclient ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rj.eclient ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.eclient ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.eclient ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.eclient ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient/target/org.eclipse.statet.rj.eclient-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.eclient ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.rj.eclient ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.eclient ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient/target/org.eclipse.statet.rj.eclient-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.rj.eclient ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient/target/org.eclipse.statet.rj.eclient-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.rj.eclient ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient/target/org.eclipse.statet.rj.eclient-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.eclient ---
[INFO] 
[INFO] ----< org.eclipse.statet.rj:org.eclipse.statet.rj.eclient.graphics >----
[INFO] Building StatET RJ - Eclipse Client - R Graphics  (Incubation) 4.2.4.202103250600-r [50/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.eclient.graphics ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.eclient.graphics ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.eclient.graphics ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rj.eclient.graphics ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.rj.eclient.graphics ---
[INFO] Compiling 39 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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 safety (type annotations): The expression of type 'IHandler2' needs unchecked conversion to conform to '@NonNull IHandler2'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/PageBookRGraphicView.java:[494] 
	return pageIds.toArray(new String[pageIds.size()]);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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'
23. INFO in /home/jenkins/agent/workspace/statet-4.2.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
24. INFO in /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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<? extends IStatus> event) {
	                                    ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IValueChangeListener<IStatus> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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'
30. INFO in /home/jenkins/agent/workspace/statet-4.2.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.2.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'
32. INFO in /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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<Double>' needs unchecked conversion to conform to '@NonNull IObservableValue<Double>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<Double>' needs unchecked conversion to conform to '@NonNull IObservableValue<Double>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<? extends Double> event) {
	                                    ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IValueChangeListener<Double> specifies this parameter as @NonNull
38. INFO in /home/jenkins/agent/workspace/statet-4.2.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.2.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<? extends Double> event) {
	                                    ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IValueChangeListener<Double> specifies this parameter as @NonNull
40. INFO in /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/comclient/ERClientGraphicActions.java:[61] 
	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.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/comclient/ERClientGraphicActions.java:[61] 
	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.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/comclient/ERClientGraphicActions.java:[77] 
	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.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/comclient/ERClientGraphicActions.java:[77] 
	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.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/comclient/ERClientGraphicActions.java:[98] 
	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.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/comclient/ERClientGraphicActions.java:[98] 
	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.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/comclient/ERClientGraphicActions.java:[117] 
	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.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/comclient/ERClientGraphicActions.java:[117] 
	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.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/FontManager.java:[106] 
	System.arraycopy(this.charAbove255, 0, newChar, 0, this.charAbove255.length);
	                 ^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/FontManager.java:[278] 
	System.arraycopy(styleFonts, 0, this.fonts[style], 0, styleFonts.length);
	                                ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'FontManager.FontInstance[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/FontManager.java:[327] 
	System.arraycopy(font.charMetrics, 0, newArray, 0, font.charMetrics.length);
	                 ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'double[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/FontManager.java:[449] 
	System.arraycopy(font.strWidth, 0, newWidth, 0, font.strWidth.length);
	                 ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'double[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphicFactory.java:[203] 
	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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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 safety (type annotations): The expression of type 'IHandler2' needs unchecked conversion to conform to '@NonNull IHandler2'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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 safety (type annotations): The expression of type 'IHandler2' needs unchecked conversion to conform to '@NonNull IHandler2'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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 safety (type annotations): The expression of type 'IHandler2' needs unchecked conversion to conform to '@NonNull IHandler2'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[222] 
	update= ImCollections.newList(EclipseRGraphic.this.instructionsUpdate)
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[321] 
	private int currentFontRFace;
	            ^^^^^^^^^^^^^^^^
The value of the field EclipseRGraphic.currentFontRFace is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[462] 
	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.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[464] 
	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.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[505] 
	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.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[649] 
	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.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[652] 
	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.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[652] 
	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.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[662] 
	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.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[941] 
	rControl.addCancelHandler(cancelListener);
	                          ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Callable<Boolean>' needs unchecked conversion to conform to '@NonNull Callable<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[974] 
	rControl.removeCancelHandler(cancelListener);
	                             ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Callable<Boolean>' needs unchecked conversion to conform to '@NonNull Callable<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[982] 
	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.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[1188] 
	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.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[1235] 
	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.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[1236] 
	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.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[1240] 
	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.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[1255] 
	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.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/internal/rj/eclient/graphics/EclipseRGraphic.java:[1267] 
	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.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/org/eclipse/statet/rj/eclient/graphics/ERGraphic.java:[112] 
	List<? extends ERGraphicInstruction> getInstructions();
	^^^^
The return type is incompatible with '@NonNull List<? extends @NonNull RGraphicInstruction>' returned from RGraphic.getInstructions() (mismatching null constraints)
118 problems (0 errors, 112 warnings, 112 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rj.eclient.graphics ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.eclient.graphics ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/target/org.eclipse.statet.rj.eclient.graphics-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.eclient.graphics ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.eclient.graphics ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/target/org.eclipse.statet.rj.eclient.graphics-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.eclient.graphics ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.rj.eclient.graphics ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.eclient.graphics ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/target/org.eclipse.statet.rj.eclient.graphics-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.rj.eclient.graphics ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/target/org.eclipse.statet.rj.eclient.graphics-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/target/org.eclipse.statet.rj.eclient.graphics-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.rj.eclient.graphics ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/org.eclipse.statet.rj.eclient.graphics/target/org.eclipse.statet.rj.eclient.graphics-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.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.2.4.202103250600-r                        [51/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ rj.eclient ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ rj.eclient ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ rj.eclient ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ rj.eclient ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ rj.eclient ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ rj.eclient ---
[INFO] 
[INFO] ---< org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.eclient >---
[INFO] Building StatET RJ - Eclipse Client  (Incubation) 4.2.4.202103250600-r [52/145]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.rj.eclient ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.eclient ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.eclient ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.eclient ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.eclient ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.statet.rj.eclient ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/_assemblies/org.eclipse.statet.rj.eclient-feature/target/org.eclipse.statet.rj.eclient-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.eclient ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.rj.eclient ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.rj.eclient ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/_assemblies/org.eclipse.statet.rj.eclient-feature/target/org.eclipse.statet.rj.eclient-4.2.4.202103250600-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.eclient ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.rj.eclient ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/_assemblies/org.eclipse.statet.rj.eclient-feature/target/org.eclipse.statet.rj.eclient-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/eclient/_assemblies/org.eclipse.statet.rj.eclient-feature/target/org.eclipse.statet.rj.eclient-4.2.4.202103250600-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.rj.eclient ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.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 StatET RJ - RServi E-Compilation  (Incubation) 4.2.4.202103250600-r [53/145]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.rj.servi.e ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.servi.e ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.servi.e ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.servi.e ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.servi.e ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.statet.rj.servi.e ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/_assemblies/org.eclipse.statet.rj.servi.e-feature/target/org.eclipse.statet.rj.servi.e-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.servi.e ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.rj.servi.e ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.rj.servi.e ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/_assemblies/org.eclipse.statet.rj.servi.e-feature/target/org.eclipse.statet.rj.servi.e-4.2.4.202103250600-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.servi.e ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.rj.servi.e ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/_assemblies/org.eclipse.statet.rj.servi.e-feature/target/org.eclipse.statet.rj.servi.e-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/_assemblies/org.eclipse.statet.rj.servi.e-feature/target/org.eclipse.statet.rj.servi.e-4.2.4.202103250600-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.rj.servi.e ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.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.2.4.202103250600-r        [54/145]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.rj.servi.repository ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.statet.rj.servi.repository ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rj.servi.repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/_assemblies/repository/src/main/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.servi.repository ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.servi.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.6.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.statet.rj.servi.repository ---
[INFO] Published profile IUs: [a.jre 9.0.0, config.a.jre 9.0.0]
[INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre 9.0.0, config.a.jre 9.0.0]
[INFO] Published profile IUs: [a.jre.javase 13.0.0, config.a.jre.javase 13.0.0]
[INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.6.0:publish-products (default-publish-products) @ org.eclipse.statet.rj.servi.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.6.0:publish-categories (default-publish-categories) @ org.eclipse.statet.rj.servi.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.6.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.statet.rj.servi.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.6.0:assemble-repository (default-assemble-repository) @ org.eclipse.statet.rj.servi.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.6.0:archive-repository (default-archive-repository) @ org.eclipse.statet.rj.servi.repository ---
[INFO] Building zip: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/_assemblies/repository/target/org.eclipse.statet.rj.servi.repository-4.2.4.202103250600-r.zip
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.rj.servi.repository ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.servi.repository ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.rj.servi.repository ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.rj.servi.repository ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.servi.repository ---
[INFO] 
[INFO] -----------------< org.eclipse.statet.rj:rj.examples >------------------
[INFO] Building rj.examples 4.2.4.202103250600-r                       [55/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ rj.examples ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ rj.examples ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ rj.examples ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ rj.examples ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ rj.examples ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ rj.examples ---
[INFO] 
[INFO] ------< org.eclipse.statet.rj:org.eclipse.statet.rj.example.demo >------
[INFO] Building StatET RJ - RServi Demo  (Incubation) 4.2.4.202103250600-r [56/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.example.demo ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.example.demo ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.example.demo ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rj.example.demo ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.rj.example.demo ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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
37 problems (37 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rj.example.demo ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.example.demo ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/target/org.eclipse.statet.rj.example.demo-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.example.demo ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.example.demo ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/target/org.eclipse.statet.rj.example.demo-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.example.demo ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.rj.example.demo ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.example.demo ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/target/org.eclipse.statet.rj.example.demo-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.rj.example.demo ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/target/org.eclipse.statet.rj.example.demo-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/target/org.eclipse.statet.rj.example.demo-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.rj.example.demo ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.demo/target/org.eclipse.statet.rj.example.demo-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.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 StatET RJ - RServi RCP Demo 1  (Incubation) 4.2.4.202103250600-r [57/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.example.rcpdemo1 ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.example.rcpdemo1 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.example.rcpdemo1 ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rj.example.rcpdemo1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.rj.example.rcpdemo1 ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/src/org/eclipse/statet/rj/example/rcpdemo/RServiManager.java:[199] 
	return RServiUtils.getRServi(this.localR, key);
	                             ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RServiNodeManager' needs unchecked conversion to conform to '@NonNull RServiNodeManager'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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
22 problems (22 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rj.example.rcpdemo1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.example.rcpdemo1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/target/org.eclipse.statet.rj.example.rcpdemo1-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.example.rcpdemo1 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.example.rcpdemo1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/target/org.eclipse.statet.rj.example.rcpdemo1-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.example.rcpdemo1 ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.rj.example.rcpdemo1 ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.example.rcpdemo1 ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/target/org.eclipse.statet.rj.example.rcpdemo1-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.rj.example.rcpdemo1 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/target/org.eclipse.statet.rj.example.rcpdemo1-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/target/org.eclipse.statet.rj.example.rcpdemo1-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.rj.example.rcpdemo1 ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo1/target/org.eclipse.statet.rj.example.rcpdemo1-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.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 StatET RJ - RServi RCP Demo 2  (Incubation) 4.2.4.202103250600-r [58/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiManager.java:[265] 
	return RServiUtils.getRServi(this.localR, key);
	                             ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RServiNodeManager' needs unchecked conversion to conform to '@NonNull RServiNodeManager'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiSession.java:[46] 
	import org.eclipse.statet.internal.rj.servi.RServiImpl;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RServiImpl<THandle>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/target/classes')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiSession.java:[186] 
	return (FQRObject<RTool>) RServiSession.this.servi.findData(symbol, env, inherits,
					factoryId, options, depth, m );
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from FQRObject<capture#1-of ?> to FQRObject<RTool>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiSession.java:[240] 
	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.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiSession.java:[372] 
	((RServiImpl<RTool>) this.servi).setRHandle(this);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from RServi to RServiImpl<RTool>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiSession.java:[372] 
	((RServiImpl<RTool>) this.servi).setRHandle(this);
	  ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RServiImpl<RTool>' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/target/classes')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiSession.java:[372] 
	((RServiImpl<RTool>) this.servi).setRHandle(this);
	                                 ^^^^^^^^^^
Discouraged access: The method 'RServiImpl<RTool>.setRHandle(RTool)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/target/classes')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiSession.java:[375] 
	else {
			doTerminate();
		}
	     ^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/org/eclipse/statet/rj/example/rcpdemo/RServiSession.java:[389] 
	this.servi= null;
	            ^^^^
Null type mismatch: required '@NonNull RServi' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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
30 problems (30 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/target/org.eclipse.statet.rj.example.rcpdemo2-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/target/org.eclipse.statet.rj.example.rcpdemo2-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/target/org.eclipse.statet.rj.example.rcpdemo2-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/target/org.eclipse.statet.rj.example.rcpdemo2-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/target/org.eclipse.statet.rj.example.rcpdemo2-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/org.eclipse.statet.rj.example.rcpdemo2/target/org.eclipse.statet.rj.example.rcpdemo2-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.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.2.4.202103250600-r                       [59/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ rj.examples ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ rj.examples ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ rj.examples ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ rj.examples ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ rj.examples ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ rj.examples ---
[INFO] 
[INFO] --< org.eclipse.statet.rj-assemblies:org.eclipse.statet.rj.example.rcpdemo2 >--
[INFO] Building StatET RJ - RCP Demo 2  (Incubation) 4.2.4.202103250600-r [60/145]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-feature/target/org.eclipse.statet.rj.example.rcpdemo2-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-feature/target/org.eclipse.statet.rj.example.rcpdemo2-4.2.4.202103250600-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-feature/target/org.eclipse.statet.rj.example.rcpdemo2-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-feature/target/org.eclipse.statet.rj.example.rcpdemo2-4.2.4.202103250600-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rj.example.rcpdemo2 ---
[INFO] 
[INFO] --------------< org.eclipse.statet.rj-assemblies:rcpdemo >--------------
[INFO] Building RServi RCP Demo 4.2.4.202103250600-r                   [61/145]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ rcpdemo ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ rcpdemo ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ rcpdemo ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/src/main/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ rcpdemo ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ rcpdemo ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.6.0:publish-osgi-ee (default-publish-osgi-ee) @ rcpdemo ---
[INFO] Published profile IUs: [a.jre 9.0.0, config.a.jre 9.0.0]
[INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre 9.0.0, config.a.jre 9.0.0]
[INFO] Published profile IUs: [a.jre.javase 13.0.0, config.a.jre.javase 13.0.0]
[INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.6.0:publish-products (default-publish-products) @ rcpdemo ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.6.0:publish-categories (default-publish-categories) @ rcpdemo ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.6.0:attach-artifacts (default-attach-artifacts) @ rcpdemo ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.6.0:assemble-repository (default-assemble-repository) @ rcpdemo ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.6.0:archive-repository (default-archive-repository) @ rcpdemo ---
[INFO] Building zip: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/examples/_assemblies/org.eclipse.statet.rj.example.rcpdemo2-product/target/rcpdemo-4.2.4.202103250600-r.zip
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ rcpdemo ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ rcpdemo ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ rcpdemo ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ rcpdemo ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ rcpdemo ---
[INFO] 
[INFO] --- tycho-p2-director-plugin:1.6.0:materialize-products (materialize-prodcuts) @ rcpdemo ---
[INFO] Installing product rcpdemo for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/statet-4.2.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.2.4.202103250600-r.
Operation completed in 1425 ms.
[INFO] Installing product rcpdemo for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/statet-4.2.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.2.4.202103250600-r.
Operation completed in 1030 ms.
[INFO] Installing product rcpdemo for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/statet-4.2.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.2.4.202103250600-r.
Operation completed in 1510 ms.
[INFO] 
[INFO] --- tycho-p2-director-plugin:1.6.0:archive-products (archive-prodcuts) @ rcpdemo ---
[INFO] Building zip: /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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] --------< org.eclipse.statet-releng:org.eclipse.statet-eutils >---------
[INFO] Building org.eclipse.statet-eutils 4.2.4.202103250600-r         [62/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet-eutils ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet-eutils ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet-eutils ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet-eutils ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet-eutils ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet-eutils ---
[INFO] 
[INFO] ----------------< org.eclipse.statet.eutils:autonature >----------------
[INFO] Building autonature 4.2.4.202103250600-r                        [63/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ autonature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ autonature ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ autonature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ autonature ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ autonature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ autonature ---
[INFO] 
[INFO] ---< org.eclipse.statet.eutils:org.eclipse.statet.eutils.autonature >---
[INFO] Building StatET EUtils - Auto-Nature  (Incubation) 4.2.4.202103250600-r [64/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.eutils.autonature ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.eutils.autonature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.eutils.autonature ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.eutils.autonature ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.eutils.autonature ---
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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 AbstractUIPlugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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
9. INFO in /home/jenkins/agent/workspace/statet-4.2.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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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<AutoConfig>' needs unchecked conversion to conform to '@NonNull List<AutoConfig>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<Task>' needs unchecked conversion to conform to '@NonNull List<Task>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/org/eclipse/statet/internal/eutils/autonature/wizards/ConfigureProjectWizardPage.java:[52] 
	private final IProject project;
	                       ^^^^^^^
The value of the field ConfigureProjectWizardPage.project is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<Task>' needs unchecked conversion to conform to '@NonNull Set<Task>', corresponding supertype is 'Set<Task>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<Task>' needs unchecked conversion to conform to '@NonNull Collection<Task>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<Task> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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<Task>' needs unchecked conversion to conform to '@NonNull Collection<? extends Task>', corresponding supertype is 'Collection<Task>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<Task>' needs unchecked conversion to conform to '@NonNull Collection<? extends Task>', corresponding supertype is 'Collection<Task>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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
35 problems (0 errors, 34 warnings, 1 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.eutils.autonature ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.eutils.autonature ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/target/org.eclipse.statet.eutils.autonature-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.eutils.autonature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.eutils.autonature ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/target/org.eclipse.statet.eutils.autonature-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.eutils.autonature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.eutils.autonature ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.eutils.autonature ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/target/org.eclipse.statet.eutils.autonature-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.eutils.autonature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/target/org.eclipse.statet.eutils.autonature-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/target/org.eclipse.statet.eutils.autonature-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.eutils.autonature ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils/autonature/org.eclipse.statet.eutils.autonature/target/org.eclipse.statet.eutils.autonature-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.eutils.autonature ---
[INFO] 
[INFO] ----------< org.eclipse.statet.eutils-assemblies:autonature >-----------
[INFO] Building autonature 4.2.4.202103250600-r                        [65/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ autonature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ autonature ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ autonature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ autonature ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ autonature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ autonature ---
[INFO] 
[INFO] --< org.eclipse.statet.eutils-assemblies:org.eclipse.statet.eutils.autonature >--
[INFO] Building StatET Auto Project Configuration  (Incubation) 4.2.4.202103250600-r [66/145]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.eutils.autonature ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.eutils.autonature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.eutils.autonature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.eutils.autonature ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.eutils.autonature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.statet.eutils.autonature ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils/autonature/_assemblies/org.eclipse.statet.eutils.autonature-feature/target/org.eclipse.statet.eutils.autonature-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.eutils.autonature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.eutils.autonature ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.eutils.autonature ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils/autonature/_assemblies/org.eclipse.statet.eutils.autonature-feature/target/org.eclipse.statet.eutils.autonature-4.2.4.202103250600-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.eutils.autonature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.eutils.autonature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils/autonature/_assemblies/org.eclipse.statet.eutils.autonature-feature/target/org.eclipse.statet.eutils.autonature-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils/autonature/_assemblies/org.eclipse.statet.eutils.autonature-feature/target/org.eclipse.statet.eutils.autonature-4.2.4.202103250600-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.eutils.autonature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.eutils.autonature ---
[INFO] 
[INFO] -----------------< org.eclipse.statet.eutils:autorun >------------------
[INFO] Building autorun 4.2.4.202103250600-r                           [67/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ autorun ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ autorun ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ autorun ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ autorun ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ autorun ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ autorun ---
[INFO] 
[INFO] ----< org.eclipse.statet.eutils:org.eclipse.statet.eutils.autorun >-----
[INFO] Building StatET EUtils - Auto Run  (Incubation) 4.2.4.202103250600-r [68/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.eutils.autorun ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.eutils.autorun ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.eutils.autorun ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.eutils.autorun ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.eutils.autorun ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[159] 
	final Iterator<String> iter= ((Set<String>) element).iterator();
	                             ^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Set<String>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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<String>) element;
	                                     ^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Set<String>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[226] 
	final Set<String>[] array= combinations.toArray(new Set[combinations.size()]);
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Set[] needs unchecked conversion to conform to Set<String>[]
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/org/eclipse/statet/internal/eutils/autorun/AutoRunPreferencePage.java:[312] 
	final Set<String> modes= (Set<String>) ((IStructuredSelection) this.modeViewer.getSelection()).getFirstElement();
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Set<String>
28 problems (28 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.eutils.autorun ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.eutils.autorun ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/target/org.eclipse.statet.eutils.autorun-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.eutils.autorun ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.eutils.autorun ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/target/org.eclipse.statet.eutils.autorun-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.eutils.autorun ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.eutils.autorun ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.eutils.autorun ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/target/org.eclipse.statet.eutils.autorun-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.eutils.autorun ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/target/org.eclipse.statet.eutils.autorun-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/target/org.eclipse.statet.eutils.autorun-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.eutils.autorun ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils/autorun/org.eclipse.statet.eutils.autorun/target/org.eclipse.statet.eutils.autorun-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.eutils.autorun ---
[INFO] 
[INFO] ------------< org.eclipse.statet.eutils-assemblies:autorun >------------
[INFO] Building autorun 4.2.4.202103250600-r                           [69/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ autorun ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ autorun ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ autorun ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ autorun ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ autorun ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ autorun ---
[INFO] 
[INFO] --< org.eclipse.statet.eutils-assemblies:org.eclipse.statet.eutils.autorun >--
[INFO] Building StatET Auto Run  (Incubation) 4.2.4.202103250600-r     [70/145]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.eutils.autorun ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.eutils.autorun ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.eutils.autorun ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.eutils.autorun ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.eutils.autorun ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.statet.eutils.autorun ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils/autorun/_assemblies/org.eclipse.statet.eutils.autorun-feature/target/org.eclipse.statet.eutils.autorun-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.eutils.autorun ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.eutils.autorun ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.eutils.autorun ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils/autorun/_assemblies/org.eclipse.statet.eutils.autorun-feature/target/org.eclipse.statet.eutils.autorun-4.2.4.202103250600-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.eutils.autorun ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.eutils.autorun ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils/autorun/_assemblies/org.eclipse.statet.eutils.autorun-feature/target/org.eclipse.statet.eutils.autorun-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-eutils/autorun/_assemblies/org.eclipse.statet.eutils.autorun-feature/target/org.eclipse.statet.eutils.autorun-4.2.4.202103250600-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.eutils.autorun ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.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.2.4.202103250600-r            [71/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet-ltk ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet-ltk ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet-ltk ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet-ltk ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet-ltk ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet-ltk ---
[INFO] 
[INFO] ---------------------< org.eclipse.statet.ltk:ltk >---------------------
[INFO] Building ltk 4.2.4.202103250600-r                               [72/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ ltk ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ ltk ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ ltk ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ ltk ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ ltk ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ ltk ---
[INFO] 
[INFO] -----------< org.eclipse.statet.ltk:org.eclipse.statet.ltk >------------
[INFO] Building StatET LTK  (Incubation) 4.2.4.202103250600-r          [73/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ltk ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.ltk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.ltk ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ltk ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.ltk ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ltk ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.ltk ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.ltk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ltk ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk/target/org.eclipse.statet.ltk-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ltk ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.ltk ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.ltk ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk/target/org.eclipse.statet.ltk-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.ltk ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk/target/org.eclipse.statet.ltk-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.ltk ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk/target/org.eclipse.statet.ltk-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ltk ---
[INFO] 
[INFO] ---------< org.eclipse.statet.ltk:org.eclipse.statet.ltk.core >---------
[INFO] Building StatET LTK - Core  (Incubation) 4.2.4.202103250600-r   [74/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ltk.core ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.ltk.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.ltk.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ltk.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.ltk.core ---
[INFO] Compiling 115 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<Object> elements) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field filesContainingElements may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<Object> elements) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field resourcesOwnedByElements may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/CommonMoveProcessor.java:[108] 
	final SubMonitor m= SubMonitor.convert(monitor, RefactoringMessages.Common_FinalCheck_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.2.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.2.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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/CommonRefactoringFactory.java:[61] 
	return new ElementSet((Object[]) elements);
	                      ^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/CommonRefactoringFactory.java:[63] 
	return new ElementSet(elements);
	                      ^^^^^^^^
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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/BasicHeuristicTokenScanner.java:[90] 
	private @Nullable ITypedRegion currentPartition;
	                               ^^^^^^^^^^^^^^^^
The value of the field BasicHeuristicTokenScanner.PartitionBasedCondition.currentPartition is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/CommonPasteCodeProcessor.java:[100] 
	final SubMonitor m= SubMonitor.convert(monitor, RefactoringMessages.Common_FinalCheck_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.2.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.2.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.2.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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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<TAstNode extends EmbeddingAstNode, TElement extends SourceStructElement> {
	                                                                                                   ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/issues/core/impl/TaskMarkerHandler.java:[50] 
	public TaskMarkerHandler(final String markerId) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field resource may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ecommons/text/FixDocumentPartitioner.java:[32] 
	private IDocument document;
	                  ^^^^^^^^
The value of the field FixDocumentPartitioner.document is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/CommonDeleteProcessor.java:[97] 
	final SubMonitor m= SubMonitor.convert(monitor, RefactoringMessages.Common_FinalCheck_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.2.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.2.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/TextChangeManager.java:[106] 
	Arrays.sort(sus, new Comparator<SourceUnit>() {
	            ^^^
Null type safety (type annotations): The expression of type 'SourceUnit[]' needs unchecked conversion to conform to 'SourceUnit @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/core/util/UserInfo.java:[87] 
	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.2.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.2.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.2.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.2.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.2.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.2.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.2.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<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/LtkModelUtils.java:[98] 
	final List<? extends SourceStructElement> children= ok.getSourceChildren(null);
	                     ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/LtkModelUtils.java:[98] 
	final List<? extends SourceStructElement> children= ok.getSourceChildren(null);
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method getSourceChildren(LtkModelElementFilter) belongs to the raw type SourceStructElement. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/LtkModelUtils.java:[98] 
	final List<? extends SourceStructElement> children= ok.getSourceChildren(null);
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<? extends SourceStructElement>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<? extends SourceStructElement> elements,
	                                                                   ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/model/core/LtkModelUtils.java:[146] 
	public static <T extends SourceStructElement> @Nullable T getCoveringSourceElement(final List<T> elements,
	                         ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringDestination.java:[43] 
	super(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.2.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<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringDestination.java:[48] 
	super(element);
	      ^^^^^^^
Null type safety (type annotations): The expression of type 'SourceElement' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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> {
	                                                             ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[98] 
	private static final Comparator<LtkModelElement> MODELELEMENT_SORTER= new LtkModelElementComparator();
	                                ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[109] 
	public Comparator<LtkModelElement> getModelElementComparator() {
	                  ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[134] 
	public SourceStructElement[] checkElements(final SourceStructElement[] elements) {
	       ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[134] 
	public SourceStructElement[] checkElements(final SourceStructElement[] elements) {
	                                                 ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[139] 
	SourceStructElement last= elements[0];
	^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[142] 
	final List<SourceStructElement> checked= new ArrayList<>(elements.length);
	           ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[143] 
	for (final SourceStructElement element : elements) {
	           ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[165] 
	public IRegion getContinuousSourceRange(final SourceStructElement[] elements) {
	                                              ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[170] 
	if (su == null) {
			return null;
		}
	                ^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[174] 
	if (doc == null) {
			return null;
		}
	                 ^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[225] 
	public String getSourceCodeStringedTogether(final SourceStructElement[] sourceElements,
	                                                  ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[227] 
	return getSourceCodeStringedTogether(new ElementSet((Object[]) sourceElements), monitor);
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[256] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[261] 
	getSourceCode((SourceElement)element, doc, scanner, codeFragments);
	               ^^^^^^^^^^^^^
SourceElement is a raw type. References to generic type SourceElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[273] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[276] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[287] 
	protected void getSourceCode(final SourceElement element, final AbstractDocument doc,
	                                   ^^^^^^^^^^^^^
SourceElement is a raw type. References to generic type SourceElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[296] 
	public TextRegion expandElementRange(final SourceElement element, final AbstractDocument document,
	                                           ^^^^^^^^^^^^^
SourceElement is a raw type. References to generic type SourceElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[300] 
	int start= sourceRange.getStartOffset();
	           ^^^^^^^^^^^
Potential null pointer access: The variable sourceRange may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[319] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[347] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[375] 
	for (final LtkModelElement element : elements.getModelElements()) {
	           ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[388] 
	public boolean canDelete(final LtkModelElement element) {
	                               ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[412] 
	final ResourceAttributes attributes= resource.getParent().getResourceAttributes();
	                                     ^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[422] 
	return canInsert(elements, (SourceElement)to.getInitialObjects().get(0), to.getPosition());
	                            ^^^^^^^^^^^^^
SourceElement is a raw type. References to generic type SourceElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[427] 
	protected boolean canInsert(final ElementSet elements, final SourceElement to,
	                                                             ^^^^^^^^^^^^^
SourceElement is a raw type. References to generic type SourceElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[438] 
	for (final LtkModelElement element : elements.getModelElements()) {
	           ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[443] 
	for (final IResource element : elements.getResources()) {
	                     ^^^^^^^
The value of the local variable element is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[448] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[451] 
	protected boolean canInsert(final LtkModelElement element) {
	                                  ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[468] 
	protected boolean canInsertTo(final LtkModelElement element) {
	                                    ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[485] 
	for(final LtkModelElement element : elements.getModelElements()) {
	          ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[502] 
	for(final LtkModelElement element : elements.getModelElements()) {
	          ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[517] 
	for (final LtkModelElement element : elements.getModelElements()) {
	           ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[543] 
	public void checkFinalToDelete(final RefactoringStatus result, final LtkModelElement element) throws CoreException {
	                                                                     ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[551] 
	final List<? extends LtkModelElement> children= ((SourceStructElement)element).getSourceChildren(null);
	                     ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[551] 
	final List<? extends LtkModelElement> children= ((SourceStructElement)element).getSourceChildren(null);
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method getSourceChildren(LtkModelElementFilter) belongs to the raw type SourceStructElement. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[551] 
	final List<? extends LtkModelElement> children= ((SourceStructElement)element).getSourceChildren(null);
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<? extends LtkModelElement>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[551] 
	final List<? extends LtkModelElement> children= ((SourceStructElement)element).getSourceChildren(null);
	                                                  ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[552] 
	for (final LtkModelElement child : children) {
	           ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[587] 
	for (final LtkModelElement element : elements.getModelElements()) {
	           ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[610] 
	public boolean hasReadOnlyElements(final LtkModelElement element) throws CoreException {
	                                         ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[639] 
	final Set<String> 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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[654] 
	for (final LtkModelElement element : elementsToDelete.getModelElements()) {
	           ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[669] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[669] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[683] 
	for (final LtkModelElement element : elementsToMove.getModelElements()) {
	           ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[697] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[697] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[711] 
	for (final LtkModelElement element : elementsToCopy.getModelElements()) {
	           ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[821] 
	final Map<SourceUnit, List<LtkModelElement>> suSubChanges= new HashMap<>();
	                           ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[822] 
	for (final LtkModelElement element : elements.getModelElements()) {
	           ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[829] 
	List<LtkModelElement> list= suSubChanges.get(su);
	     ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[839] 
	for (final Map.Entry<SourceUnit, List<LtkModelElement>> suChanges : suSubChanges.entrySet()) {
	                                      ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[846] 
	final SourceUnit su, final List<LtkModelElement> elementsInUnit,
	                                ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[858] 
	for (final LtkModelElement element : elementsInUnit) {
	           ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[859] 
	final SourceElement member= (SourceElement)element;
	      ^^^^^^^^^^^^^
SourceElement is a raw type. References to generic type SourceElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[859] 
	final SourceElement member= (SourceElement)element;
	                             ^^^^^^^^^^^^^
SourceElement is a raw type. References to generic type SourceElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[867] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[870] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[877] 
	protected Change createChangeToDelete(final ElementSet elements, final LtkModelElement element) throws CoreException {
	                                                                       ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[878] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[903] 
	final SourceElement element= (SourceElement)destination.getModelElements().get(0);
	      ^^^^^^^^^^^^^
SourceElement is a raw type. References to generic type SourceElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[903] 
	final SourceElement element= (SourceElement)destination.getModelElements().get(0);
	                              ^^^^^^^^^^^^^
SourceElement is a raw type. References to generic type SourceElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[912] 
	final SourceElement desElement, final RefactoringDestination destination,
	      ^^^^^^^^^^^^^
SourceElement is a raw type. References to generic type SourceElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[940] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[943] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[950] 
	protected int getInsertionOffset(final AbstractDocument document, final SourceElement element,
	                                                                        ^^^^^^^^^^^^^
SourceElement is a raw type. References to generic type SourceElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/RefactoringAdapter.java:[965] 
	offset+= document.getLineDelimiter(line).length();
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getLineDelimiter(int) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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[]'
192. INFO in /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/org/eclipse/statet/ltk/refactoring/core/CommonCopyProcessor.java:[106] 
	final SubMonitor m= SubMonitor.convert(monitor, RefactoringMessages.Common_FinalCheck_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.2.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.2.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
196 problems (0 errors, 195 warnings, 1 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ltk.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.ltk.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/target/org.eclipse.statet.ltk.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.ltk.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ltk.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/target/org.eclipse.statet.ltk.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ltk.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.ltk.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.ltk.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/target/org.eclipse.statet.ltk.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.ltk.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/target/org.eclipse.statet.ltk.core-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/target/org.eclipse.statet.ltk.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.ltk.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.core/target/org.eclipse.statet.ltk.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ltk.core ---
[INFO] 
[INFO] ----------< org.eclipse.statet.ltk:org.eclipse.statet.ltk.ui >----------
[INFO] Building StatET LTK - UI  (Incubation) 4.2.4.202103250600-r     [75/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ltk.ui ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.ltk.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.ltk.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ltk.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.ltk.ui ---
[INFO] Compiling 213 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/TextViewerJFaceUpdater.java:[71] 
	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.2.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/QuickOutlineInformationControl.java:[97] 
	return DialogUtils.getSection(LTKUIPlugin.getInstance().getDialogSettings(), "EditorStructurePopup"); //$NON-NLS-1$
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IDialogSettings' needs unchecked conversion to conform to '@NonNull IDialogSettings'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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'
9. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AssistPreferences.java (at line 156)
	assistant.enableAutoActivation(prefs.getPreferenceValue(this.autoActivationEnabled));
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
10. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AssistPreferences.java (at line 157)
	assistant.setAutoActivationDelay(prefs.getPreferenceValue(this.autoActivationDelay));
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
11. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AssistPreferences.java (at line 159)
	assistant.enableAutoInsert(prefs.getPreferenceValue(this.autoInsertSingle));
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
12. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AssistPreferences.java (at line 160)
	assistant.enablePrefixCompletion(prefs.getPreferenceValue(this.autoInsertPrefix));
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
13. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AssistPreferences.java (at line 173)
	assist.setShowSubstringMatches(prefs.getPreferenceValue(this.showSubstringMatches));
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/InsertEditorTemplateHandler.java:[58] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/InsertEditorTemplateHandler.java:[60] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/InsertEditorTemplateHandler.java:[104] 
	final Point selection= proposal.getSelection(null);
	                                             ^^^^
Null type mismatch: required '@NonNull IDocument' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditorObservable.java:[87] 
	fireValueChange(Diffs.createValueDiff(SnippetEditorObservable.this.oldValue, newValue));
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ValueDiff<@NonNull String>' needs unchecked conversion to conform to '@NonNull ValueDiff<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EditorInformationProvider.java:[75] 
	public @Nullable String getInformation(final ITextViewer textViewer, final IRegion region) {
	                                             ^^^^^^^^^^^
Illegal redefinition of parameter textViewer, inherited method from IInformationProvider does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EditorInformationProvider.java:[75] 
	public @Nullable String getInformation(final ITextViewer textViewer, final IRegion region) {
	                                                                           ^^^^^^^
Illegal redefinition of parameter region, inherited method from IInformationProvider does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EditorInformationProvider.java:[80] 
	public @Nullable Object getInformation2(final ITextViewer textViewer, final IRegion region) {
	                                              ^^^^^^^^^^^
Illegal redefinition of parameter textViewer, inherited method from IInformationProviderExtension does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EditorInformationProvider.java:[80] 
	public @Nullable Object getInformation2(final ITextViewer textViewer, final IRegion region) {
	                                                                            ^^^^^^^
Illegal redefinition of parameter region, inherited method from IInformationProviderExtension does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EditorInformationProvider.java:[85] 
	TextUtils.getContentType(this.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EditorInformationProvider.java:[89] 
	final AssistInvocationContext context= createContext(region, 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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EditorInformationProvider.java:[96] 
	final IProgressService progressService= this.editor.getServiceLocator().getService(IProgressService.class);
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getServiceLocator() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EditorInformationProvider.java:[97] 
	progressService.run(true, true, new IRunnableWithProgress() {
	^^^^^^^^^^^^^^^
Potential null pointer access: The variable progressService may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/OpenDeclaration.java:[59] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/OpenDeclaration.java:[75] 
	return (T) dialog.getResult()[0];
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to T
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/OpenDeclaration.java:[85] 
	if (candidate.isWriteAccess()) {
	    ^^^^^^^^^
Potential null pointer access: this expression has type 'TNameAccess', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/OpenDeclaration.java:[89] 
	return null;
	       ^^^^
Null type mismatch: required 'TNameAccess extends NameAccess<?,?>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/OpenDeclaration.java:[96] 
	public void open(final SourceElement element, final boolean activate) throws PartInitException  {
	                       ^^^^^^^^^^^^^
SourceElement is a raw type. References to generic type SourceElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/OpenDeclaration.java:[109] 
	final IEditorDescriptor editorDescriptor= IDE.getEditorDescriptor(file, true);
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getEditorDescriptor(IFile, boolean) from the type IDE is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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 ISourceEditor editor) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field availableCategories may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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 ISourceEditor editor) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field categoryIteration may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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 ISourceEditor editor) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field completionProposalsAutoActivationCharacters may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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 ISourceEditor editor) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field contextInformationAutoActivationCharacters may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/EditTemplateDialog.java:[171] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/EditTemplateDialog.java:[205] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/EditTemplateDialog.java:[205] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/EditTemplateDialog.java:[218] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/EditTemplateDialog.java:[223] 
	ViewerUtils.setDefaultVisibleItemCount(this.contextCombo);
	                                       ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ComboViewer' needs unchecked conversion to conform to '@NonNull ComboViewer'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/EditTemplateDialog.java:[256] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/EditTemplateDialog.java:[260] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/EditTemplateDialog.java:[457] 
	return DialogUtils.getDialogSettings(LTKUIPlugin.getInstance(), "TemplateEditDialog"); //$NON-NLS-1$
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'LTKUIPlugin' needs unchecked conversion to conform to '@NonNull AbstractUIPlugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/QuickInformationProvider.java:[111] 
	JFaceTextRegion.toTextRegion(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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistComputerRegistry.java:[214] 
	public void beforeSettingsChangeNotification(final Set<String> groupIds) {
	                                                   ^^^
Illegal redefinition of parameter groupIds, inherited method from SettingsChangeNotifier.ManageListener does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistComputerRegistry.java:[226] 
	public void afterSettingsChangeNotification(final Set<String> groupIds) {
	                                                  ^^^
Illegal redefinition of parameter groupIds, inherited method from SettingsChangeNotifier.ManageListener does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/MultiContentSectionQuickAssistProcessor.java:[92] 
	public boolean canFix(final Annotation annotation) {
	                            ^^^^^^^^^^
Missing non-null annotation: inherited method from IQuickAssistProcessor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/MultiContentSectionQuickAssistProcessor.java:[97] 
	public boolean canAssist(final IQuickAssistInvocationContext invocationContext) {
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IQuickAssistProcessor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/MultiContentSectionQuickAssistProcessor.java:[102] 
	public ICompletionProposal[] computeQuickAssistProposals(final IQuickAssistInvocationContext invocationContext) {
	       ^^^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull ICompletionProposal @Nullable[]' returned from IQuickAssistProcessor.computeQuickAssistProposals(IQuickAssistInvocationContext) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/MultiContentSectionQuickAssistProcessor.java:[105] 
	this.sections.getType(invocationContext.getSourceViewer().getDocument(), invocationContext.getOffset() ));
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/TemplateCategory.java:[41] 
	private boolean defaultPrefCheck;
	                ^^^^^^^^^^^^^^^^
The value of the field TemplateCategory.defaultPrefCheck is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ReshowCompletionsRunnable.java:[94] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ReshowCompletionsRunnable.java:[113] 
	public void assistSessionStarted(final ContentAssistEvent event) {
	                                       ^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ICompletionListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ReshowCompletionsRunnable.java:[118] 
	public void assistSessionEnded(final ContentAssistEvent event) {
	                                     ^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ICompletionListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ReshowCompletionsRunnable.java:[126] 
	public void selectionChanged(final ICompletionProposal proposal, final boolean smartToggle) {
	                                   ^^^^^^^^^^^^^^^^^^^
Missing nullable annotation: inherited method from ICompletionListener specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/SourceEditorTemplateContext.java:[107] 
	pattern= matcher.replaceAll(ln);
	                            ^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/SourceEditorTemplateContext.java:[112] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/SourceEditorTemplateContext.java:[114] 
	format(buffer);
	       ^^^^^^
Null type mismatch: required '@NonNull TemplateBuffer' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/SourceEditorTemplateContext.java:[116] 
	if (selection != null && TextUtilities.indexOf(getDocument().getLegalLineDelimiters(), selection, 0)[0] != -1) {
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method indexOf(String[], String, int) from the type TextUtilities is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/SourceEditorTemplateContext.java:[117] 
	buffer.setContent(buffer.getString() + ln, buffer.getVariables());
	^^^^^^
Potential null pointer access: The variable buffer may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/FoldingActionGroup.java:[58] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/FoldingActionGroup.java:[89] 
	handlerService.activateHandler(IFoldingCommandIds.FOLDING_EXPAND_ALL, this.expandAll);
	^^^^^^^^^^^^^^
Potential null pointer access: The variable handlerService may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/FoldingActionGroup.java:[144] 
	this.expandAll ));
	^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'FoldingActionGroup.ViewerOperationHandler' needs unchecked conversion to conform to '@NonNull IHandler2'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/FoldingActionGroup.java:[149] 
	this.collapseAll ));
	^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'FoldingActionGroup.ViewerOperationHandler' needs unchecked conversion to conform to '@NonNull IHandler2'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/OpenWorkspaceFileHyperlink.java:[48] 
	this.region= JFaceTextRegion.toJFaceRegion(region);
	                                           ^^^^^^
Null type safety (type annotations): The expression of type 'TextRegion' needs unchecked conversion to conform to '@NonNull TextRegion'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/OpenWorkspaceFileHyperlink.java:[66] 
	this.file.getName(), this.file.getParent().getFullPath() );
	                     ^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringExecutionHelper.java:[40] 
	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.0.v20200515-0330/org.eclipse.ltk.ui.refactoring-3.11.0.v20200515-0330.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringExecutionHelper.java:[104] 
	public void run(final IProgressMonitor monitor) throws InvocationTargetException, InterruptedException {
	                      ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IRunnableWithProgress specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringExecutionHelper.java:[105] 
	final SubMonitor m= SubMonitor.convert(monitor, RefactoringExecutionHelper.this.refactoring.getName(), 10);
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringExecutionHelper.java:[225] 
	final ChangeExceptionHandler handler= new ChangeExceptionHandler(this.parent, this.refactoring);
	      ^^^^^^^^^^^^^^^^^^^^^^
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.0.v20200515-0330/org.eclipse.ltk.ui.refactoring-3.11.0.v20200515-0330.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringExecutionHelper.java:[225] 
	final ChangeExceptionHandler handler= new ChangeExceptionHandler(this.parent, this.refactoring);
	                                          ^^^^^^^^^^^^^^^^^^^^^^
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.0.v20200515-0330/org.eclipse.ltk.ui.refactoring-3.11.0.v20200515-0330.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringExecutionHelper.java:[225] 
	final ChangeExceptionHandler handler= new ChangeExceptionHandler(this.parent, this.refactoring);
	                                          ^^^^^^^^^^^^^^^^^^^^^^
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.0.v20200515-0330/org.eclipse.ltk.ui.refactoring-3.11.0.v20200515-0330.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringExecutionHelper.java:[228] 
	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.0.v20200515-0330/org.eclipse.ltk.ui.refactoring-3.11.0.v20200515-0330.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringExecutionHelper.java:[231] 
	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.0.v20200515-0330/org.eclipse.ltk.ui.refactoring-3.11.0.v20200515-0330.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateProposal.java:[75] 
	public class TemplateProposal extends SourceProposal implements ICompletionProposalExtension5 {
	                                      ^^^^^^^^^^^^^^
SourceProposal is a raw type. References to generic type SourceProposal<TContext> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateProposal.java:[89] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateProposal.java:[89] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateProposal.java:[146] 
	super(parameters);
	^^^^^^^^^^^^^^^^^^
Type safety: The constructor SourceProposal(SourceProposal.ProposalParameters) belongs to the raw type SourceProposal. References to generic type SourceProposal<TContext> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateProposal.java:[156] 
	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'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateProposal.java:[181] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateProposal.java:[187] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateProposal.java:[198] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateProposal.java:[333] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateProposal.java:[361] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateProposal.java:[385] 
	document.removePositionUpdater(this.updater);
	                               ^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IPositionUpdater' but this expression has type '@Nullable InclusivePositionUpdater'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/compare/CompareTextViewer.java:[71] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/compare/CompareTextViewer.java:[76] 
	public void setInput(final Object input) {
	                           ^^^^^^
Missing nullable annotation: inherited method from Viewer specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/compare/CompareTextViewer.java:[92] 
	public void setSelection(final ISelection selection, final boolean reveal) {
	                               ^^^^^^^^^^
Missing non-null annotation: inherited method from Viewer specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/compare/CompareTextViewer.java:[97] 
	public ISelection getSelection() {
	       ^^^^^^^^^^
The return type is incompatible with '@NonNull ISelection' returned from Viewer.getSelection() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/EditorUtils.java:[105] 
	final SourceUnit su= suManager.getSourceUnit(modelTypeId, Ltk.PERSISTENCE_CONTEXT, ifile, false, null);
	                                                                                                 ^^^^
Null type mismatch: required '@NonNull IProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/EditorUtils.java:[107] 
	su.disconnect(null);
	              ^^^^
Null type mismatch: required '@NonNull IProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/EditorUtils.java:[120] 
	final SourceUnit su= suManager.getSourceUnit(modelTypeId, Ltk.EDITOR_CONTEXT, store, false, null);
	                                                                              ^^^^^
Null type safety (type annotations): The expression of type 'IFileStore' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/EditorUtils.java:[120] 
	final SourceUnit su= suManager.getSourceUnit(modelTypeId, Ltk.EDITOR_CONTEXT, store, false, null);
	                                                                                            ^^^^
Null type mismatch: required '@NonNull IProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/EditorUtils.java:[122] 
	su.disconnect(null);
	              ^^^^
Null type mismatch: required '@NonNull IProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/wizards/NewElementWizard.java:[118] 
	final SubMonitor m= SubMonitor.convert(monitor, LTKWizardsMessages.NewElement_CreateProject_task, 20 + 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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/wizards/NewElementWizard.java:[202] 
	} while ((container= container.getParent()).getType() == IResource.FOLDER
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The variable container may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/wizards/NewElementWizard.java:[485] 
	public void setInitializationData(final IConfigurationElement config, final String propertyName, final Object data) {
	                                        ^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IExecutableExtension specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/wizards/NewElementWizard.java:[485] 
	public void setInitializationData(final IConfigurationElement config, final String propertyName, final Object data) {
	                                                                            ^^^^^^
Missing non-null annotation: inherited method from IExecutableExtension specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/wizards/NewElementWizard.java:[485] 
	public void setInitializationData(final IConfigurationElement config, final String propertyName, final Object data) {
	                                                                                                       ^^^^^^
Missing nullable annotation: inherited method from IExecutableExtension specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SmartInsertSettingsUI.java:[26] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SmartInsertSettingsUI.java:[26] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AssistCompletionInformationProposalWrapper.java:[68] 
	return this.completionProposal.getContextInformation();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IContextInformation' but this expression has type '@Nullable IContextInformation'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/InfoHoverRegistry.java:[123] 
	public void beforeSettingsChangeNotification(final Set<String> groupIds) {
	                                                   ^^^
Illegal redefinition of parameter groupIds, inherited method from SettingsChangeNotifier.ManageListener does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/InfoHoverRegistry.java:[138] 
	public void afterSettingsChangeNotification(final Set<String> groupIds) {
	                                                  ^^^
Illegal redefinition of parameter groupIds, inherited method from SettingsChangeNotifier.ManageListener does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/AbstractSourceDocumentHandler.java:[114] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/AbstractSourceDocumentHandler.java:[127] 
	final SourceStructElement[] selectedElements= LTKSelectionUtils
	      ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/AbstractSourceDocumentHandler.java:[138] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/AbstractSourceDocumentHandler.java:[150] 
	ImCollections.newList((TSourceUnit) sourceUnit),
	                      ^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from SourceUnit to TSourceUnit
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/AbstractSourceDocumentHandler.java:[161] 
	final SourceStructElement[] selectedElements= LTKSelectionUtils
	      ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/AbstractSourceDocumentHandler.java:[203] 
	private boolean checkSourceUnits(final SourceStructElement[] selectedElements) {
	                                       ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/AbstractSourceDocumentHandler.java:[208] 
	if (sourceUnit == null) {
				return false;
			}
	                        ^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/AbstractSourceDocumentHandler.java:[216] 
	|| (isEditTask() && !sourceUnit.checkState(false, null)) ) {
	                                                  ^^^^
Null type mismatch: required '@NonNull IProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/AbstractSourceDocumentHandler.java:[237] 
	private ImList<TSourceUnit> createSourceUnits(final SourceStructElement[] selectedElements,
	                                                    ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/AbstractSourceDocumentHandler.java:[239] 
	TSourceUnit lastSourceUnit= null;
	                            ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'TSourceUnit'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/AbstractSourceDocumentHandler.java:[243] 
	if (sourceUnit == null) {
				return null;
			}
	                        ^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/AbstractSourceDocumentHandler.java:[251] 
	|| (isEditTask() && !sourceUnit.checkState(true, 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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/AbstractSourceDocumentHandler.java:[255] 
	lastSourceUnit= (TSourceUnit) sourceUnit;
	                ^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from SourceUnit to TSourceUnit
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/AbstractSourceDocumentHandler.java:[265] 
	sourceUnits.add((TSourceUnit) sourceUnit);
	                ^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from SourceUnit to TSourceUnit
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/AbstractSourceDocumentHandler.java:[266] 
	lastSourceUnit= (TSourceUnit) sourceUnit;
	                ^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from SourceUnit to TSourceUnit
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/AbstractSourceDocumentHandler.java:[281] 
	public void run(final IProgressMonitor monitor)
	                      ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IRunnableWithProgress specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/AbstractSourceDocumentHandler.java:[329] 
	final ITextSelection textSelection, final SourceStructElement[] selectedElements,
	                                          ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/AbstractSourceDocumentHandler.java:[332] 
	(selectedElements != null) ? new ElementSet(selectedElements) : null );
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type SourceStructElement[] of the last argument to constructor ElementSet(Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/AbstractSourceDocumentHandler.java:[332] 
	(selectedElements != null) ? new ElementSet(selectedElements) : null );
	                                            ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceStructElement[]' needs unchecked conversion to conform to '@NonNull Object @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/FragmentDocumentProvider.java:[63] 
	if (modelTypeId == null) {
			throw new NullPointerException("modelTypeId"); //$NON-NLS-1$
		}
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/FragmentDocumentProvider.java:[81] 
	fragmentInput.getSourceFragment(), true, m.newChild(1));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceFragment' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/FragmentDocumentProvider.java:[82] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/FragmentDocumentProvider.java:[102] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/FragmentDocumentProvider.java:[137] 
	info.workingCopy.disconnect(m.newChild(1));
	     ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewer.java:[89] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewer.java:[104] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewer.java:[248] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewer.java:[248] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewer.java:[303] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewer.java:[305] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewer.java:[312] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewer.java:[312] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewer.java:[368] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewer.java:[369] 
	this.updaterDocument.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/MultiContentSectionSourceViewerConfiguration.java:[82] 
	MultiContentSectionSourceViewerConfiguration.this.sections.getTypeByPartition(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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/MultiContentSectionSourceViewerConfiguration.java:[96] 
	MultiContentSectionSourceViewerConfiguration.this.sections.getTypeByPartition(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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/MultiContentSectionSourceViewerConfiguration.java:[125] 
	MultiContentSectionSourceViewerConfiguration.this.sections.getTypeByPartition(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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/MultiContentSectionSourceViewerConfiguration.java:[208] 
	addOns.addAll(this.primaryConfig.getAddOns());
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<ISourceEditorAddon>' needs unchecked conversion to conform to '@NonNull Collection<? extends ISourceEditorAddon>', corresponding supertype is 'Collection<ISourceEditorAddon>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/MultiContentSectionSourceViewerConfiguration.java:[210] 
	addOns.addAll(config.getAddOns());
	              ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<ISourceEditorAddon>' needs unchecked conversion to conform to '@NonNull Collection<? extends ISourceEditorAddon>', corresponding supertype is 'Collection<ISourceEditorAddon>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/MultiContentSectionSourceViewerConfiguration.java:[252] 
	final SourceEditorViewerConfiguration config= getConfigSafe(this.sections.getTypeByPartition(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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/MultiContentSectionSourceViewerConfiguration.java:[258] 
	final SourceEditorViewerConfiguration config= getConfig(this.sections.getTypeByPartition(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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/MultiContentSectionSourceViewerConfiguration.java:[281] 
	final SourceEditorViewerConfiguration config= getConfig(this.sections.getTypeByPartition(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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/MultiContentSectionSourceViewerConfiguration.java:[294] 
	assistant.setRestoreCompletionProposalSize(DialogUtils.getDialogSettings(LTKUIPlugin.getInstance(), "ContentAssist.Proposal.size")); //$NON-NLS-1$
	                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'LTKUIPlugin' needs unchecked conversion to conform to '@NonNull AbstractUIPlugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/MultiContentSectionSourceViewerConfiguration.java:[311] 
	this.secondaryConfigs.get(type).initContentAssist(assistant);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method get(Object) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/MultiContentSectionSourceViewerConfiguration.java:[333] 
	final SourceEditorViewerConfiguration config= getConfig(this.sections.getTypeByPartition(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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/MultiContentSectionSourceViewerConfiguration.java:[343] 
	final SourceEditorViewerConfiguration config= getConfig(this.sections.getTypeByPartition(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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/ViewerSelectionTransferDropAdapter.java:[122] 
	public void dragLeave(final DropTargetEvent event) {
	                            ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from DropTargetAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/ViewerSelectionTransferDropAdapter.java:[124] 
	super.dragLeave(event);
	                ^^^^^
Null type safety (type annotations): The expression of type 'DropTargetEvent' needs unchecked conversion to conform to '@NonNull DropTargetEvent'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/ViewerSelectionTransferDropAdapter.java:[214] 
	this.elements= new ElementSet(((IStructuredSelection) s).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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceViewerInformationControl.java:[114] 
	final int vIndent= Math.max(1, LayoutUtils.defaultVSpacing() / 4);
	          ^^^^^^^
The value of the local variable vIndent is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceViewerInformationControl.java:[206] 
	sizeConstraints.x : LayoutUtils.hintWidth(this.text, null, 80)) - trim.width;
	                                          ^^^^^^^^^
Null type safety (type annotations): The expression of type 'StyledText' needs unchecked conversion to conform to '@NonNull StyledText'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceViewerInformationControl.java:[206] 
	sizeConstraints.x : LayoutUtils.hintWidth(this.text, null, 80)) - trim.width;
	                                                     ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/folding/FoldingEditorAddon.java:[61] 
	public class FoldingEditorAddon implements ISourceEditorAddon, ModelElementInputListener, ChangeListener {
	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^
ModelElementInputListener is a raw type. References to generic type ModelElementInputListener<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/folding/FoldingEditorAddon.java:[129] 
	this.editor.getModelInputProvider().addListener(this);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addListener(ModelElementInputListener) belongs to the raw type ModelElementInputProvider. References to generic type ModelElementInputProvider<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/folding/FoldingEditorAddon.java:[133] 
	public void elementChanged(final LtkModelElement element) {
	                                 ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/folding/FoldingEditorAddon.java:[133] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/folding/FoldingEditorAddon.java:[144] 
	public void elementInitialInfo(final LtkModelElement element) {
	                                     ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/folding/FoldingEditorAddon.java:[144] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/folding/FoldingEditorAddon.java:[152] 
	public void elementUpdatedInfo(final LtkModelElement element, final LtkModelElementDelta delta) {
	                                     ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/folding/FoldingEditorAddon.java:[155] 
	update(input, delta.getNewAst().getStamp());
	              ^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getNewAst() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/folding/FoldingEditorAddon.java:[163] 
	this.editor.getModelInputProvider().removeListener(this);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method removeListener(ModelElementInputListener) belongs to the raw type ModelElementInputProvider. References to generic type ModelElementInputProvider<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/folding/FoldingEditorAddon.java:[250] 
	for (final Iterator<FoldingAnnotation> iter= (Iterator) model.getAnnotationIterator(); iter.hasNext(); ) {
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator<FoldingAnnotation>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/folding/FoldingEditorAddon.java:[250] 
	for (final Iterator<FoldingAnnotation> iter= (Iterator) model.getAnnotationIterator(); iter.hasNext(); ) {
	                                              ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/folding/FoldingEditorAddon.java:[399] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/folding/FoldingEditorAddon.java:[399] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/folding/FoldingEditorAddon.java:[483] 
	for (final Iterator<FoldingAnnotation> iter= (Iterator) model.getAnnotationIterator(); iter.hasNext(); ) {
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator<FoldingAnnotation>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/folding/FoldingEditorAddon.java:[483] 
	for (final Iterator<FoldingAnnotation> iter= (Iterator) model.getAnnotationIterator(); iter.hasNext(); ) {
	                                              ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/folding/NodeFoldingProvider.java:[29] 
	class VisitorMap extends IdentityHashMap<String, AstVisitor> {
	      ^^^^^^^^^^
The serializable class VisitorMap does not declare a static final serialVersionUID field of type long
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/folding/NodeFoldingProvider.java:[34] 
	public void visit(final AstNode node) throws InvocationTargetException {
	                        ^^^^^^^
Missing non-null annotation: inherited method from AstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<Template>' needs unchecked conversion to conform to '@NonNull List<? extends Template>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/TemplateSelectionComposite.java:[88] 
	ImCollections.toList(templates);
	                     ^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Template>' needs unchecked conversion to conform to '@NonNull Collection<? extends Template>', corresponding supertype is 'Collection<Template>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/TemplateSelectionComposite.java:[131] 
	final TableComposite tableComposite= new ViewerUtils.TableComposite(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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/TemplateSelectionComposite.java:[147] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/TemplateSelectionComposite.java:[147] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/TemplateSelectionComposite.java:[159] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfigurator.java:[112] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfigurator.java:[230] 
	SpellingProblem.removeAllInActiveEditor((ITextEditor) this.sourceEditor, null);
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method removeAllInActiveEditor(ITextEditor, String) from the type SpellingProblem is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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
247. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/refactoring/ECommonsRefactoring.java (at line 32)
	return PreferenceUtils.getInstancePrefs().getPreferenceValue(PREF_SAVE_ALL_EDITORS);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/refactoring/ECommonsRefactoring.java:[32] 
	return PreferenceUtils.getInstancePrefs().getPreferenceValue(PREF_SAVE_ALL_EDITORS);
	                                                             ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.BooleanPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Boolean>', corresponding supertype is 'Preference<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/refactoring/ECommonsRefactoring.java:[36] 
	PreferenceUtils.setPrefValue(InstanceScope.INSTANCE, PREF_SAVE_ALL_EDITORS, save);
	                                                     ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.BooleanPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Boolean>', corresponding supertype is 'Preference<@NonNull Boolean>'
250. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/refactoring/ECommonsRefactoring.java (at line 36)
	PreferenceUtils.setPrefValue(InstanceScope.INSTANCE, PREF_SAVE_ALL_EDITORS, save);
	                                                                            ^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EditorTextInfoHoverProxy.java:[73] 
	return this.sourceEditorConfig.getSourceEditor();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ISourceEditor' needs unchecked conversion to conform to '@NonNull ISourceEditor'
252. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EditorTextInfoHoverProxy.java (at line 76)
	@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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EditorTextInfoHoverProxy.java:[103] 
	public @Nullable IRegion getHoverRegion(final ITextViewer textViewer, final int offset) {
	                                              ^^^^^^^^^^^
Illegal redefinition of parameter textViewer, inherited method from ITextHover does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EditorTextInfoHoverProxy.java:[108] 
	public @Nullable String getHoverInfo(final ITextViewer textViewer, final IRegion hoverRegion) {
	                                           ^^^^^^^^^^^
Illegal redefinition of parameter textViewer, inherited method from ITextHover does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EditorTextInfoHoverProxy.java:[108] 
	public @Nullable String getHoverInfo(final ITextViewer textViewer, final IRegion hoverRegion) {
	                                                                         ^^^^^^^
Illegal redefinition of parameter hoverRegion, inherited method from ITextHover does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EditorTextInfoHoverProxy.java:[113] 
	public @Nullable Object getHoverInfo2(final ITextViewer textViewer, final IRegion hoverRegion) {
	                                            ^^^^^^^^^^^
Illegal redefinition of parameter textViewer, inherited method from ITextHoverExtension2 does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/EditorTextInfoHoverProxy.java:[113] 
	public @Nullable Object getHoverInfo2(final ITextViewer textViewer, final IRegion hoverRegion) {
	                                                                          ^^^^^^^
Illegal redefinition of parameter hoverRegion, inherited method from ITextHoverExtension2 does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/ViewerDragSupport.java:[54] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/ViewerDragSupport.java:[61] 
	final Iterator iterator= selection.iterator();
	      ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/ViewerDragSupport.java:[73] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/ViewerDragSupport.java:[78] 
	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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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<IIndentSettings.@NonNull IndentationType,@NonNull String>'. Type 'EnumMap<K,V>' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/settings/IndentSettingsUI.java:[148] 
	.observe(db.getRealm(), model),
	         ^^^^^^^^^^^^^
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.2.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<IndentationType>() {
			@Override
			public void handleValueChange(final ValueChangeEvent<? extends IndentationType> 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<? super IIndentSettings.@Nullable IndentationType>' but this expression has type '', corresponding supertype is 'IValueChangeListener<IIndentSettings.@NonNull IndentationType>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/settings/IndentSettingsUI.java:[169] 
	.observe(db.getRealm(), model) );
	         ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/settings/IndentSettingsUI.java:[174] 
	.observe(db.getRealm(), model),
	         ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/settings/IndentSettingsUI.java:[183] 
	.observe(db.getRealm(), model) );
	         ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/settings/IndentSettingsUI.java:[188] 
	.observe(db.getRealm(), model) );
	         ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/settings/IndentSettingsUI.java:[195] 
	.observe(db.getRealm(), model),
	         ^^^^^^^^^^^^^
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.2.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.2.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.2.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.2.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.2.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.2.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.2.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<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ElementNameCompletionProposal.java:[113] 
	this.labelProvider.getStyledTextRegions(this.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/folding/FoldingAnnotation.java:[71] 
	&& ((AbstractFoldingPosition) this.position).update(newAnn.position) ) {
	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method update(AbstractFoldingPosition) belongs to the raw type AbstractFoldingPosition. References to generic type AbstractFoldingPosition<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/folding/FoldingAnnotation.java:[71] 
	&& ((AbstractFoldingPosition) this.position).update(newAnn.position) ) {
	     ^^^^^^^^^^^^^^^^^^^^^^^
AbstractFoldingPosition is a raw type. References to generic type AbstractFoldingPosition<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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(ISourceEditorCommandIds.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.2.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.2.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.2.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.2.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.2.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<Preference<?>,String>' needs unchecked conversion to conform to '@NonNull Map<@NonNull Preference<?>,@Nullable String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<Preference<?>, Object> preferences= this.registry.createPreferences(orderedCategories);
	                                                                              ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<ContentAssistCategory>' needs unchecked conversion to conform to '@NonNull List<@NonNull ContentAssistCategory>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<Preference<?>,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull Preference<?>,@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/SourceProposal.java:[181] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/SourceProposal.java:[181] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/SourceProposal.java:[361] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/SourceProposal.java:[438] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/SourceProposal.java:[440] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/SourceProposal.java:[524] 
	replacementLength= computeReplacementLength(replacementOffset, viewer.getSelectedRange(), modelCaret, true);
	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.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.2.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/ISourceEditor.java:[99] 
	return LTKSelectionUtils.toTextRegion(selectedRange);
	                                      ^^^^^^^^^^^^^
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.2.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> {
	                                                                                  ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<? super String>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<? super ElementName>) getComparator())
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Comparator<capture#2-of ? super String> to Comparator<? super ElementName>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/EnhTemplateStore.java:[34] 
	import org.eclipse.jface.text.templates.ContextTypeRegistry;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/EnhTemplateStore.java:[64] 
	public static class EnhTemplatePersistenceData extends org.eclipse.jface.text.templates.persistence.TemplatePersistenceData {
	                                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/EnhTemplateStore.java:[73] 
	super(template, enabled, id);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor TemplatePersistenceData(Template, boolean, String) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/EnhTemplateStore.java:[83] 
	return super.getId();
	             ^^^^^^^
The method getId() from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/EnhTemplateStore.java:[93] 
	return (isUserAdded() || super.isCustom());
	                               ^^^^^^^^^^
The method isCustom() from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/EnhTemplateStore.java:[98] 
	public void setTemplate(final Template template) {
	                              ^^^^^^^^
Illegal redefinition of parameter template, inherited method from TemplatePersistenceData does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/EnhTemplateStore.java:[99] 
	super.setTemplate(template);
	      ^^^^^^^^^^^^^^^^^^^^^
The method setTemplate(Template) from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/EnhTemplateStore.java:[104] 
	return super.getTemplate();
	       ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Template' needs unchecked conversion to conform to '@NonNull Template'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/EnhTemplateStore.java:[104] 
	return super.getTemplate();
	             ^^^^^^^^^^^^^
The method getTemplate() from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/EnhTemplateStore.java:[144] 
	data.setDeleted(enhData.isDeleted());
	                        ^^^^^^^^^^^
The method isDeleted() from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/EnhTemplateStore.java:[145] 
	data.setEnabled(enhData.isEnabled());
	                        ^^^^^^^^^^^
The method isEnabled() from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/EnhTemplateStore.java:[158] 
	previous.put(this.copy2enh.get(data), data);
	             ^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required 'EnhTemplateStore.@NonNull EnhTemplatePersistenceData' but this expression has type 'EnhTemplateStore.@Nullable EnhTemplatePersistenceData'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/EnhTemplateStore.java:[181] 
	enhData.setDeleted(false);
	        ^^^^^^^^^^^^^^^^^
The method setDeleted(boolean) from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/EnhTemplateStore.java:[182] 
	enhData.setEnabled(data.isEnabled());
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setEnabled(boolean) from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/EnhTemplateStore.java:[244] 
	protected void internalAdd(final org.eclipse.jface.text.templates.persistence.TemplatePersistenceData data) {
	                                                                              ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/EnhTemplateStore.java:[249] 
	public void add(final org.eclipse.jface.text.templates.persistence.TemplatePersistenceData data) {
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Illegal redefinition of parameter data, inherited method from TemplateStore does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/EnhTemplateStore.java:[249] 
	public void add(final org.eclipse.jface.text.templates.persistence.TemplatePersistenceData data) {
	                                                                   ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/EnhTemplateStore.java:[254] 
	public void delete(final org.eclipse.jface.text.templates.persistence.TemplatePersistenceData data) {
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Illegal redefinition of parameter data, inherited method from TemplateStore does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/EnhTemplateStore.java:[254] 
	public void delete(final org.eclipse.jface.text.templates.persistence.TemplatePersistenceData data) {
	                                                                      ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/EnhTemplateStore.java:[261] 
	private final ContextTypeRegistry registry;
	              ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/EnhTemplateStore.java:[266] 
	public EnhTemplateStore(final ContextTypeRegistry registry,
	                              ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/EnhTemplateStore.java:[274] 
	public ContextTypeRegistry getContextTypeRegistry() {
	       ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/EnhTemplateStore.java:[349] 
	enhData.setDeleted(data.isDeleted());
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setDeleted(boolean) from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/EnhTemplateStore.java:[350] 
	enhData.setEnabled(data.isEnabled());
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setEnabled(boolean) from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/EnhTemplateStore.java:[426] 
	protected void internalAdd(final org.eclipse.jface.text.templates.persistence.TemplatePersistenceData data) {
	                                                                              ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/EnhTemplateStore.java:[431] 
	public void add(final org.eclipse.jface.text.templates.persistence.TemplatePersistenceData data) {
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Illegal redefinition of parameter data, inherited method from TemplateStore does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/EnhTemplateStore.java:[431] 
	public void add(final org.eclipse.jface.text.templates.persistence.TemplatePersistenceData data) {
	                                                                   ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/EnhTemplateStore.java:[436] 
	public void delete(final org.eclipse.jface.text.templates.persistence.TemplatePersistenceData data) {
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Illegal redefinition of parameter data, inherited method from TemplateStore does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/EnhTemplateStore.java:[436] 
	public void delete(final org.eclipse.jface.text.templates.persistence.TemplatePersistenceData data) {
	                                                                      ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[28] 
	import org.eclipse.jface.internal.text.html.BrowserInformationControl;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BrowserInformationControl' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[29] 
	import org.eclipse.jface.internal.text.html.HTMLTextPresenter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'HTMLTextPresenter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[113] 
	if (BrowserInformationControl.isAvailable(parent)) {
	    ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BrowserInformationControl' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[113] 
	if (BrowserInformationControl.isAvailable(parent)) {
	                              ^^^^^^^^^^^
Discouraged access: The method 'BrowserInformationControl.isAvailable(Composite)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[114] 
	return new BrowserInformationControl(parent, JFaceResources.DIALOG_FONT, false) {
	           ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BrowserInformationControl' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[114] 
	return new BrowserInformationControl(parent, JFaceResources.DIALOG_FONT, false) {
	           ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'BrowserInformationControl(Shell, String, boolean)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[124] 
	setInput(new DefaultBrowserInformationInput(null, "", s.toString(),  //$NON-NLS-1$
	^^^^^^^^
Discouraged access: The method 'BrowserInformationControl.setInput(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[128] 
	setInput(new DefaultBrowserInformationInput(null, "", content, //$NON-NLS-1$
	^^^^^^^^
Discouraged access: The method 'BrowserInformationControl.setInput(Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[135] 
	return new DefaultInformationControl(parent, new HTMLTextPresenter(false));
	                                                 ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'HTMLTextPresenter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[135] 
	return new DefaultInformationControl(parent, new HTMLTextPresenter(false));
	                                                 ^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'HTMLTextPresenter(boolean)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[288] 
	this.assistPreferences.configure(this.contentAssistant);
	                                 ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ContentAssist' needs unchecked conversion to conform to '@NonNull ContentAssistant'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[291] 
	this.assistPreferences.configure(this.quickAssistant);
	                                 ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IQuickAssistAssistant' needs unchecked conversion to conform to '@NonNull IQuickAssistAssistant'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[375] 
	prefixes[0]= new String(IndentUtil.repeat(' ', settings.getIndentSpacesCount()));
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[402] 
	this.assistPreferences.configure(this.contentAssistant);
	                                 ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ContentAssist' needs unchecked conversion to conform to '@NonNull ContentAssistant'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[421] 
	assistant.setRestoreCompletionProposalSize(DialogUtils.getDialogSettings(LTKUIPlugin.getInstance(), "ContentAssist.Proposal.size")); //$NON-NLS-1$
	                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'LTKUIPlugin' needs unchecked conversion to conform to '@NonNull AbstractUIPlugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[439] 
	this.assistPreferences.configure(this.quickAssistant);
	                                 ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IQuickAssistAssistant' needs unchecked conversion to conform to '@NonNull IQuickAssistAssistant'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[588] 
	protected Map getHyperlinkDetectorTargets(final ISourceViewer sourceViewer) {
	          ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[588] 
	protected Map getHyperlinkDetectorTargets(final ISourceViewer sourceViewer) {
	          ^^^
Type safety: The return type Map for getHyperlinkDetectorTargets(ISourceViewer) from the type SourceEditorViewerConfiguration needs unchecked conversion to conform to Map<String,IAdaptable> from the type TextSourceViewerConfiguration
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[634] 
	assistant.setContentAssistProcessor(getTemplateVariableProcessor(), 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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorViewerConfiguration.java:[660] 
	final Iterator iter= contextType.resolvers();
	      ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[54] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[54] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[79] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[79] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[109] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[112] 
	|| 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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[142] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[172] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[213] 
	private final ModelElementInputProvider modelProvider;
	              ^^^^^^^^^^^^^^^^^^^^^^^^^
ModelElementInputProvider is a raw type. References to generic type ModelElementInputProvider<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[218] 
	private final ModelElementInputListener elementChangeListener;
	              ^^^^^^^^^^^^^^^^^^^^^^^^^
ModelElementInputListener is a raw type. References to generic type ModelElementInputListener<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[233] 
	public PostSelectionWithElementInfoController(final ModelElementInputProvider modelProvider,
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^
ModelElementInputProvider is a raw type. References to generic type ModelElementInputProvider<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[239] 
	this.elementChangeListener= new ModelElementInputListener() {
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^
ModelElementInputListener is a raw type. References to generic type ModelElementInputListener<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[241] 
	public void elementChanged(final LtkModelElement element) {
	                                 ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[241] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[254] 
	public void elementInitialInfo(final LtkModelElement element) {
	                                     ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[254] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[258] 
	public void elementUpdatedInfo(final LtkModelElement element, final LtkModelElementDelta delta) {
	                                     ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[261] 
	private void checkUpdate(final LtkModelElement element) {
	                               ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[273] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[277] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[279] 
	this.modelProvider.addListener(this.elementChangeListener);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addListener(ModelElementInputListener) belongs to the raw type ModelElementInputProvider. References to generic type ModelElementInputProvider<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[279] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[305] 
	this.modelProvider.removeListener(this.elementChangeListener);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method removeListener(ModelElementInputListener) belongs to the raw type ModelElementInputProvider. References to generic type ModelElementInputProvider<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[305] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[306] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[307] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[317] 
	this.listeners.add(listener);
	                   ^^^^^^^^
Null type safety (type annotations): The expression of type 'ISelectionWithElementInfoListener' needs unchecked conversion to conform to '@NonNull ISelectionWithElementInfoListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionWithElementInfoController.java:[318] 
	this.newListeners.add(listener);
	                      ^^^^^^^^
Null type safety (type annotations): The expression of type 'ISelectionWithElementInfoListener' needs unchecked conversion to conform to '@NonNull ISelectionWithElementInfoListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/InformationDispatchHandler.java:[50] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/LTKUIPlugin.java:[76] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/LTKUIPlugin.java:[77] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/LTKUIPlugin.java:[84] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/LTKUIPlugin.java:[118] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/internal/ltk/ui/LTKUIPlugin.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/ViewerSourceEditorAdapter.java:[72] 
	public SourceViewer getViewer() {
	       ^^^^^^^^^^^^
The return type is incompatible with '@NonNull SourceViewer' returned from ISourceEditor.getViewer() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/ViewerSourceEditorAdapter.java:[77] 
	public DocContentSections getDocumentContentInfo() {
	       ^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull DocContentSections' returned from ISourceEditor.getDocumentContentInfo() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/ViewerSourceEditorAdapter.java:[102] 
	public <T> T getAdapter(final Class<T> adapterType) {
	                              ^^^^^
Missing non-null annotation: inherited method from IAdaptable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/ViewerSourceEditorAdapter.java:[103] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/AbstractOpenDeclarationHandler.java:[44] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/AbstractOpenDeclarationHandler.java:[46] 
	final ISourceEditor editor= activePart.getAdapter(ISourceEditor.class);
	                            ^^^^^^^^^^
Potential null pointer access: The variable activePart may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/TextHandlerUtil.java:[25] 
	private static final boolean IS_MAC, IS_GTK, IS_MOTIF;
	                                     ^^^^^^
The value of the field TextHandlerUtil.IS_GTK is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/TextHandlerUtil.java:[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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/LTKInputData.java:[68] 
	final ISelection selection= this.selectionProvider.getSelection();
	                                 ^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateCompletionComputer.java:[119] 
	final ISourceViewer viewer= context.getSourceViewer();
	                    ^^^^^^
The value of the local variable viewer is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateCompletionComputer.java:[123] 
	if (!handleRequest(mode, prefix)) {
	                         ^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateCompletionComputer.java:[128] 
	region= new BasicTextRegion(context.getInvocationOffset() - prefix.length(), context.getInvocationOffset());
	                                                            ^^^^^^
Potential null pointer access: The variable prefix may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateCompletionComputer.java:[140] 
	if (prefix.length() == context.getLength()) {
	    ^^^^^^
Potential null pointer access: The variable prefix may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateCompletionComputer.java:[160] 
	new SearchPattern(getSearchMatchRules(), prefix),
	                                         ^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/TemplateCompletionComputer.java:[287] 
	return new TemplateProposal(parameters, getImage(parameters.template));
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Image' but this expression has type '@Nullable Image'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/ContentAssistCategory.java:[52] 
	private final int sortOrder= 0x10000;
	                  ^^^^^^^^^
The value of the field ContentAssistCategory.sortOrder is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/SourceEditorTextHandler.java:[193] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/SourceEditorTextHandler.java:[200] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/SourceEditorTextHandler.java:[248] 
	new LinkedPosition(data.getDocument(), offset, 0) );
	                   ^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/SourceEditorTextHandler.java:[303] 
	new LinkedPosition(data.getDocument(), offset, 0) );
	                   ^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/SourceEditorTextHandler.java:[365] 
	new LinkedPosition(data.getDocument(), data.getCaretDocOffset(), 0) );
	                   ^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/SourceEditorTextHandler.java:[381] 
	new LinkedPosition(data.getDocument(), data.getCaretDocOffset(), 0) );
	                   ^^^^^^^^^^^^^^^^^^
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.2.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1OutlinePage.java:[112] 
	final AstInfo ast= ((SourceUnit)inputElement).getAstInfo(SourceEditor1OutlinePage.this.mainType, false, null);
	                                                                                                        ^^^^
Null type mismatch: required '@NonNull IProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1OutlinePage.java:[123] 
	final AstInfo ast= ((SourceUnit)inputElement).getAstInfo(SourceEditor1OutlinePage.this.mainType, false, null); 
	                                                                                                        ^^^^
Null type mismatch: required '@NonNull IProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1OutlinePage.java:[206] 
	public void stateChanged(final LTKInputData state) {
	                               ^^^^^^^^^^^^
Illegal redefinition of parameter state, inherited method from ISelectionWithElementInfoListener does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1OutlinePage.java:[210] 
	if (!isUpToDate(state.getInputInfo().getStamp())) {
	                ^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getInputInfo() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1OutlinePage.java:[237] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1OutlinePage.java:[237] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1OutlinePage.java:[274] 
	this.editor.getModelInputProvider().addListener(this);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addListener(ModelElementInputListener) belongs to the raw type ModelElementInputProvider. References to generic type ModelElementInputProvider<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1OutlinePage.java:[275] 
	getViewer().setInput(this.inputUnit);
	^^^^^^^^^^^
Potential null pointer access: The method getViewer() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1OutlinePage.java:[315] 
	service.activateContext("org.eclipse.statet.ltk.contexts.EditSource1MenuSet"); //$NON-NLS-1$
	^^^^^^^
Potential null pointer access: The variable service may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1OutlinePage.java:[353] 
	|| 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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1OutlinePage.java:[353] 
	|| isUpToDate(SourceEditor1OutlinePage.this.contentProvider.getStamp(element)) ) {
	                                                                     ^^^^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable LtkModelElement<capture#of ?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1OutlinePage.java:[369] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1OutlinePage.java:[377] 
	this.editor.getModelInputProvider().removeListener(this);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method removeListener(ModelElementInputListener) belongs to the raw type ModelElementInputProvider. References to generic type ModelElementInputProvider<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1OutlinePage.java:[422] 
	viewer.setSelection(StructuredSelection.EMPTY);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'StructuredSelection' needs unchecked conversion to conform to '@NonNull ISelection'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1OutlinePage.java:[449] 
	if (inputUnit.equals(data.getInputElement())) {
	    ^^^^^^^^^
Potential null pointer access: The variable inputUnit may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AssistInvocationContext.java:[129] 
	this.modelInfo= this.sourceUnit.getModelInfo(type, synch, monitor);
	                     ^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AssistInvocationContext.java:[130] 
	this.astInfo= this.modelInfo != null ? this.modelInfo.getAst() : this.sourceUnit.getAstInfo(type, true, monitor);
	                                            ^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AssistInvocationContext.java:[130] 
	this.astInfo= this.modelInfo != null ? this.modelInfo.getAst() : this.sourceUnit.getAstInfo(type, true, monitor);
	                                                                      ^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AssistInvocationContext.java:[162] 
	return getSourceViewer().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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AssistInvocationContext.java:[275] 
	if (this.astInfo == null || this.astInfo.getRoot() == null) {
	                                 ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AssistInvocationContext.java:[278] 
	selection= AstSelection.search(this.astInfo.getRoot(),
	                                    ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AssistInvocationContext.java:[288] 
	if (this.astInfo == null || this.astInfo.getRoot() == null) {
	                                 ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AssistInvocationContext.java:[291] 
	selection= AstSelection.search(this.astInfo.getRoot(),
	                                    ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/SimpleCompletionProposal.java:[58] 
	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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/settings/DecorationPreferences.java:[36] 
	this.fMatchingBracketsEnabled= new BooleanPref(commonQualifier, MATCHING_BRACKET_ENABLED_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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/settings/DecorationPreferences.java:[37] 
	this.fMatchingBracketsColor= new RGBPref(commonQualifier, MATCHING_BRACKET_COLOR_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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/ToggleCommentHandler.java:[64] 
	Pattern pattern= DEFAULT_PREFIX_MAP.get(prefix);
	                                        ^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/ToggleCommentHandler.java:[66] 
	pattern= Pattern.compile("^[ \\t]*(" + Pattern.quote(prefix) + ")"); //$NON-NLS-1$ //$NON-NLS-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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/ToggleCommentHandler.java:[67] 
	DEFAULT_PREFIX_MAP.putIfAbsent(prefix, pattern);
	                               ^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/ToggleCommentHandler.java:[96] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/ToggleCommentHandler.java:[117] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/ToggleCommentHandler.java:[208] 
	final IRegion block= EditorUtils.getTextBlockFromSelection(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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/ToggleCommentHandler.java:[265] 
	final int[] found= TextUtilities.indexOf(prefixes, text, 0);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method indexOf(String[], String, int) from the type TextUtilities is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/ToggleCommentHandler.java:[319] 
	DocumentRewriteSessionType.STRICTLY_SEQUENTIAL );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'DocumentRewriteSessionType' needs unchecked conversion to conform to '@NonNull DocumentRewriteSessionType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/ToggleCommentHandler.java:[345] 
	DocumentRewriteSessionType.STRICTLY_SEQUENTIAL );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'DocumentRewriteSessionType' needs unchecked conversion to conform to '@NonNull DocumentRewriteSessionType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/ToggleCommentHandler.java:[371] 
	final int[] found= TextUtilities.indexOf(prefixes, text, 0);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method indexOf(String[], String, int) from the type TextUtilities is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/ToggleCommentHandler.java:[403] 
	DocumentRewriteSessionType.STRICTLY_SEQUENTIAL );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'DocumentRewriteSessionType' needs unchecked conversion to conform to '@NonNull DocumentRewriteSessionType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/ToggleCommentHandler.java:[416] 
	statusLine.setMessage(true, EditingMessages.ToggleCommentAction_error, null);
	^^^^^^^^^^
Potential null pointer access: The variable statusLine may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/ToggleShowWhitespaceHandler.java:[27] 
	import org.eclipse.statet.ecommons.ui.actions.TogglePreferenceEnablementHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type TogglePreferenceEnablementHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/ToggleShowWhitespaceHandler.java:[34] 
	public class ToggleShowWhitespaceHandler extends TogglePreferenceEnablementHandler {
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type TogglePreferenceEnablementHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor TogglePreferenceEnablementHandler(Preference<Boolean>, String) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/ToggleSoftWordWrapHandler.java:[21] 
	import org.eclipse.statet.ecommons.ui.actions.TogglePreferenceEnablementHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type TogglePreferenceEnablementHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/ToggleSoftWordWrapHandler.java:[28] 
	public class ToggleSoftWordWrapHandler extends TogglePreferenceEnablementHandler {
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type TogglePreferenceEnablementHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/ToggleSoftWordWrapHandler.java:[36] 
	super(pref, ITextEditorActionDefinitionIds.WORD_WRAP);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor TogglePreferenceEnablementHandler(Preference<Boolean>, String) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/CombinedHover.java:[42] 
	public CombinedHover() {
	       ^^^^^^^^^^^^^^^
The @NonNull field descriptors may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/CombinedHover.java:[42] 
	public CombinedHover() {
	       ^^^^^^^^^^^^^^^
The @NonNull field instantiatedHovers may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/CombinedHover.java:[62] 
	if (descriptors == null) {
			return null;
		}
	                         ^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/CombinedHover.java:[73] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringBasedStatus.java:[38] 
	public String getPlugin() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from IStatus.getPlugin() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringBasedStatus.java:[53] 
	public String getMessage() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from IStatus.getMessage() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringBasedStatus.java:[73] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/SourceEditorContextType.java:[138] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/SourceEditorContextType.java:[280] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/SourceEditorContextType.java:[287] 
	final boolean multiLine= (TextUtilities.indexOf(ln, value, 0)[0] != -1);
	                                        ^^^^^^^^^^^^^^^^^^^^^
The method indexOf(String[], String, int) from the type TextUtilities is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/SourceEditorContextType.java:[296] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/SourceEditorContextType.java:[299] 
	final int[] search= TextUtilities.indexOf(ln, temp.toString(), offset);
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method indexOf(String[], String, int) from the type TextUtilities is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AdvancedInfoHoverConfigurationBlock.java:[69] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AdvancedInfoHoverConfigurationBlock.java:[95] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AdvancedInfoHoverConfigurationBlock.java:[100] 
	setupPreferenceManager(prefs);
	                       ^^^^^
Null type safety (type annotations): The expression of type 'Map<Preference<?>,String>' needs unchecked conversion to conform to '@NonNull Map<@NonNull Preference<?>,@Nullable String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AdvancedInfoHoverConfigurationBlock.java:[117] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AdvancedInfoHoverConfigurationBlock.java:[127] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AdvancedInfoHoverConfigurationBlock.java:[138] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AdvancedInfoHoverConfigurationBlock.java:[211] 
	final List<InfoHoverDescriptor> updated= this.registry.applyPreferences(this, this.descriptors);
	                                                                              ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<InfoHoverDescriptor>' needs unchecked conversion to conform to '@NonNull List<@NonNull InfoHoverDescriptor>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AdvancedInfoHoverConfigurationBlock.java:[219] 
	setPrefValues(this.registry.toPreferencesMap(this.descriptors));
	                                             ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<InfoHoverDescriptor>' needs unchecked conversion to conform to '@NonNull List<@NonNull InfoHoverDescriptor>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/AssistProposalCollector.java:[47] 
	return this.proposals.values().toArray(new AssistProposal[this.proposals.size()]);
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[70] 
	public static LtkModelElement @Nullable [] getSelectedElements(final @Nullable ISelection selection) {
	              ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[77] 
	public static LtkModelElement @Nullable [] getSelectedElements(final IStructuredSelection selection) {
	              ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[78] 
	final LtkModelElement[] elements= new @NonNull LtkModelElement[selection.size()];
	      ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[83] 
	elements[i]= (LtkModelElement) next;
	              ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[120] 
	public static SourceStructElement @Nullable [] getSelectedSourceStructElements(
	              ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[128] 
	public static SourceStructElement @Nullable [] getSelectedSourceStructElements(
	              ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[130] 
	final SourceStructElement[] elements= new @NonNull SourceStructElement[selection.size()];
	      ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[135] 
	elements[i]= (SourceStructElement) next;
	              ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[160] 
	elements[i]= ((IAdaptable) next).getAdapter(IFile.class);
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IFile' but this expression has type '@Nullable IFile'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[170] 
	public static SourceStructElement @Nullable [] getSelectedSourceStructElement(
	              ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[173] 
	final SourceStructElement root= suModel.getSourceElement();
	      ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/util/LTKSelectionUtils.java:[179] 
	LtkModelUtils.getCoveringSourceElement(root, selectionStart, selectionEnd),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull SourceStructElement' but this expression has type '@Nullable SourceStructElement'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[107] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[112] 
	public void documentAboutToBeChanged(final DocumentEvent event) {
	                                           ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IDocumentListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[115] 
	public void documentChanged(final DocumentEvent event) {
	                                  ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IDocumentListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[223] 
	this.sourceViewer.addSelectionChangedListener(this.updater);
	                                              ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SnippetEditor.Updater' needs unchecked conversion to conform to '@NonNull ISelectionChangedListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SnippetEditor.java:[305] 
	public void menuAboutToShow(final IMenuManager mgr) {
	                                  ^^^^^^^^^^^^
Missing non-null annotation: inherited method from IMenuListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/QuickAssistProcessor.java:[98] 
	return this.proposal.getImage();
	       ^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Image' but this expression has type '@Nullable Image'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/QuickAssistProcessor.java:[123] 
	public boolean validate(final IDocument document, final int offset, final DocumentEvent event) {
	                                                                          ^^^^^^^^^^^^^
Illegal redefinition of parameter event, inherited method from ICompletionProposalExtension2 declares this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/QuickAssistProcessor.java:[142] 
	this.proposal.apply(viewer.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/QuickAssistProcessor.java:[217] 
	final String contentType= TextUtils.getContentType(this.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/QuickAssistProcessor.java:[227] 
	if (viewer == null) {
				return null;
			}
	                    ^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/QuickAssistProcessor.java:[283] 
	final Iterator<Annotation> iter= model.getAnnotationIterator();
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Iterator<Annotation>' needs unchecked conversion to conform to 'Iterator<@NonNull Annotation>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/QuickAssistProcessor.java:[291] 
	if (!isMatchingPosition(model.getPosition(annotation), offset)) {
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/AbstractAutoEditStrategy.java:[161] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/AbstractAutoEditStrategy.java:[199] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/AbstractAutoEditStrategy.java:[199] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/AbstractAutoEditStrategy.java:[204] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/AbstractAutoEditStrategy.java:[255] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/AbstractAutoEditStrategy.java:[255] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/AbstractAutoEditStrategy.java:[259] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/PathCompletionComputor.java:[152] 
	return image;
	       ^^^^^
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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/PathCompletionComputor.java:[313] 
	tryAlternative(context, path, offset - segmentPrefix.length(), segmentPrefix, 
	                                       ^^^^^^^^^^^^^
Potential null pointer access: The variable segmentPrefix may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/PathCompletionComputor.java:[319] 
	context, offset - segmentPrefix.length(), segmentPrefix);
	                  ^^^^^^^^^^^^^
Potential null pointer access: The variable segmentPrefix may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/PathCompletionComputor.java:[320] 
	doAddChildren(parameters, baseStore, completionPrefix, proposals);
	                                     ^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/PathCompletionComputor.java:[433] 
	baseStore.getChild(name), null, completionPrefix,
	^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IFileStore' needs unchecked conversion to conform to '@NonNull IFileStore'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/PathCompletionComputor.java:[433] 
	baseStore.getChild(name), null, completionPrefix,
	                          ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/PathCompletionComputor.java:[434] 
	workspaceRef ));
	^^^^^^^^^^^^
Null type mismatch: required '@NonNull IContainer' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/PathCompletionComputor.java:[455] 
	path= PathUtils.check(homePath.append(path.removeFirstSegments(1)));
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IPath' but this expression has type '@Nullable IPath'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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<T> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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<StrategyEntry> fStrategies= new FastList<>(StrategyEntry.class, ListenerList.EQUALITY);
	              ^^^^^^^^
The type FastList<EcoReconciler.StrategyEntry> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<StrategyEntry> fStrategies= new FastList<>(StrategyEntry.class, ListenerList.EQUALITY);
	                                                       ^^^^^^^^
The type FastList is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<StrategyEntry> fStrategies= new FastList<>(StrategyEntry.class, ListenerList.EQUALITY);
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor FastList<EcoReconciler.StrategyEntry>(Class<EcoReconciler.StrategyEntry>, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<EcoReconciler.StrategyEntry> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<EcoReconciler.StrategyEntry> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/LinkedNamesAssistProposal.java:[222] 
	return LTKUI.getImages().get(LTKUI.OBJ_TEXT_LINKEDRENAME_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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/presentation/AbstractTextStylesConfigurationBlock.java:[187] 
	super(name, children);
	            ^^^^^^^^
Null type safety (type annotations): The expression of type 'AbstractTextStylesConfigurationBlock.SyntaxNode[]' needs unchecked conversion to conform to 'ViewerUtils.@NonNull Node @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/presentation/AbstractTextStylesConfigurationBlock.java:[196] 
	this.preferences= ImCollections.toList(prefs);
	                                       ^^^^^
Null type safety (type annotations): The expression of type 'List<AbstractTextStylesConfigurationBlock.SyntaxNode.PrefProperty>' needs unchecked conversion to conform to '@NonNull Collection<? extends AbstractTextStylesConfigurationBlock.SyntaxNode.PrefProperty>', corresponding supertype is 'Collection<AbstractTextStylesConfigurationBlock.SyntaxNode.PrefProperty>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/presentation/AbstractTextStylesConfigurationBlock.java:[317] 
	public Class<UseStyle> getUsageType() {
	       ^^^^^
The return type is incompatible with '@NonNull Class<AbstractTextStylesConfigurationBlock.SyntaxNode.UseStyle>' returned from Preference<AbstractTextStylesConfigurationBlock.SyntaxNode.UseStyle>.getUsageType() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/presentation/AbstractTextStylesConfigurationBlock.java:[321] 
	public UseStyle store2Usage(final String storeValue) {
	                                  ^^^^^^
Missing nullable annotation: inherited method from Preference<AbstractTextStylesConfigurationBlock.SyntaxNode.UseStyle> specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/presentation/AbstractTextStylesConfigurationBlock.java:[335] 
	super(name, description, children, ImCollections.newList(availableStyles));
	                                                         ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'AbstractTextStylesConfigurationBlock.SyntaxNode.UseStyle[]' needs unchecked conversion to conform to 'AbstractTextStylesConfigurationBlock.SyntaxNode.UseStyle @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/presentation/AbstractTextStylesConfigurationBlock.java:[342] 
	prefs.add(new PrefProperty(new RGBPref(null, getColorKey()), PROP_COLOR));
	                                       ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/presentation/AbstractTextStylesConfigurationBlock.java:[342] 
	prefs.add(new PrefProperty(new RGBPref(null, getColorKey()), PROP_COLOR));
	                                             ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/presentation/AbstractTextStylesConfigurationBlock.java:[343] 
	prefs.add(new PrefProperty(new Preference.BooleanPref(null, getBoldKey()), PROP_BOLD));
	                                                      ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/presentation/AbstractTextStylesConfigurationBlock.java:[343] 
	prefs.add(new PrefProperty(new Preference.BooleanPref(null, getBoldKey()), PROP_BOLD));
	                                                            ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/presentation/AbstractTextStylesConfigurationBlock.java:[344] 
	prefs.add(new PrefProperty(new Preference.BooleanPref(null, getItalicKey()), PROP_ITALIC));
	                                                      ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/presentation/AbstractTextStylesConfigurationBlock.java:[344] 
	prefs.add(new PrefProperty(new Preference.BooleanPref(null, getItalicKey()), PROP_ITALIC));
	                                                            ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/presentation/AbstractTextStylesConfigurationBlock.java:[345] 
	prefs.add(new PrefProperty(new Preference.BooleanPref(null, getUnderlineKey()), PROP_UNDERLINE));
	                                                      ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/presentation/AbstractTextStylesConfigurationBlock.java:[345] 
	prefs.add(new PrefProperty(new Preference.BooleanPref(null, getUnderlineKey()), PROP_UNDERLINE));
	                                                            ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/presentation/AbstractTextStylesConfigurationBlock.java:[346] 
	prefs.add(new PrefProperty(new Preference.BooleanPref(null, getStrikethroughKey()), PROP_STRIKETHROUGH));
	                                                      ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/presentation/AbstractTextStylesConfigurationBlock.java:[346] 
	prefs.add(new PrefProperty(new Preference.BooleanPref(null, getStrikethroughKey()), PROP_STRIKETHROUGH));
	                                                            ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/presentation/AbstractTextStylesConfigurationBlock.java:[441] 
	prefs.add(new PrefProperty(new RGBPref(null, getColorKey()), PROP_COLOR));
	                                       ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/presentation/AbstractTextStylesConfigurationBlock.java:[441] 
	prefs.add(new PrefProperty(new RGBPref(null, getColorKey()), PROP_COLOR));
	                                             ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/presentation/AbstractTextStylesConfigurationBlock.java:[474] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/presentation/AbstractTextStylesConfigurationBlock.java:[483] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/presentation/AbstractTextStylesConfigurationBlock.java:[483] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/presentation/AbstractTextStylesConfigurationBlock.java:[515] 
	private static final Class<List<UseStyle>> List_UseStyle_TYPE= (Class)List.class;
	                                                               ^^^^^^^^^^^^^^^^^
Type safety: The expression of type Class needs unchecked conversion to conform to Class<List<AbstractTextStylesConfigurationBlock.SyntaxNode.UseStyle>>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/presentation/AbstractTextStylesConfigurationBlock.java:[515] 
	private static final Class<List<UseStyle>> List_UseStyle_TYPE= (Class)List.class;
	                                                                ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/presentation/AbstractTextStylesConfigurationBlock.java:[565] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/presentation/AbstractTextStylesConfigurationBlock.java:[577] 
	addLinkHeader(pageComposite, Messages.SyntaxColoring_link);
	              ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/presentation/AbstractTextStylesConfigurationBlock.java:[596] 
	final Point size= ViewerUtils.calculateTreeSizeHint(this.selectionViewer.getControl(), this.rootNodes, 9);
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/presentation/AbstractTextStylesConfigurationBlock.java:[596] 
	final Point size= ViewerUtils.calculateTreeSizeHint(this.selectionViewer.getControl(), this.rootNodes, 9);
	                                                                                       ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'AbstractTextStylesConfigurationBlock.SyntaxNode[]' needs unchecked conversion to conform to 'ViewerUtils.@NonNull Node @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/presentation/AbstractTextStylesConfigurationBlock.java:[643] 
	ViewerUtils.addDoubleClickExpansion(this.selectionViewer);
	                                    ^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/presentation/AbstractTextStylesConfigurationBlock.java:[654] 
	gd.widthHint= LayoutUtils.hintWidth(this.useViewer.getCombo(), new String[] {
							"XXXXXXXXXXXXXXX", //$NON-NLS-1$
							Messages.SyntaxColoring_Use_CustomStyle_label,
							Messages.SyntaxColoring_Use_NoExtraStyle_label }); 
	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/presentation/AbstractTextStylesConfigurationBlock.java:[770] 
	.observe(this.selectionViewer);
	         ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TreeViewer' needs unchecked conversion to conform to '@NonNull Viewer'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/presentation/AbstractTextStylesConfigurationBlock.java:[773] 
	public void handleValueChange(final ValueChangeEvent<? extends SyntaxNode> event) {
	                                    ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IValueChangeListener<AbstractTextStylesConfigurationBlock.SyntaxNode> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/presentation/AbstractTextStylesConfigurationBlock.java:[786] 
	public IObservableList<UseStyle> createObservable(final List<UseStyle> target) {
	       ^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull IObservableList<AbstractTextStylesConfigurationBlock.SyntaxNode.UseStyle>' returned from IObservableFactory<List<AbstractTextStylesConfigurationBlock.SyntaxNode.UseStyle>,IObservableList<AbstractTextStylesConfigurationBlock.SyntaxNode.UseStyle>>.createObservable(List<AbstractTextStylesConfigurationBlock.SyntaxNode.UseStyle>) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/presentation/AbstractTextStylesConfigurationBlock.java:[786] 
	public IObservableList<UseStyle> createObservable(final List<UseStyle> target) {
	                                                        ^^^^
Missing non-null annotation: inherited method from IObservableFactory<List<AbstractTextStylesConfigurationBlock.SyntaxNode.UseStyle>,IObservableList<AbstractTextStylesConfigurationBlock.SyntaxNode.UseStyle>> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/presentation/AbstractTextStylesConfigurationBlock.java:[796] 
	public void handleValueChange(final ValueChangeEvent<? extends UseStyle> event) {
	                                    ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IValueChangeListener<AbstractTextStylesConfigurationBlock.SyntaxNode.UseStyle> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/presentation/AbstractTextStylesConfigurationBlock.java:[805] 
	.observe(this.useViewer),
	         ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ComboViewer' needs unchecked conversion to conform to '@NonNull Viewer'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/presentation/AbstractTextStylesConfigurationBlock.java:[814] 
	.observe(this.boldCheckbox),
	         ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Button' needs unchecked conversion to conform to '@NonNull Button'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/presentation/AbstractTextStylesConfigurationBlock.java:[821] 
	.observe(this.italicCheckbox),
	         ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Button' needs unchecked conversion to conform to '@NonNull Button'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/presentation/AbstractTextStylesConfigurationBlock.java:[829] 
	.observe(this.strikethroughCheckbox),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Button' needs unchecked conversion to conform to '@NonNull Button'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/presentation/AbstractTextStylesConfigurationBlock.java:[836] 
	.observe(this.underlineCheckbox),
	         ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Button' needs unchecked conversion to conform to '@NonNull Button'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/presentation/AbstractTextStylesConfigurationBlock.java:[910] 
	final StringBuilder description= new StringBuilder(tooltip);
	                                                   ^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[29] 
	import org.eclipse.jface.text.templates.ContextTypeRegistry;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[90] 
	protected AbstractEditorTemplatesPage(final EnhTemplateStore templateStore,
			final ITextEditor editorPart, final ISourceEditor sourceEditor) {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field previewEditor may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[112] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[114] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[123] 
	protected ContextTypeRegistry getContextTypeRegistry() {
	          ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[135] 
	if (sourceEditor == null) {
			return false;
		}
	                          ^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[235] 
	public void handleSettingsChanged(final Set<String> groupIds, final Map<String, Object> options) {
	                                        ^^^
Illegal redefinition of parameter groupIds, inherited method from ISettingsChangedHandler does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[235] 
	public void handleSettingsChanged(final Set<String> groupIds, final Map<String, Object> options) {
	                                                                    ^^^
Illegal redefinition of parameter options, inherited method from ISettingsChangedHandler does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[255] 
	final TemplateContextType type= getContextTypeRegistry().getContextType(template.getContextTypeId());
	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getContextType(String) from the type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[273] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[280] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[309] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[313] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/AbstractEditorTemplatesPage.java:[313] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceDocumentProvider.java:[61] 
	if (modelTypeId == null) {
			throw new NullPointerException("modelTypeId"); //$NON-NLS-1$
		}
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceDocumentProvider.java:[85] 
	rinfo.workingCopy.disconnect(m.newChild(1));
	      ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceDocumentProvider.java:[97] 
	protected @Nullable FileInfo createFileInfo(final Object element) throws CoreException {
	                                                  ^^^^^^
Illegal redefinition of parameter element, inherited method from TextFileDocumentProvider does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceDocumentProvider.java:[122] 
	pUnit, true, m.newChild(1) );
	^^^^^
Null type mismatch: required '@NonNull Object' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceDocumentProvider.java:[134] 
	store, true, m.newChild(1) );
	^^^^^
Null type safety (type annotations): The expression of type 'IFileStore' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceDocumentProvider.java:[154] 
	return (T)((SourceFileInfo)fileInfo).workingCopy;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from SourceUnit to T
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/NewDocTemplateGenerateWizardPage.java:[66] 
	return this.config.getTemplates().findTemplate(this.categoryId,
	                                               ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/NewDocTemplateGenerateWizardPage.java:[67] 
	getDefaultTemplateName() );
	^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/NewDocTemplateGenerateWizardPage.java:[80] 
	final List<? extends TemplatePersistenceData> templateDatas= this.config.getTemplates().getTemplates(this.categoryId);
	                                                                                                     ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/NewDocTemplateGenerateWizardPage.java:[83] 
	final Template template= templateData.getTemplate();
	                         ^^^^^^^^^^^^
Potential null pointer access: The variable templateData may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorProgressHandler.java:[57] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorProgressHandler.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditorProgressHandler.java:[80] 
	public void run(final IProgressMonitor monitor)
	                      ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IRunnableWithProgress specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/TextViewerEditorColorUpdater.java:[65] 
	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.2.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.2.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.2.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<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/MultiContentSectionElementSearchContributionItem.java:[90] 
	public void setInitializationData(final IConfigurationElement config,
	                                        ^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IExecutableExtension specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/MultiContentSectionElementSearchContributionItem.java:[91] 
	final String propertyName, final Object data) throws CoreException {
	      ^^^^^^
Missing non-null annotation: inherited method from IExecutableExtension specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/MultiContentSectionElementSearchContributionItem.java:[91] 
	final String propertyName, final Object data) throws CoreException {
	                                 ^^^^^^
Missing nullable annotation: inherited method from IExecutableExtension specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/MultiContentSectionElementSearchContributionItem.java:[106] 
	public void initialize(final IServiceLocator serviceLocator) {
	                             ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IWorkbenchContribution specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/MultiContentSectionElementSearchContributionItem.java:[111] 
	((IWorkbenchContribution) item).initialize(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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/MultiContentSectionElementSearchContributionItem.java:[153] 
	((IWorkbenchContribution) newItem).initialize(this.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/MultiContentSectionElementSearchContributionItem.java:[177] 
	this.sections.getType(viewer.getDocument(), viewer.getSelectedRange().x) );
	                      ^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionCancelExtension.java:[53] 
	public void documentAboutToBeChanged(final DocumentEvent event) {
	                                           ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IDocumentListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/PostSelectionCancelExtension.java:[58] 
	public void documentChanged(final DocumentEvent event) {
	                                  ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IDocumentListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/OutlineContentProvider.java:[36] 
	private static final SourceStructElement[] NO_CHILDREN= new SourceStructElement[0];
	                     ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/OutlineContentProvider.java:[74] 
	protected SourceStructElement[] getElements(final @Nullable SourceUnitModelInfo modelInfo) {
	          ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/OutlineContentProvider.java:[76] 
	final List<? extends SourceStructElement> children= modelInfo.getSourceElement()
	                     ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/OutlineContentProvider.java:[83] 
	protected @Nullable SourceStructElement getParent(final SourceStructElement<?, ?> element) {
	                    ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/OutlineContentProvider.java:[92] 
	protected SourceStructElement[] getChildren(final @Nullable SourceStructElement<?, ?> element) {
	          ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/OutlineContentProvider.java:[94] 
	final List<? extends SourceStructElement> children= element
	                     ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[51] 
	private final CopyOnWriteIdentityListSet<ModelElementInputListener> listenerList= new CopyOnWriteIdentityListSet<>();
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^
ModelElementInputListener is a raw type. References to generic type ModelElementInputListener<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[52] 
	private final CopyOnWriteIdentityListSet<ModelElementInputListener> newListenerList= new CopyOnWriteIdentityListSet<>();
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^
ModelElementInputListener is a raw type. References to generic type ModelElementInputListener<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[82] 
	ImIdentityList<ModelElementInputListener> listeners;
	               ^^^^^^^^^^^^^^^^^^^^^^^^^
ModelElementInputListener is a raw type. References to generic type ModelElementInputListener<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[124] 
	ImIdentityList<ModelElementInputListener> listeners;
	               ^^^^^^^^^^^^^^^^^^^^^^^^^
ModelElementInputListener is a raw type. References to generic type ModelElementInputListener<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[174] 
	private ImIdentityList<ModelElementInputListener> checkNewListeners() {
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^
ModelElementInputListener is a raw type. References to generic type ModelElementInputListener<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementInfoController.java:[175] 
	final ImIdentityList<ModelElementInputListener> listeners= this.newListenerList.clearToList();
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^
ModelElementInputListener is a raw type. References to generic type ModelElementInputListener<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<ModelElementInputListener> listeners,
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^
ModelElementInputListener is a raw type. References to generic type ModelElementInputListener<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<ModelElementInputListener> listeners,
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^
ModelElementInputListener is a raw type. References to generic type ModelElementInputListener<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<ModelElementInputListener> listeners,
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^
ModelElementInputListener is a raw type. References to generic type ModelElementInputListener<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/LTKUIPreferences.java:[36] 
	return LTKUIPlugin.getInstance().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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[140] 
	ACTION_SET_CONTEXT_IDS,
	^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<String>' needs unchecked conversion to conform to '@NonNull List<? extends String>', corresponding supertype is 'List<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[152] 
	return project.getNature(projectNatureId);
	                         ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[225] 
	public void left(final LinkedModeModel model, final int flags) {
	                       ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ILinkedModeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[231] 
	public void resume(final LinkedModeModel model, final int flags) {
	                         ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ILinkedModeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[235] 
	public void suspend(final LinkedModeModel model) {
	                          ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ILinkedModeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[361] 
	protected void setTitleImage(final Image titleImage) {
	                                   ^^^^^
Missing nullable annotation: inherited method from WorkbenchPart specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[496] 
	public SourceViewer getViewer() {
	       ^^^^^^^^^^^^
The return type is incompatible with '@NonNull SourceViewer' returned from ISourceEditor.getViewer() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[501] 
	public DocContentSections getDocumentContentInfo() {
	       ^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull DocContentSections' returned from ISourceEditor.getDocumentContentInfo() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[523] 
	public ModelElementInputProvider getModelInputProvider() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
ModelElementInputProvider is a raw type. References to generic type ModelElementInputProvider<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[612] 
	contextService.activateContext(id);
	^^^^^^^^^^^^^^
Potential null pointer access: The variable contextService may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[635] 
	protected IRegion getRangeToReveal(final SourceUnitModelInfo modelInfo, final SourceStructElement element) {
	                                                                              ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[669] 
	protected TextRegion getRangeToHighlight(final SourceUnitModelInfo info, SourceStructElement element) {
	                                                                         ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[681] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[718] 
	final Boolean enable= PreferenceUtils.getInstancePrefs().getPreferenceValue(SourceEditor1.this.foldingEnablement);
	                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference<Boolean>' needs unchecked conversion to conform to '@NonNull Preference<Boolean>'
747. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java (at line 721)
	if (enable != viewer.isProjectionMode()) {
	    ^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[747] 
	final Boolean enable= PreferenceUtils.getInstancePrefs().getPreferenceValue(SourceEditor1.this.markOccurrencesEnablement);
	                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference<Boolean>' needs unchecked conversion to conform to '@NonNull Preference<Boolean>'
749. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java (at line 748)
	if (enable) {
	    ^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[780] 
	handlerService.activateHandler(ITextEditorActionDefinitionIds.WORD_NEXT, handler);
	^^^^^^^^^^^^^^
Potential null pointer access: The variable handlerService may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[816] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[866] 
	this.contentUpdateables.add(handler);
	                            ^^^^^^^
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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[875] 
	this.stateUpdateables.add(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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[920] 
	public <T> @Nullable T getAdapter(final Class<T> adapterType) {
	           ^^^^^^^^^^^
The return type is incompatible with the free type variable 'T' returned from TextEditor.getAdapter(Class<T>) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[920] 
	public <T> @Nullable T getAdapter(final Class<T> adapterType) {
	                                        ^^^^^
Missing non-null annotation: inherited method from IAdaptable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[979] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[1069] 
	final SourceStructElement sourceElement= (SourceStructElement) first;
	      ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[1069] 
	final SourceStructElement sourceElement= (SourceStructElement) first;
	                                          ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[1079] 
	final SourceUnitModelInfo 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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor1.java:[1153] 
	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.2.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.2.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.2.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.2.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.2.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<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/SourceEditor2OutlinePage.java:[64] 
	final SourceStructElement[] elements= LTKSelectionUtils.getSelectedSourceStructElements(getSelection());
	      ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementLabelProvider.java:[38] 
	public void applyStyles(final TextStyle style) {
	                              ^^^^^^^^^
Illegal redefinition of parameter style, inherited method from StyledString.Styler does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementLabelProvider.java:[44] 
	String getText(final LtkModelElement element);
	                     ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementLabelProvider.java:[48] 
	StyledString getStyledText(final LtkModelElement element);
	                                 ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementLabelProvider.java:[50] 
	default int @Nullable [] getStyledTextRegions(final LtkModelElement element,
	                                                    ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/ElementLabelProvider.java:[57] 
	Image getImage(final LtkModelElement element);
	                     ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringSaveHelper.java:[149] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringSaveHelper.java:[240] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringSaveHelper.java:[253] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringSaveHelper.java:[257] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/refactoring/RefactoringSaveHelper.java:[257] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/CommandAssistProposal.java:[64] 
	protected CommandAssistProposal(final AssistInvocationContext invocationContext,
			final String commandId) {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field description may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/assist/CommandAssistProposal.java:[64] 
	protected CommandAssistProposal(final AssistInvocationContext invocationContext,
			final String commandId) {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field label may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[35] 
	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.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[115] 
	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.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[115] 
	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.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[120] 
	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.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[120] 
	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.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[121] 
	final Matcher matcher= TAB_PATTERN.matcher(content);
	                                           ^^^^^^^
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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[138] 
	HTMLPrinter.insertPageProlog(s, 0, this.STYLE_SHEET);
	^^^^^^^^^^^
Discouraged access: The type 'HTMLPrinter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[138] 
	HTMLPrinter.insertPageProlog(s, 0, this.STYLE_SHEET);
	            ^^^^^^^^^^^^^^^^
Discouraged access: The method 'HTMLPrinter.insertPageProlog(StringBuffer, int, String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[138] 
	HTMLPrinter.insertPageProlog(s, 0, this.STYLE_SHEET);
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method insertPageProlog(StringBuffer, int, String) from the type HTMLPrinter is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[139] 
	HTMLPrinter.addPageEpilog(s);
	^^^^^^^^^^^
Discouraged access: The type 'HTMLPrinter' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[139] 
	HTMLPrinter.addPageEpilog(s);
	            ^^^^^^^^^^^^^
Discouraged access: The method 'HTMLPrinter.addPageEpilog(StringBuffer)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[139] 
	HTMLPrinter.addPageEpilog(s);
	            ^^^^^^^^^^^^^^^^
The method addPageEpilog(StringBuffer) from the type HTMLPrinter is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[156] 
	public DefaultBrowserInformationInput(final BrowserInformationControlInput previous, final String name, final String content, final int formatting) {
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BrowserInformationControlInput' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ecommons/text/ui/DefaultBrowserInformationInput.java:[157] 
	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.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.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.2.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.2.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.2.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/AbstractMarkOccurrencesProvider.java:[223] 
	final ITypedRegion partition= run.doc.getPartition(this.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/MultiContentSectionHandler.java:[110] 
	return activePart.getAdapter(ISourceEditor.class);
	       ^^^^^^^^^^
Potential null pointer access: The variable activePart may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/MultiContentSectionHandler.java:[146] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/MultiContentSectionHandler.java:[152] 
	if (viewer == null) {
			return null;
		}
	                    ^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/sourceediting/actions/MultiContentSectionHandler.java:[156] 
	this.sections.getType(viewer.getDocument(), viewer.getSelectedRange().x) );
	                      ^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[173] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[173] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[173] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[177] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[177] 
	public Object[] getElements(final Object inputElement) {
	                                  ^^^^^^
Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[182] 
	public @Nullable 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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[190] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[195] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[195] 
	public Object[] getChildren(final Object parentElement) {
	                                  ^^^^^^
Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[217] 
	final List<? extends TemplatePersistenceData> templates= contrib.getTemplates(category.getId());
	                                                                              ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[220] 
	final Template contribTemplate= templateData.getTemplate();
	                                ^^^^^^^^^^^^
Potential null pointer access: The variable templateData may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[231] 
	final List<? extends TemplatePersistenceData> templates= contrib.getTemplates(category.getId());
	                                                                              ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[234] 
	final Template contribTemplate= templateData.getTemplate();
	                                ^^^^^^^^^^^^
Potential null pointer access: The variable templateData may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[250] 
	final List<? extends TemplatePersistenceData> templates= contrib.getTemplates(category.getId());
	                                                                              ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[253] 
	final Template contribTemplate= templateData.getTemplate();
	                                ^^^^^^^^^^^^
Potential null pointer access: The variable templateData may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[309] 
	return super.getDefaultFor(item);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue<String>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[313] 
	IObservableValue<String> observableValue= this.defaultValues.get(category.getId());
	                                               ^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[317] 
	this.prefs.put(pref, null);
	     ^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[319] 
	this.defaultValues.put(category.getId(), observableValue);
	     ^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[330] 
	contrib.add(newItem.category.getId(), newItem.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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[344] 
	contrib.delete(((TemplateItem) element).data);
	                               ^^^^^^^
Potential null pointer access: The variable element may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[357] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[378] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[378] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[452] 
	this.templateCategories= ImCollections.<TemplateCategory>toList(categories);
	                                                                ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<capture#of ? extends TemplateCategory>' needs unchecked conversion to conform to '@NonNull Collection<? extends TemplateCategory>', corresponding supertype is 'Collection<capture#of ? extends TemplateCategory>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[478] 
	return ImCollections.newList(children);
	                             ^^^^^^^^
Null type safety (type annotations): The expression of type 'CodeTemplateConfigurationBlock.TemplateItem[]' needs unchecked conversion to conform to 'CodeTemplateConfigurationBlock.TemplateItem @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[506] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[513] 
	setupPreferenceManager(prefs);
	                       ^^^^^
Null type safety (type annotations): The expression of type 'Map<Preference<?>,String>' needs unchecked conversion to conform to '@NonNull Map<@NonNull Preference<?>,@Nullable String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[524] 
	createObservable(this.defaultPref) );
	                 ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference<String>' needs unchecked conversion to conform to '@NonNull Preference<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[577] 
	ViewerUtils.scheduleStandardSelection(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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[651] 
	template.setName(newName(item.category));
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setName(String) from the type Template is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[653] 
	new TemplatePersistenceData(dialog.getTemplate(), true) );
	                            ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Template' needs unchecked conversion to conform to '@NonNull Template'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[740] 
	data.getTemplate().setName(newName(category));
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setName(String) from the type Template is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[751] 
	contribution.add(category.getId(), 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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/org/eclipse/statet/ltk/ui/templates/config/CodeTemplateConfigurationBlock.java:[758] 
	array[i]= ((TemplateItem) items.get(i)).data;
	                          ^^^^^^^^^^^^
Potential null pointer access: this expression has type 'capture#16-of ? extends java.lang.Object', a free type variable that may represent a '@Nullable' type
840 problems (0 errors, 830 warnings, 830 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ltk.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.ltk.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/target/org.eclipse.statet.ltk.ui-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.ltk.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ltk.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/target/org.eclipse.statet.ltk.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ltk.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.ltk.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.ltk.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/target/org.eclipse.statet.ltk.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.ltk.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/target/org.eclipse.statet.ltk.ui-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/target/org.eclipse.statet.ltk.ui-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.ltk.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.ui/target/org.eclipse.statet.ltk.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ltk.ui ---
[INFO] 
[INFO] ----< org.eclipse.statet.ltk:org.eclipse.statet.ltk.buildpath.core >----
[INFO] Building StatET LTK - Buildpath - Core  (Incubation) 4.2.4.202103250600-r [76/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ltk.buildpath.core ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.ltk.buildpath.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.ltk.buildpath.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ltk.buildpath.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.ltk.buildpath.core ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.core/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ltk.buildpath.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.ltk.buildpath.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.core/target/org.eclipse.statet.ltk.buildpath.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.ltk.buildpath.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ltk.buildpath.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.core/target/org.eclipse.statet.ltk.buildpath.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ltk.buildpath.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.ltk.buildpath.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.ltk.buildpath.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.core/target/org.eclipse.statet.ltk.buildpath.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.ltk.buildpath.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.core/target/org.eclipse.statet.ltk.buildpath.core-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.core/target/org.eclipse.statet.ltk.buildpath.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.ltk.buildpath.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.core/target/org.eclipse.statet.ltk.buildpath.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ltk.buildpath.core ---
[INFO] 
[INFO] -----< org.eclipse.statet.ltk:org.eclipse.statet.ltk.buildpath.ui >-----
[INFO] Building StatET LTK - Buildpath - UI  (Incubation) 4.2.4.202103250600-r [77/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ltk.buildpath.ui ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.ltk.buildpath.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.ltk.buildpath.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ltk.buildpath.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.ltk.buildpath.ui ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/ExclusionInclusionEntryDialog.java:[219] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[86] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[86] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[86] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[90] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[90] 
	public Object[] getElements(final Object inputElement) {
	                                  ^^^^^^
Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[95] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[103] 
	public boolean hasChildren(final Object element) {
	                                 ^^^^^^
Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull
9. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java (at line 112)
	|| !((boolean) SourceContainerComponent.this.outputByContainerValue.getValue()) );
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[116] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[116] 
	public Object[] getChildren(final Object element) {
	                                  ^^^^^^
Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull
12. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java (at line 259)
	new WritableValue<>(false, Boolean.TYPE) : null;
	                    ^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[309] 
	buttonGroup.addAddButton(new ButtonGroup.AddHandler() {
				@Override
				public void update(final IStructuredSelection selection) {
					setEnabled(SourceContainerComponent.this.uiDescription.getAllowAdd(
							SourceContainerComponent.this.project, SourceContainerComponent.this.type ));
				}
			});
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type new ButtonGroup.AddHandler(){} needs unchecked conversion to conform to ButtonGroup.SelectionHandler<Object>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[357] 
	.observe(this.outputPathControl),
	         ^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[358] 
	this.outputPathValue );
	^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[363] 
	.observe(this.outputByFolderControl),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Button' needs unchecked conversion to conform to '@NonNull Button'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[364] 
	this.outputByContainerValue );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<Boolean>' needs unchecked conversion to conform to '@NonNull IObservableValue<Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[368] 
	public void handleValueChange(final ValueChangeEvent<? extends Boolean> event) {
	                                    ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IValueChangeListener<Boolean> specifies this parameter as @NonNull
19. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java (at line 369)
	if (!(event.diff.getNewValue())) {
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type capture#3-of ? extends Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[369] 
	if (!(event.diff.getNewValue())) {
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has type 'capture#3-of ? extends java.lang.Boolean', a free type variable that may represent a '@Nullable' type
21. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java (at line 411)
	this.outputByContainerValue.setValue(outputLocationByFolder);
	                                     ^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[445] 
	final List<IPath> inclusionPatterns= (List<IPath>) element.getAttributeValue(BuildpathAttribute.FILTER_INCLUSIONS);
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<IPath>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[446] 
	final List<IPath> exclusionPatterns= (List<IPath>) element.getAttributeValue(BuildpathAttribute.FILTER_EXCLUSIONS);
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<IPath>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[465] 
	return ImCollections.toList(
				((StructuredSelection) this.containerListViewer.getSelection()).toList() );
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation toList(List) of the generic method toList(Collection<? extends E>) of type ImCollections
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[465] 
	return ImCollections.toList(
				((StructuredSelection) this.containerListViewer.getSelection()).toList() );
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type ImList needs unchecked conversion to conform to List<Object>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[466] 
	((StructuredSelection) this.containerListViewer.getSelection()).toList() );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to Collection<? extends Object>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[466] 
	((StructuredSelection) this.containerListViewer.getSelection()).toList() );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List' needs unchecked conversion to conform to '@NonNull Collection<? extends Object>', corresponding supertype is 'Collection'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/SourceContainerComponent.java:[508] 
	ImCollections.toList((List<BuildpathListElement>) this.containerList),
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<BuildpathListElement>' needs unchecked conversion to conform to '@NonNull Collection<? extends BuildpathListElement>', corresponding supertype is 'Collection<BuildpathListElement>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/wizards/FilterWizardPage.java:[41] 
	private final BuildpathListElement element;
	                                   ^^^^^^^
The value of the field FilterWizardPage.element is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/wizards/FilterWizardPage.java:[104] 
	private void updateStatus() {
	             ^^^^^^^^^^^^^^
The method updateStatus() from the type FilterWizardPage is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListElementAttribute.java:[85] 
	return new BasicBuildpathAttribute(this.name, (this.value != null) ? this.value.toString() : 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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListElementAttribute.java:[95] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListElement.java:[214] 
	return new BasicBuildpathElement(this.type, this.path,
	                                 ^^^^^^^^^
Null type safety (type annotations): The expression of type 'BuildpathElementType' needs unchecked conversion to conform to '@NonNull BuildpathElementType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListElement.java:[214] 
	return new BasicBuildpathElement(this.type, this.path,
	                                            ^^^^^^^^^
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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListElement.java:[216] 
	(ImList<IPath>) getAttributeValue(BuildpathAttribute.FILTER_INCLUSIONS) : null,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to ImList<IPath>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListElement.java:[216] 
	(ImList<IPath>) getAttributeValue(BuildpathAttribute.FILTER_INCLUSIONS) : null,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<IPath>' needs unchecked conversion to conform to '@Nullable ImList<@NonNull IPath>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListElement.java:[218] 
	(ImList<IPath>) getAttributeValue(BuildpathAttribute.FILTER_EXCLUSIONS) : null,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to ImList<IPath>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListElement.java:[218] 
	(ImList<IPath>) getAttributeValue(BuildpathAttribute.FILTER_EXCLUSIONS) : null,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<IPath>' needs unchecked conversion to conform to '@Nullable ImList<@NonNull IPath>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListElement.java:[226] 
	ImCollections.toList(getExtraAttributes()) );
	                     ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<BuildpathAttribute>' needs unchecked conversion to conform to '@NonNull Collection<? extends @NonNull BuildpathAttribute>', corresponding supertype is 'Collection<BuildpathAttribute>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListElement.java:[394] 
	private IStatus evaluateContainerChildStatus(final BuildpathListElementAttribute attrib) {
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method evaluateContainerChildStatus(BuildpathListElementAttribute) from the type BuildpathListElement is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListElement.java:[461] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListElement.java:[473] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/ExclusionInclusionComponent.java:[74] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/ExclusionInclusionComponent.java:[79] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/ExclusionInclusionComponent.java:[79] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/ExclusionInclusionComponent.java:[200] 
	final SelectionHandler<IPath> defaultHandler= new ButtonGroup.AddHandler();
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type ButtonGroup.AddHandler needs unchecked conversion to conform to ButtonGroup.SelectionHandler<IPath>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/ExclusionInclusionComponent.java:[210] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/ExclusionInclusionComponent.java:[236] 
	type.patternList.addAll((ImList<IPath>) this.element.getAttributeValue(type.attributeName));
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to ImList<IPath>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/ExclusionInclusionComponent.java:[242] 
	final Type type= getType((List<IPath>) parent);
	                         ^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<IPath>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/ExclusionInclusionComponent.java:[289] 
	return ImCollections.toList(this.inclusionPatterns.patternList);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableList<IPath>' needs unchecked conversion to conform to '@NonNull Collection<? extends IPath>', corresponding supertype is 'Collection<IPath>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/ExclusionInclusionComponent.java:[293] 
	return ImCollections.toList(this.exclusionPatterns.patternList);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableList<IPath>' needs unchecked conversion to conform to '@NonNull Collection<? extends IPath>', corresponding supertype is 'Collection<IPath>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/BuildpathsUIPlugin.java:[64] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/BuildpathsUIPlugin.java:[65] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/BuildpathsUIPlugin.java:[74] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/BuildpathsUIPlugin.java:[87] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/BuildpathsUIPlugin.java:[99] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListLabelProvider.java:[59] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListLabelProvider.java:[95] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListLabelProvider.java:[95] 
	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.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListLabelProvider.java:[141] 
	final StringBuilder sb= new StringBuilder(pathLabel);
	                                          ^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListLabelProvider.java:[190] 
	final List<? extends IPath> patterns= (List<? extends IPath>) attribute.getValue();
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<? extends IPath>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListLabelProvider.java:[208] 
	final List<? extends IPath> patterns= (List<? extends IPath>) attribute.getValue();
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<? extends IPath>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/ltk/buildpath/ui/BuildpathListLabelProvider.java:[255] 
	if (pattern.segmentCount() > 0) {
	    ^^^^^^^
Potential null pointer access: The variable pattern may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/BuildpathElementImageDescriptor.java:[55] 
	ImageData data= descriptor.getImageData(); // see bug 51965: getImageData can return null
	                           ^^^^^^^^^^^^^^
The method getImageData() from the type ImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/BuildpathElementImageDescriptor.java:[115] 
	drawImage(data, 0, size.y - data.height);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/BuildpathElementImageDescriptor.java:[119] 
	drawImage(data, 0, 0);
	^^^^^^^^^^^^^^^^^^^^^
The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/BuildpathElementImageDescriptor.java:[127] 
	private void addTopRightImage(final ImageDescriptor desc, final Point pos) {
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method addTopRightImage(ImageDescriptor, Point) from the type BuildpathElementImageDescriptor is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/BuildpathElementImageDescriptor.java:[131] 
	drawImage(data, x, pos.y);
	^^^^^^^^^^^^^^^^^^^^^^^^^
The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/BuildpathElementImageDescriptor.java:[136] 
	private void addBottomRightImage(final ImageDescriptor desc, final Point pos) {
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method addBottomRightImage(ImageDescriptor, Point) from the type BuildpathElementImageDescriptor is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/BuildpathElementImageDescriptor.java:[141] 
	drawImage(data, x, y);
	^^^^^^^^^^^^^^^^^^^^^
The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/BuildpathElementImageDescriptor.java:[151] 
	drawImage(data, x, y);
	^^^^^^^^^^^^^^^^^^^^^
The method drawImage(ImageData, int, int) from the type CompositeImageDescriptor is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/org/eclipse/statet/internal/ltk/buildpath/ui/BuildpathElementImageDescriptor.java:[190] 
	public boolean equals(final Object obj) {
	                            ^^^^^^
Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable
72 problems (0 errors, 68 warnings, 68 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ltk.buildpath.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.ltk.buildpath.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/target/org.eclipse.statet.ltk.buildpath.ui-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.ltk.buildpath.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ltk.buildpath.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/target/org.eclipse.statet.ltk.buildpath.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ltk.buildpath.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.ltk.buildpath.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.ltk.buildpath.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/target/org.eclipse.statet.ltk.buildpath.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.ltk.buildpath.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/target/org.eclipse.statet.ltk.buildpath.ui-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/target/org.eclipse.statet.ltk.buildpath.ui-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.ltk.buildpath.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/org.eclipse.statet.ltk.buildpath.ui/target/org.eclipse.statet.ltk.buildpath.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ltk.buildpath.ui ---
[INFO] 
[INFO] ---------------< org.eclipse.statet.ltk-assemblies:ltk >----------------
[INFO] Building ltk 4.2.4.202103250600-r                               [78/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ ltk ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ ltk ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ ltk ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ ltk ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ ltk ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ ltk ---
[INFO] 
[INFO] ------< org.eclipse.statet.ltk-assemblies:org.eclipse.statet.ltk >------
[INFO] Building StatET LTK  (Incubation) 4.2.4.202103250600-r          [79/145]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.ltk ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.ltk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.ltk ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.ltk ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.ltk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.statet.ltk ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/_assemblies/org.eclipse.statet.ltk-feature/target/org.eclipse.statet.ltk-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ltk ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.ltk ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.ltk ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/_assemblies/org.eclipse.statet.ltk-feature/target/org.eclipse.statet.ltk-4.2.4.202103250600-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.ltk ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.ltk ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/_assemblies/org.eclipse.statet.ltk-feature/target/org.eclipse.statet.ltk-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-ltk/ltk/_assemblies/org.eclipse.statet.ltk-feature/target/org.eclipse.statet.ltk-4.2.4.202103250600-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.ltk ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ltk ---
[INFO] 
[INFO] --------< org.eclipse.statet-releng:org.eclipse.statet-docmlet >--------
[INFO] Building org.eclipse.statet-docmlet 4.2.4.202103250600-r        [80/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet-docmlet ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet-docmlet ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet-docmlet ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet-docmlet ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet-docmlet ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet-docmlet ---
[INFO] 
[INFO] -----------------< org.eclipse.statet.docmlet:docmlet >-----------------
[INFO] Building docmlet 4.2.4.202103250600-r                           [81/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ docmlet ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ docmlet ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ docmlet ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ docmlet ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ docmlet ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ docmlet ---
[INFO] 
[INFO] --< org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.base.core >---
[INFO] Building StatET DocMLET - Base - Core  (Incubation) 4.2.4.202103250600-r [82/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.base.core ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.base.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.base.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.docmlet.base.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.docmlet.base.core ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.core/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.docmlet.base.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.base.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.core/target/org.eclipse.statet.docmlet.base.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.base.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.base.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.core/target/org.eclipse.statet.docmlet.base.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.base.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.docmlet.base.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.docmlet.base.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.core/target/org.eclipse.statet.docmlet.base.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.docmlet.base.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.core/target/org.eclipse.statet.docmlet.base.core-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.core/target/org.eclipse.statet.docmlet.base.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.docmlet.base.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.core/target/org.eclipse.statet.docmlet.base.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.docmlet.base.core ---
[INFO] 
[INFO] --< org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.base.core.tests >--
[INFO] Building StatET DocMLET - Base - Core - Tests  (Incubation) 4.2.4.202103250600-r [83/145]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.base.core.tests ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.base.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.base.core.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.docmlet.base.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.core-tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.docmlet.base.core.tests ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.core-tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.docmlet.base.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.core-tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.base.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.core-tests/target/org.eclipse.statet.docmlet.base.core.tests-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.base.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.base.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.core-tests/target/org.eclipse.statet.docmlet.base.core.tests-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.base.core.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.docmlet.base.core.tests ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.docmlet.base.core.tests ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.core-tests/target/org.eclipse.statet.docmlet.base.core.tests-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.docmlet.base.core.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.core-tests/target/org.eclipse.statet.docmlet.base.core.tests-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.core-tests/target/org.eclipse.statet.docmlet.base.core.tests-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.docmlet.base.core.tests ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.core-tests/target/org.eclipse.statet.docmlet.base.core.tests-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.docmlet.base.core.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.statet.docmlet.base.core.tests ---
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.core-tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/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.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.core-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.core-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.core-tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.core-tests/target/surefire.properties]
Mar 25, 2021 9:38:07 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:38:07 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:38:07 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 34 more

Running org.eclipse.statet.docmlet.base.core.DocmlSearchPatternLabelTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.statet.docmlet.base.core.DocmlSearchPatternLabelTest
matches_Substring_CaseInsensitive  Time elapsed: 0.024 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.001 s
matches_Prefix  Time elapsed: 0 s
getMatchingRegions_Substring  Time elapsed: 0 s
matches_Substring_Prefix_PatternWithPrefix  Time elapsed: 0 s
matches_Substring_Prefix_0  Time elapsed: 0 s
getMatchingRegions_Substring_PatternWithPrefix  Time elapsed: 0 s
Running org.eclipse.statet.docmlet.base.core.DocmlSearchPatternTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.statet.docmlet.base.core.DocmlSearchPatternTest
matches_Substring_CaseInsensitive  Time elapsed: 0 s
getMatchingRegions_Substring_CaseInsensitive  Time elapsed: 0 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 s

Results:

Tests run: 19, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] ---< org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.base.ui >----
[INFO] Building StatET DocMLET - Base - UI  (Incubation) 4.2.4.202103250600-r [84/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.base.ui ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.base.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.base.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.docmlet.base.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.docmlet.base.ui ---
[INFO] Compiling 56 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingToolProcess.java:[97] 
	super(launch, createName(launch.getLaunchConfiguration(), config.getSourceFile()));
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull ILaunchConfiguration' but this expression has type '@Nullable ILaunchConfiguration'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingOperation.java:[41] 
	public DocProcessingOperation() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field stepConfig may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/DocmlBaseUIResources.java:[62] 
	this.registry= DocmlBaseUIPlugin.getInstance().getImageRegistry();
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getInstance() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingToolConfig.java:[98] 
	public StepConfig(final DocProcessingToolConfig config, final String id, final String label) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field inputFile may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingToolConfig.java:[98] 
	public StepConfig(final DocProcessingToolConfig config, final String id, final String label) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field inputFileUtil may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingToolConfig.java:[98] 
	public StepConfig(final DocProcessingToolConfig config, final String id, final String label) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field outputFile may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingToolConfig.java:[164] 
	if (inputFile == null) {
				throw new NullPointerException("inputFile"); //$NON-NLS-1$
			}
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingToolConfig.java:[240] 
	DocProcessingConfig.IN_FILE_PATH_VAR,
	                    ^^^^^^^^^^^^^^^^
The field DocProcessingConfig.IN_FILE_PATH_VAR is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingToolConfig.java:[292] 
	final Map<String, String> settings= nonNullAssert(configuration.getAttribute(
						settingsAttrName, NO_SETTINGS ));
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type '@NonNull Map<@NonNull String,String>' needs unchecked conversion to conform to 'Map<@NonNull String,@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingToolConfig.java:[438] 
	public DocProcessingToolConfig() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field sourceFile may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingToolConfig.java:[438] 
	public DocProcessingToolConfig() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field sourceFileUtil may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingToolConfig.java:[438] 
	public DocProcessingToolConfig() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field steps may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingToolConfig.java:[438] 
	public DocProcessingToolConfig() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field workingDirectory may not have been initialized
14. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/RunExternalProgramOperation.java (at line 80)
	additionalAttributes.put(IDebugUIConstants.ATTR_LAUNCH_IN_BACKGROUND, false);
	                                                                      ^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/RunExternalProgramOperation.java:[88] 
	additionalAttributes.put(ExternalProgramLaunchConfig.WORKING_DIRECTORY_ATTR_NAME, value);
	                                                                                  ^^^^^
Null type mismatch: required '@NonNull Object' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingConfigStepTab.java:[92] 
	private DocProcessingOperationSettings operation;
	                                       ^^^^^^^^^
The @NonNull field operation may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingConfigStepTab.java:[218] 
	public DocProcessingConfigStepTab(final DocProcessingConfigMainTab mainTab,
			final String attrQualifier) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field operationDetailControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingConfigStepTab.java:[218] 
	public DocProcessingConfigStepTab(final DocProcessingConfigMainTab mainTab,
			final String attrQualifier) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field operationDetailLayout may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingConfigStepTab.java:[218] 
	public DocProcessingConfigStepTab(final DocProcessingConfigMainTab mainTab,
			final String attrQualifier) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field operationSelectionViewer may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingConfigStepTab.java:[218] 
	public DocProcessingConfigStepTab(final DocProcessingConfigMainTab mainTab,
			final String attrQualifier) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field operationSettings may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingConfigStepTab.java:[218] 
	public DocProcessingConfigStepTab(final DocProcessingConfigMainTab mainTab,
			final String attrQualifier) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field stepEnabledControl may not have been initialized
22. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingConfigStepTab.java (at line 229)
	this.stepEnabledValue= new WritableValue<>(realm, true, Boolean.TYPE);
	                                                  ^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingConfigStepTab.java:[255] 
	return super.getLaunchConfigurationDialog();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull ILaunchConfigurationDialog' but this expression has type '@Nullable ILaunchConfigurationDialog'
24. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingConfigStepTab.java (at line 296)
	return this.stepEnabledValue.getValue();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingConfigStepTab.java:[470] 
	else {
				this.operationDetailLayout.topControl= null;
			}
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
26. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingConfigStepTab.java (at line 492)
	this.stepEnabledValue.setValue(readAttribute(configuration,
				this.stepEnabledAttrName,
				false ));
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingConfigStepTab.java:[505] 
	settings= configuration.getAttribute(this.operationSettingsAttrName,
						(Map<String, String>)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>'
28. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingConfigStepTab.java (at line 524)
	{	final boolean enabled= this.stepEnabledValue.getValue();
	 	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/OpenUsingEclipseOperation.java:[55] 
	public OpenUsingEclipseOperation() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field file may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/CloseInDocViewerOperation.java:[59] 
	DocViewerUI.runPreProduceOutputTask(previewConfig.getInputFileUtil(),
	                                    ^^^^^^^^^^^^^
Potential null pointer access: The variable previewConfig may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingConfigMainTab.java:[89] 
	public StepItem(final DocProcessingConfigStepTab tab) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field enabledControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingConfigMainTab.java:[89] 
	public StepItem(final DocProcessingConfigStepTab tab) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field infoControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingConfigMainTab.java:[124] 
	public DocProcessingConfigMainTab(final LaunchConfigPresets presets) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field resolvedWorkingDirectoryResourceValue may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingConfigMainTab.java:[124] 
	public DocProcessingConfigMainTab(final LaunchConfigPresets presets) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field workingDirectoryControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingConfigMainTab.java:[128] 
	this.workingDirectoryValue= new WritableValue<>(realm, null, String.class);
	                                                       ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingConfigMainTab.java:[296] 
	this.resolvedWorkingDirectoryResourceValue.addValueChangeListener(this);
	                                                                  ^^^^
Null type mismatch (type annotations): required '@NonNull IValueChangeListener<? super @Nullable IResource>' but this expression has type 'DocProcessingConfigMainTab', corresponding supertype is 'IValueChangeListener<@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingConfigMainTab.java:[310] 
	this.workingDirectoryControl.getObservable(),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingConfigMainTab.java:[314] 
	this.workingDirectoryControl.getValidator() )),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ObservableFileValidator' needs unchecked conversion to conform to '@NonNull IValidator<@NonNull Object>', corresponding supertype is 'IValidator<Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/viewer/DocViewerUI.java:[54] 
	final DocViewerCloseDelegate delegate= DocmlBaseUIPlugin.getInstance().getDocViewerCloseDelegate();
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getInstance() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/markuphelp/DocmletMarkupHelpView.java:[100] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/markuphelp/DocmletMarkupHelpView.java:[100] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/markuphelp/DocmletMarkupHelpView.java:[112] 
	public void open(final WindowEvent event) {
	                       ^^^^^^^^^^^
Missing non-null annotation: inherited method from OpenWindowListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/markuphelp/DocmletMarkupHelpView.java:[119] 
	public void changing(final LocationEvent event) {
	                           ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from LocationListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/markuphelp/DocmletMarkupHelpView.java:[126] 
	public void changed(final LocationEvent event) {
	                          ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from LocationListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/markuphelp/DocmletMarkupHelpView.java:[140] 
	public void partVisible(final IWorkbenchPartReference partRef) {
	                              ^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IPartListener2 specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/markuphelp/DocmletMarkupHelpView.java:[143] 
	public void partOpened(final IWorkbenchPartReference partRef) {
	                             ^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IPartListener2 specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/markuphelp/DocmletMarkupHelpView.java:[146] 
	public void partInputChanged(final IWorkbenchPartReference partRef) {
	                                   ^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IPartListener2 specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/markuphelp/DocmletMarkupHelpView.java:[149] 
	public void partHidden(final IWorkbenchPartReference partRef) {
	                             ^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IPartListener2 specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/markuphelp/DocmletMarkupHelpView.java:[152] 
	public void partDeactivated(final IWorkbenchPartReference partRef) {
	                                  ^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IPartListener2 specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/markuphelp/DocmletMarkupHelpView.java:[155] 
	public void partClosed(final IWorkbenchPartReference partRef) {
	                             ^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IPartListener2 specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/markuphelp/DocmletMarkupHelpView.java:[158] 
	public void partBroughtToTop(final IWorkbenchPartReference partRef) {
	                                   ^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IPartListener2 specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/markuphelp/DocmletMarkupHelpView.java:[161] 
	public void partActivated(final IWorkbenchPartReference partRef) {
	                                ^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IPartListener2 specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/markuphelp/DocmletMarkupHelpView.java:[169] 
	getSite().getPage().addPartListener(this.partListener);
	                                    ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IPartListener2' needs unchecked conversion to conform to '@NonNull IPartListener2'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/markuphelp/DocmletMarkupHelpView.java:[186] 
	{	final List<MarkupHelpContent> topics= DocmlBaseUIPlugin.getInstance().getMarkupHelpManager().getTopicList();
	 	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getInstance() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/markuphelp/DocmletMarkupHelpView.java:[191] 
	protected void execute(final Event event) throws ExecutionException {
	                             ^^^^^
Missing non-null annotation: inherited method from SimpleContributionItem specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/markuphelp/DocmletMarkupHelpView.java:[202] 
	getSite().getPage().removePartListener(this.partListener);
	                                       ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IPartListener2' needs unchecked conversion to conform to '@NonNull IPartListener2'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/markuphelp/DocmletMarkupHelpView.java:[222] 
	public void show(final String id) {
	                       ^^^^^^
Missing nullable annotation: inherited method from MarkupHelpView specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/markuphelp/DocmletMarkupHelpView.java:[223] 
	final MarkupHelpContent content= DocmlBaseUIPlugin.getInstance().getMarkupHelpManager().getContent(id);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getInstance() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/markuphelp/DocmletMarkupHelpView.java:[238] 
	DocmlBaseUIPlugin.getInstance().getMarkupHelpManager().disable(content.getId());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getInstance() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerCloseDelegate.java:[169] 
	final DDETask ddeTask= config.loadDDETask(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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/CheckOutputOperation.java:[61] 
	public CheckOutputOperation() {
	       ^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field file may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/CheckOutputOperation.java:[150] 
	refreshFile= refreshResource.getFullPath().isPrefixOf(file.getFullPath());
	                                                      ^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/sourceediting/MarkupHelpComputer.java:[68] 
	return DocmlBaseUIResources.INSTANCE.getImage(DocmlBaseUIResources.VIEW_MARKUP_HELP_IMAGE_ID);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Image' but this expression has type '@Nullable Image'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/sourceediting/MarkupHelpComputer.java:[95] 
	final String contentId= contextProvider.getHelpContentId();
	                        ^^^^^^^^^^^^^^^
Potential null pointer access: The variable contextProvider may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/DocmlBaseUIPlugin.java:[75] 
	public DocmlBaseUIPlugin() {
	       ^^^^^^^^^^^^^^^^^^^
The @NonNull field disposables may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/DocmlBaseUIPlugin.java:[108] 
	this.disposables= null;
	                  ^^^^
Null type mismatch: required '@NonNull List<@NonNull Disposable>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/PreviewTab.java:[70] 
	public PreviewTab(final DocProcessingConfigMainTab mainTab,
			final DocProcessingConfigIOStepTab produceTab) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field inputControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/PreviewTab.java:[96] 
	return DocmlBaseUIResources.INSTANCE.getImage(DocmlBaseUIResources.TOOL_PREVIEW_IMAGE_ID);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Image' but this expression has type '@Nullable Image'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/PreviewTab.java:[115] 
	DocProcessingConfig.IN_FILE_PATH_VAR,
	                    ^^^^^^^^^^^^^^^^
The field DocProcessingConfig.IN_FILE_PATH_VAR is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/PreviewTab.java:[236] 
	this.inputControl.getParent().layout(true);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingToolOperationIterator.java:[170] 
	return this.stepConfig;
	       ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required 'DocProcessingToolConfig.@NonNull StepConfig' but this expression has type 'DocProcessingToolConfig.@Nullable StepConfig'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingToolOperationIterator.java:[178] 
	return this.operation;
	       ^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull DocProcessingOperation' but this expression has type '@Nullable DocProcessingOperation'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingUI.java:[88] 
	final DocProcessingRegistry registry= DocmlBaseUIPlugin.getInstance().getDocProcessingRegistry();
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getInstance() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingUI.java:[94] 
	final DocProcessingRegistry registry= DocmlBaseUIPlugin.getInstance().getDocProcessingRegistry();
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getInstance() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/actions/RunActiveDocConfigWorkbenchHandler.java:[76] 
	final IEditorPart editor= window.getActivePage().getActiveEditor();
	                          ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getActivePage() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/actions/RunActiveDocConfigWorkbenchHandler.java:[109] 
	public RunActiveDocConfigWorkbenchHandler() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field launchFlags may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/actions/RunActiveDocConfigWorkbenchHandler.java:[119] 
	(Map<String, String>)data : Collections.emptyMap();
	^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Map<String,String>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/processing/DocProcessingRegistry.java:[97] 
	this.element.getAttribute(CONFIG_TYPE_ID_ATTR_NAME) );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/processing/ToggleRunOnSaveScopeHandler.java:[53] 
	final IEditorPart editor= window.getActivePage().getActiveEditor();
	                          ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getActivePage() may return null
80. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/processing/ToggleRunOnSaveScopeHandler.java (at line 70)
	if (this.currentChecked == null || this.currentChecked != isChecked(saveExtension)) {
	                                   ^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/processing/ToggleRunOnSaveScopeHandler.java:[76] 
	public void updateElement(final UIElement element, final Map parameters) {
	                                                         ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
82. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/processing/ToggleRunOnSaveScopeHandler.java (at line 79)
	element.setChecked(this.currentChecked= isChecked(saveExtension));
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
83. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/processing/ToggleRunOnSaveScopeHandler.java (at line 79)
	element.setChecked(this.currentChecked= isChecked(saveExtension));
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/AbstractLaunchConfigOperation.java:[64] 
	public AbstractLaunchConfigOperation(final String launchConfigTypeId) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field launchConfig may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/AbstractLaunchConfigOperation.java:[64] 
	public AbstractLaunchConfigOperation(final String launchConfigTypeId) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field launchConfigType may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/AbstractLaunchConfigOperation.java:[64] 
	public AbstractLaunchConfigOperation(final String launchConfigTypeId) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field launchManager may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/actions/RunDocProcessingOnSaveExtension.java:[67] 
	this.editor.getContentType(), true);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IContentType' needs unchecked conversion to conform to '@NonNull IContentType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerConfigMainTab.java:[92] 
	public DDETask(final String attrQualifier, final Realm realm,
				final String title, final String label) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field applicationControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerConfigMainTab.java:[92] 
	public DDETask(final String attrQualifier, final Realm realm,
				final String title, final String label) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field commandControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerConfigMainTab.java:[92] 
	public DDETask(final String attrQualifier, final Realm realm,
				final String title, final String label) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field topicControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerConfigMainTab.java:[98] 
	this.commandValue= new WritableValue<>(realm, null, String.class);
	                                              ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerConfigMainTab.java:[99] 
	this.applicationValue= new WritableValue<>(realm, null, String.class);
	                                                  ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerConfigMainTab.java:[100] 
	this.topicValue= new WritableValue<>(realm, null, String.class);
	                                            ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerConfigMainTab.java:[118] 
	public DocViewerConfigMainTab(final LaunchConfigPresets presets) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field programArgumentsControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerConfigMainTab.java:[118] 
	public DocViewerConfigMainTab(final LaunchConfigPresets presets) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field programFileControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerConfigMainTab.java:[121] 
	this.programFileValue= new WritableValue<>(realm, null, String.class);
	                                                  ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerConfigMainTab.java:[122] 
	this.programArgumentsValue= new WritableValue<>(realm, null, String.class);
	                                                       ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerConfigMainTab.java:[153] 
	return SharedUIResources.getImages().get(SharedUIResources.OBJ_MAIN_TAB_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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerConfigMainTab.java:[175] 
	variables.get(ResourceVariables.RESOURCE_PATH_VAR_NAME) ) );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IStringVariable' but this expression has type '@Nullable IStringVariable'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerConfigMainTab.java:[289] 
	dbc.bindValue(this.programFileControl.getObservable(),
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerConfigMainTab.java:[293] 
	this.programFileControl.getValidator() )),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ObservableFileValidator' needs unchecked conversion to conform to '@NonNull IValidator<@NonNull Object>', corresponding supertype is 'IValidator<Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerConfigMainTab.java:[297] 
	.observe(this.programArgumentsControl.getTextControl()),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerConfigMainTab.java:[302] 
	this.programArgumentsControl.getVariableResolver(),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'VariableText2' needs unchecked conversion to conform to '@NonNull VariableText2'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerConfigMainTab.java:[309] 
	.observe(ddeTask.commandControl.getTextControl()),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerConfigMainTab.java:[314] 
	ddeTask.commandControl.getVariableResolver(),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'VariableText2' needs unchecked conversion to conform to '@NonNull VariableText2'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerConfigMainTab.java:[326] 
	ddeTask.commandControl.getVariableResolver(),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'VariableText2' needs unchecked conversion to conform to '@NonNull VariableText2'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerConfigMainTab.java:[338] 
	ddeTask.commandControl.getVariableResolver(),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'VariableText2' needs unchecked conversion to conform to '@NonNull VariableText2'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/processing/DocActionUtil.java:[92] 
	final IEditorPart activeEditor= window.getActivePage().getActiveEditor();
	                                ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getActivePage() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingConfigIOStepTab.java:[112] 
	public DocProcessingConfigIOStepTab(final DocProcessingConfigMainTab mainTab,
			final String stepEnabledAttrName) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field availableOutputFormats may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingConfigIOStepTab.java:[112] 
	public DocProcessingConfigIOStepTab(final DocProcessingConfigMainTab mainTab,
			final String stepEnabledAttrName) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field defaultOutputFormat may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingConfigIOStepTab.java:[112] 
	public DocProcessingConfigIOStepTab(final DocProcessingConfigMainTab mainTab,
			final String stepEnabledAttrName) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field inputControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingConfigIOStepTab.java:[112] 
	public DocProcessingConfigIOStepTab(final DocProcessingConfigMainTab mainTab,
			final String stepEnabledAttrName) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field outputExtControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingConfigIOStepTab.java:[112] 
	public DocProcessingConfigIOStepTab(final DocProcessingConfigMainTab mainTab,
			final String stepEnabledAttrName) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field outputPathControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingConfigIOStepTab.java:[112] 
	public DocProcessingConfigIOStepTab(final DocProcessingConfigMainTab mainTab,
			final String stepEnabledAttrName) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field outputPathResourceValue may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingConfigIOStepTab.java:[112] 
	public DocProcessingConfigIOStepTab(final DocProcessingConfigMainTab mainTab,
			final String stepEnabledAttrName) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field outputViewer may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingConfigIOStepTab.java:[140] 
	DocProcessingConfig.IN_FILE_PATH_VAR,
	                    ^^^^^^^^^^^^^^^^
The field DocProcessingConfig.IN_FILE_PATH_VAR is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingConfigIOStepTab.java:[480] 
	this.outputPathControl.getObservable(),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingConfigIOStepTab.java:[484] 
	this.outputPathControl.getValidator() )),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ObservableFileValidator' needs unchecked conversion to conform to '@NonNull IValidator<@NonNull Object>', corresponding supertype is 'IValidator<Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingConfigIOStepTab.java:[519] 
	configuration.setAttribute(this.outputFormatAttrName, format.getKey());
	                                                      ^^^^^^
Potential null pointer access: The variable format may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingOperationSettings.java:[43] 
	public DocProcessingOperationSettings() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field tab may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/DocProcessingConfig.java:[213] 
	&& this.baseKey.equals(((CustomExtFormat)obj).baseKey) );
	                                         ^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerLaunchDelegate.java:[51] 
	public void launch(final ILaunchConfiguration configuration, final String mode,
	                         ^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ILaunchConfigurationDelegate specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerLaunchDelegate.java:[51] 
	public void launch(final ILaunchConfiguration configuration, final String mode,
	                                                                   ^^^^^^
Missing non-null annotation: inherited method from ILaunchConfigurationDelegate specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerLaunchDelegate.java:[52] 
	final ILaunch launch, final IProgressMonitor monitor) throws CoreException {
	      ^^^^^^^
Missing non-null annotation: inherited method from ILaunchConfigurationDelegate specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerLaunchDelegate.java:[52] 
	final ILaunch launch, final IProgressMonitor monitor) throws CoreException {
	                            ^^^^^^^^^^^^^^^^
Missing nullable annotation: inherited method from ILaunchConfigurationDelegate specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerLaunchDelegate.java:[60] 
	launch(new DocViewerLaunchConfig(sourceFileUtil, extraVariables), configuration,
	                                 ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ResourceVariableUtil' needs unchecked conversion to conform to '@NonNull ResourceVariableUtil'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerLaunchDelegate.java:[60] 
	launch(new DocViewerLaunchConfig(sourceFileUtil, extraVariables), configuration,
	                                                 ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,capture#of ? extends IStringVariable>' needs unchecked conversion to conform to '@Nullable Map<@NonNull String,? extends @NonNull IStringVariable>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerLaunchDelegate.java:[67] 
	final SubMonitor m= LaunchUtils.initProgressMonitor(configuration, monitor,
	                                                    ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerLaunchDelegate.java:[67] 
	final SubMonitor m= LaunchUtils.initProgressMonitor(configuration, 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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerLaunchDelegate.java:[71] 
	DocmlBaseUIPlugin.getInstance().getDocViewerCloseDelegate().cancelFocus();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getInstance() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerLaunchDelegate.java:[76] 
	config.initDocFile(configuration, m.newChild(1));
	                   ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerLaunchDelegate.java:[79] 
	final DDETask ddeTask= config.loadDDETask(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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerLaunchDelegate.java:[106] 
	{	final ProcessBuilder processBuilder= config.initProgram(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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerLaunchDelegate.java:[121] 
	process.setAttribute(IProcess.ATTR_CMDLINE, LaunchUtils.generateCommandLine(
						processBuilder.command() ));
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method generateCommandLine(List<String>) from the type LaunchUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/DocProcessingConfigOpenFileSetting.java:[61] 
	public DocProcessingConfigOpenFileSetting(final String attrName, final Realm realm) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field enabledViewer may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/DocProcessingConfigOpenFileSetting.java:[77] 
	switch ((String)element) {
	                ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerLaunchConfig.java:[115] 
	public DocViewerLaunchConfig() {
	       ^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field docFile may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerLaunchConfig.java:[115] 
	public DocViewerLaunchConfig() {
	       ^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field docFileUtil may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerLaunchConfig.java:[118] 
	public DocViewerLaunchConfig(final ResourceVariableUtil sourceFileUtil,
			final @Nullable Map<String, ? extends IStringVariable> extraVariables) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field docFile may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerLaunchConfig.java:[225] 
	programPath= URIUtil.toPath(validator.getFileStore().toURI());
	                            ^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getFileStore() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerLaunchConfig.java:[228] 
	final ProcessBuilder processBuilder= new ProcessBuilder(programPath.toOSString());
	                                                        ^^^^^^^^^^^
Potential null pointer access: The variable programPath may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerLaunchConfig.java:[284] 
	application= variableResolver.performStringSubstitution(application, 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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/internal/docmlet/base/ui/viewer/DocViewerLaunchConfig.java:[291] 
	topic= variableResolver.performStringSubstitution(topic, 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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/AbstractLaunchConfigOperationSettings.java:[86] 
	private Button launchConfigNewControl;
	               ^^^^^^^^^^^^^^^^^^^^^^
The value of the field AbstractLaunchConfigOperationSettings.launchConfigNewControl is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/AbstractLaunchConfigOperationSettings.java:[89] 
	public AbstractLaunchConfigOperationSettings(final String launchConfigTypeId) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field availablelaunchConfigs may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/AbstractLaunchConfigOperationSettings.java:[89] 
	public AbstractLaunchConfigOperationSettings(final String launchConfigTypeId) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field launchConfigListener may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/AbstractLaunchConfigOperationSettings.java:[89] 
	public AbstractLaunchConfigOperationSettings(final String launchConfigTypeId) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field launchConfigNameValue may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/AbstractLaunchConfigOperationSettings.java:[89] 
	public AbstractLaunchConfigOperationSettings(final String launchConfigTypeId) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field launchConfigNewControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/AbstractLaunchConfigOperationSettings.java:[89] 
	public AbstractLaunchConfigOperationSettings(final String launchConfigTypeId) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field launchConfigType may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/AbstractLaunchConfigOperationSettings.java:[89] 
	public AbstractLaunchConfigOperationSettings(final String launchConfigTypeId) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field launchConfigViewer may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/AbstractLaunchConfigOperationSettings.java:[89] 
	public AbstractLaunchConfigOperationSettings(final String launchConfigTypeId) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field launchManager may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/org/eclipse/statet/docmlet/base/ui/processing/operations/AbstractLaunchConfigOperationSettings.java:[252] 
	final ILaunchConfigurationWorkingCopy newConfig= this.launchConfigType.newInstance(null, name);
	                                                                                         ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
152 problems (0 errors, 144 warnings, 144 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.docmlet.base.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.base.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/target/org.eclipse.statet.docmlet.base.ui-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.base.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.base.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/target/org.eclipse.statet.docmlet.base.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.base.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.docmlet.base.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.docmlet.base.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/target/org.eclipse.statet.docmlet.base.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.docmlet.base.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/target/org.eclipse.statet.docmlet.base.ui-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/target/org.eclipse.statet.docmlet.base.ui-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.docmlet.base.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.base.ui/target/org.eclipse.statet.docmlet.base.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.docmlet.base.ui ---
[INFO] 
[INFO] ---< org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.tex.core >---
[INFO] Building StatET DocMLET - TeX - Core  (Incubation) 4.2.4.202103250600-r [85/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.tex.core ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.tex.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.tex.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.docmlet.tex.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.docmlet.tex.core ---
[INFO] Compiling 103 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/TexAsts.java:[44] 
	final List<Argument> arguments= node.getCommand().getArguments();
	                                ^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getCommand() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/TexAsts.java:[85] 
	if (offset < nodes[i].getStartOffset()) {
	             ^^^^^^^^
Potential null pointer access: array element may be null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/TexAsts.java:[88] 
	if (offset <= nodes[i].getEndOffset()) {
	              ^^^^^^^^
Potential null pointer access: array element may be null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/builder/TexBuildParticipantInternal.java:[26] 
	protected TexProjectNature texProject;
	                           ^^^^^^^^^^
The @NonNull field texProject may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/TexProjectNature.java:[56] 
	changed|= ProjectUtils.addBuilder(description, TexProjectBuilder.BUILDER_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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/TexProjectNature.java:[68] 
	changed|= ProjectUtils.removeBuilder(description, TexProjectBuilder.BUILDER_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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/builder/TexProjectBuild.java:[61] 
	public VirtualSourceUnit(final IFile file, final String modelTypeId) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor TexProjectBuild.VirtualSourceUnit(IFile, String) is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/builder/TexProjectBuild.java:[82] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/builder/TexProjectBuild.java:[221] 
	Ltk.PERSISTENCE_CONTEXT, file, contentType, true, m );
	                                                  ^
Null type safety (type annotations): The expression of type 'SubMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/builder/TexProjectBuild.java:[227] 
	unit.disconnect(m);
	                ^
Null type safety (type annotations): The expression of type 'SubMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/builder/TexProjectBuild.java:[273] 
	participant.ltxUnitRemoved(unit.getResource(), m1.newChild(1));
	                           ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IFile' needs unchecked conversion to conform to '@NonNull IFile'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/builder/TexProjectBuild.java:[295] 
	final LtxSourceUnitModelContainer<TexSourceUnit> adapter= unit.getAdapter(LtxSourceUnitModelContainer.class);
	                                  ^^^^^^^^^^^^^
Null constraint mismatch: The type 'TexSourceUnit' is not a valid substitute for the type parameter 'TSourceUnit extends @NonNull TexSourceUnit'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/builder/TexProjectBuild.java:[295] 
	final LtxSourceUnitModelContainer<TexSourceUnit> adapter= unit.getAdapter(LtxSourceUnitModelContainer.class);
	                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type LtxSourceUnitModelContainer needs unchecked conversion to conform to LtxSourceUnitModelContainer<TexSourceUnit>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/builder/TexProjectBuild.java:[343] 
	partitipant.clear(file);
	                  ^^^^
Null type safety (type annotations): The expression of type 'IFile' needs unchecked conversion to conform to '@NonNull IFile'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/Environment.java:[86] 
	Environment(final TexAstNode parent, final ControlNode beginNode) {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field endNode may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxModelManagerImpl.java:[43] 
	private final int level;
	                  ^^^^^
The value of the field LtxModelManagerImpl.ModelDelta.level is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxModelManagerImpl.java:[44] 
	private final LtkModelElement element;
	              ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxModelManagerImpl.java:[45] 
	private final @Nullable SourceUnitModelInfo oldInfo;
	                                            ^^^^^^^
The value of the field LtxModelManagerImpl.ModelDelta.oldInfo is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxModelManagerImpl.java:[47] 
	private final @Nullable SourceUnitModelInfo newInfo;
	                                            ^^^^^^^
The value of the field LtxModelManagerImpl.ModelDelta.newInfo is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxModelManagerImpl.java:[51] 
	public ModelDelta(final LtkModelElement element,
	                        ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxModelManagerImpl.java:[63] 
	public LtkModelElement getModelElement() {
	       ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxModelManagerImpl.java:[63] 
	public LtkModelElement getModelElement() {
	       ^^^^^^^^^^^^^^^
Type safety: The return type LtkModelElement for getModelElement() from the type LtxModelManagerImpl.ModelDelta needs unchecked conversion to conform to LtkModelElement<?> from the type LtkModelElementDelta
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/ContainerSourceElement.java:[46] 
	public ContainerSourceElement(final int type, final TexAstNode astNode) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field nameRegion may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/ContainerSourceElement.java:[113] 
	return TexElementName.create(TexElementName.RESOURCE, elementName.getSegmentName());
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/ContainerSourceElement.java:[123] 
	final SourceUnitModelInfo modelInfo= getSourceUnit().getModelInfo(TexModel.LTX_TYPE_ID, 0, null);
	                                                                                           ^^^^
Null type mismatch: required '@NonNull IProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/BasicLtxSourceElement.java:[44] 
	protected BasicLtxSourceElement(final int type) {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field name may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/BasicLtxSourceElement.java:[122] 
	&& (((this.type & MASK_C1) == C1_SOURCE) || getSourceParent().equals(other.getSourceParent()))
	                                            ^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSourceParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxProblemModelCheck.java:[43] 
	private static final int REF_LABEL_LIMIT= 50;
	                         ^^^^^^^^^^^^^^^
The value of the field LtxProblemModelCheck.REF_LABEL_LIMIT is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxProblemModelCheck.java:[47] 
	private SourceUnit currentUnit;
	                   ^^^^^^^^^^^
The value of the field LtxProblemModelCheck.currentUnit is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxProblemModelCheck.java:[49] 
	private TextLineInformation currentLines;
	                            ^^^^^^^^^^^^
The value of the field LtxProblemModelCheck.currentLines is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxProblemModelCheck.java:[68] 
	this.currentRequestor.acceptProblems(TexModel.LTX_TYPE_ID, this.problemBuffer);
	                                                           ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Problem>' needs unchecked conversion to conform to '@NonNull List<@NonNull Problem>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxProblemModelCheck.java:[81] 
	final NameAccessSet<TexNameAccess> labelSet= model.getLabels();
	                    ^^^^^^^^^^^^^
Null constraint mismatch: The type 'TexNameAccess' is not a valid substitute for the type parameter 'TNameAccess extends @NonNull NameAccess<?,TNameAccess>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxProblemModelCheck.java:[86] 
	for (final TexNameAccess access : accessList) {
	                                  ^^^^^^^^^^
Potential null pointer access: The variable accessList may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxProblemModelCheck.java:[91] 
	for (final TexNameAccess access : accessList) {
	                                  ^^^^^^^^^^
Potential null pointer access: The variable accessList may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxProblemModelCheck.java:[94] 
	this.messageBuilder.bind(ProblemMessages.Labels_UndefinedRef_message, access.getDisplayName()),
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxProblemModelCheck.java:[95] 
	nameNode.getStartOffset(), nameNode.getEndOffset() );
	^^^^^^^^
Potential null pointer access: The variable nameNode may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxProblemModelCheck.java:[109] 
	this.problemBuffer.add(new BasicProblem(TexModel.LTX_TYPE_ID, severity, code, 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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxProblemModelCheck.java:[112] 
	this.currentRequestor.acceptProblems(TexModel.LTX_TYPE_ID, this.problemBuffer);
	                                                           ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Problem>' needs unchecked conversion to conform to '@NonNull List<@NonNull Problem>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/builder/TexProjectTask.java:[85] 
	modelTypeId, TexBuildParticipant.class );
	^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/builder/TexProjectTask.java:[89] 
	participant.texProject= getTexProject();
	                        ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TexProjectNature' needs unchecked conversion to conform to '@NonNull TexProjectNature'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java:[50] 
	public static final EnumPref<IndentationType> INDENT_DEFAULT_TYPE_PREF= new EnumPref<>(
	                             ^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'IIndentSettings.IndentationType' is not a valid substitute for the type parameter 'E extends @NonNull Enum<E>'
42. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 128)
	setTabSize(prefs.getPreferenceValue(TAB_SIZE_PREF));
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java:[128] 
	setTabSize(prefs.getPreferenceValue(TAB_SIZE_PREF));
	                                    ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.IntPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Integer>', corresponding supertype is 'Preference<@NonNull Integer>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java:[129] 
	setIndentDefaultType(prefs.getPreferenceValue(INDENT_DEFAULT_TYPE_PREF));
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.EnumPref<IIndentSettings.IndentationType>' needs unchecked conversion to conform to '@NonNull Preference<IIndentSettings.IndentationType>', corresponding supertype is 'Preference<IIndentSettings.IndentationType>'
45. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 130)
	setIndentSpacesCount(prefs.getPreferenceValue(INDENT_SPACES_COUNT_PREF));
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java:[130] 
	setIndentSpacesCount(prefs.getPreferenceValue(INDENT_SPACES_COUNT_PREF));
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.IntPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Integer>', corresponding supertype is 'Preference<@NonNull Integer>'
47. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 131)
	setReplaceConservative(prefs.getPreferenceValue(REPLACE_CONVERSATIVE_PREF));
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java:[131] 
	setReplaceConservative(prefs.getPreferenceValue(REPLACE_CONVERSATIVE_PREF));
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.BooleanPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Boolean>', corresponding supertype is 'Preference<@NonNull Boolean>'
49. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 132)
	setReplaceOtherTabsWithSpaces(prefs.getPreferenceValue(REPLACE_TABS_WITH_SPACES_PREF));
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java:[132] 
	setReplaceOtherTabsWithSpaces(prefs.getPreferenceValue(REPLACE_TABS_WITH_SPACES_PREF));
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.BooleanPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Boolean>', corresponding supertype is 'Preference<@NonNull Boolean>'
51. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 133)
	setIndentBlockDepth(prefs.getPreferenceValue(INDENT_BLOCK_DEPTH_PREF));
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java:[133] 
	setIndentBlockDepth(prefs.getPreferenceValue(INDENT_BLOCK_DEPTH_PREF));
	                                             ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.IntPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Integer>', corresponding supertype is 'Preference<@NonNull Integer>'
53. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 134)
	setIndentEnvDepth(prefs.getPreferenceValue(INDENT_ENV_DEPTH_PREF));
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java:[134] 
	setIndentEnvDepth(prefs.getPreferenceValue(INDENT_ENV_DEPTH_PREF));
	                                           ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.IntPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Integer>', corresponding supertype is 'Preference<@NonNull Integer>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java:[135] 
	setIndentEnvLabels(prefs.getPreferenceValue(INDENT_ENV_LABELS_PREF));
	                                            ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference<Set<String>>' needs unchecked conversion to conform to '@NonNull Preference<Set<String>>'
56. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 136)
	setLineWidth(prefs.getPreferenceValue(WRAP_LINE_WIDTH_PREF));
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java:[136] 
	setLineWidth(prefs.getPreferenceValue(WRAP_LINE_WIDTH_PREF));
	                                      ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference<Integer>' needs unchecked conversion to conform to '@NonNull Preference<Integer>'
58. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 164)
	map.put(TAB_SIZE_PREF, getTabSize());
	                       ^^^^^^^^^^^^
The expression of type int is boxed into Integer
59. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 166)
	map.put(INDENT_SPACES_COUNT_PREF, getIndentSpacesCount());
	                                  ^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
60. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 167)
	map.put(REPLACE_CONVERSATIVE_PREF, getReplaceConservative());
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
61. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 168)
	map.put(REPLACE_TABS_WITH_SPACES_PREF, getReplaceOtherTabsWithSpaces());
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
62. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 169)
	map.put(WRAP_LINE_WIDTH_PREF, getLineWidth());
	                              ^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
63. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 170)
	map.put(INDENT_BLOCK_DEPTH_PREF, getIndentBlockDepth());
	                                 ^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
64. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 171)
	map.put(INDENT_ENV_DEPTH_PREF, getIndentEnvDepth());
	                               ^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
65. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 182)
	firePropertyChange(TAB_SIZE_PROP, oldValue, size);
	                                  ^^^^^^^^
The expression of type int is boxed into Integer
66. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 182)
	firePropertyChange(TAB_SIZE_PROP, oldValue, size);
	                                            ^^^^
The expression of type int is boxed into Integer
67. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 202)
	firePropertyChange(INDENT_SPACES_COUNT_PROP, oldValue, count);
	                                             ^^^^^^^^
The expression of type int is boxed into Integer
68. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 202)
	firePropertyChange(INDENT_SPACES_COUNT_PROP, oldValue, count);
	                                                       ^^^^^
The expression of type int is boxed into Integer
69. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 212)
	firePropertyChange(REPLACE_CONSERVATIVE_PROP, oldValue, enable);
	                                              ^^^^^^^^
The expression of type boolean is boxed into Boolean
70. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 212)
	firePropertyChange(REPLACE_CONSERVATIVE_PROP, oldValue, enable);
	                                                        ^^^^^^
The expression of type boolean is boxed into Boolean
71. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 222)
	firePropertyChange(REPLACE_TABS_WITH_SPACES_PROP, oldValue, getReplaceOtherTabsWithSpaces());
	                                                  ^^^^^^^^
The expression of type boolean is boxed into Boolean
72. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 222)
	firePropertyChange(REPLACE_TABS_WITH_SPACES_PROP, oldValue, getReplaceOtherTabsWithSpaces());
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
73. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 233)
	firePropertyChange(INDENT_BLOCK_DEPTH_PROP, oldValue, depth);
	                                            ^^^^^^^^
The expression of type int is boxed into Integer
74. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 233)
	firePropertyChange(INDENT_BLOCK_DEPTH_PROP, oldValue, depth);
	                                                      ^^^^^
The expression of type int is boxed into Integer
75. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 242)
	firePropertyChange(INDENT_ENV_DEPTH_PROP, oldValue, depth);
	                                          ^^^^^^^^
The expression of type int is boxed into Integer
76. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 242)
	firePropertyChange(INDENT_ENV_DEPTH_PROP, oldValue, depth);
	                                                    ^^^^^
The expression of type int is boxed into Integer
77. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 259)
	firePropertyChange(WRAP_LINE_WIDTH_PROP, oldValue, max);
	                                         ^^^^^^^^
The expression of type int is boxed into Integer
78. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCodeStyleSettings.java (at line 259)
	firePropertyChange(WRAP_LINE_WIDTH_PROP, oldValue, max);
	                                                   ^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/TexCorePreferenceInitializer.java:[150] 
	PreferenceUtils.setPrefValues(scope, map);
	                                     ^^^
Null type safety (type annotations): The expression of type 'Map<Preference<?>,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull Preference<?>,@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/LtxDocumentSetupParticipant.java:[48] 
	return new TreePartitioner(getPartitioningId(),
	                           ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/EnvLabelAccess.java:[50] 
	public String getDisplayName() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from ElementName.getDisplayName() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/EnvLabelAccess.java:[61] 
	public TexAstNode getNode() {
	       ^^^^^^^^^^
The return type is incompatible with '@NonNull TexAstNode' returned from NameAccess<TexAstNode,TexNameAccess>.getNode() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/EnvLabelAccess.java:[71] 
	public ImList<? extends TexNameAccess> getAllInUnit() {
	       ^^^^^^
The return type is incompatible with '@NonNull ImList<? extends @NonNull TexNameAccess>' returned from NameAccess<TexAstNode,TexNameAccess>.getAllInUnit() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxProblemAstVisitor.java:[64] 
	private SourceUnit currentUnit;
	                   ^^^^^^^^^^^
The value of the field LtxProblemAstVisitor.currentUnit is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxProblemAstVisitor.java:[66] 
	private TextLineInformation currentLines;
	                            ^^^^^^^^^^^^
The value of the field LtxProblemAstVisitor.currentLines is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxProblemAstVisitor.java:[83] 
	this.currentRequestor.acceptProblems(TexModel.LTX_TYPE_ID, this.problemBuffer);
	                                                           ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Problem>' needs unchecked conversion to conform to '@NonNull List<@NonNull Problem>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxProblemAstVisitor.java:[96] 
	public void visit(final SourceComponent node) throws InvocationTargetException {
	                        ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from TexAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxProblemAstVisitor.java:[101] 
	public void visit(final Group node) throws InvocationTargetException {
	                        ^^^^^
Missing non-null annotation: inherited method from TexAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxProblemAstVisitor.java:[122] 
	public void visit(final Environment node) throws InvocationTargetException {
	                        ^^^^^^^^^^^
Missing non-null annotation: inherited method from TexAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxProblemAstVisitor.java:[128] 
	this.messageBuilder.bind(ProblemMessages.Ast_Env_NotClosed_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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxProblemAstVisitor.java:[129] 
	limit(node.getText(), ENV_LABEL_LIMIT) ),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxProblemAstVisitor.java:[146] 
	this.messageBuilder.bind(ProblemMessages.Ast_Math_NotClosed_message, c),
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxProblemAstVisitor.java:[156] 
	public void visit(final ControlNode node) throws InvocationTargetException {
	                        ^^^^^^^^^^^
Missing non-null annotation: inherited method from TexAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxProblemAstVisitor.java:[167] 
	this.messageBuilder.bind(ProblemMessages.Ast_Env_NotOpened_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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxProblemAstVisitor.java:[168] 
	limit(node.getChild(0).getChild(0).getText(), ENV_LABEL_LIMIT) ),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxProblemAstVisitor.java:[182] 
	public void visit(final Text node) throws InvocationTargetException {
	                        ^^^^
Missing non-null annotation: inherited method from TexAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxProblemAstVisitor.java:[186] 
	public void visit(final Label node) throws InvocationTargetException {
	                        ^^^^^
Missing non-null annotation: inherited method from TexAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxProblemAstVisitor.java:[190] 
	public void visit(final Math node) throws InvocationTargetException {
	                        ^^^^
Missing non-null annotation: inherited method from TexAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxProblemAstVisitor.java:[195] 
	this.messageBuilder.bind(ProblemMessages.Ast_Math_NotClosed_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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxProblemAstVisitor.java:[196] 
	node.getText() ),
	^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxProblemAstVisitor.java:[197] 
	node.getStartOffset(), node.getStartOffset() + node.getText().length() );
	                                               ^^^^^^^^^^^^^^
Potential null pointer access: The method getText() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxProblemAstVisitor.java:[204] 
	public void visit(final Verbatim node) throws InvocationTargetException {
	                        ^^^^^^^^
Missing non-null annotation: inherited method from TexAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxProblemAstVisitor.java:[209] 
	this.messageBuilder.bind(ProblemMessages.Ast_Verbatim_NotClosed_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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxProblemAstVisitor.java:[217] 
	public void visit(final Comment node) throws InvocationTargetException {
	                        ^^^^^^^
Missing non-null annotation: inherited method from TexAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxProblemAstVisitor.java:[221] 
	public void visit(final Dummy node) throws InvocationTargetException {
	                        ^^^^^
Missing non-null annotation: inherited method from TexAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxProblemAstVisitor.java:[234] 
	public void visit(final Embedded node) throws InvocationTargetException {
	                        ^^^^^^^^
Missing non-null annotation: inherited method from TexAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxProblemAstVisitor.java:[253] 
	this.problemBuffer.add(new BasicProblem(TexModel.LTX_TYPE_ID, severity, code, 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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxProblemAstVisitor.java:[256] 
	this.currentRequestor.acceptProblems(TexModel.LTX_TYPE_ID, this.problemBuffer);
	                                                           ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Problem>' needs unchecked conversion to conform to '@NonNull List<@NonNull Problem>'
109. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/SourceAnalyzer.java (at line 60)
	private static final Integer ONE= 1;
	                                  ^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/SourceAnalyzer.java:[72] 
	private Map<String, NameAccessAccumulator<TexNameAccess>> labels= new HashMap<>();
	                                          ^^^^^^^^^^^^^
Null constraint mismatch: The type 'TexNameAccess' is not a valid substitute for the type parameter 'TName extends @NonNull ElementName'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/SourceAnalyzer.java:[105] 
	TexElement.C2_SOURCE_FILE, su, (TexAstNode) ast.getRoot());
	                           ^^
Null type safety (type annotations): The expression of type 'TexSourceUnit' needs unchecked conversion to conform to '@NonNull SourceUnit'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/SourceAnalyzer.java:[109] 
	final NameAccessSet<TexNameAccess> labels;
	                    ^^^^^^^^^^^^^
Null constraint mismatch: The type 'TexNameAccess' is not a valid substitute for the type parameter 'TNameAccess extends @NonNull NameAccess<?,TNameAccess>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/SourceAnalyzer.java:[114] 
	labels= new BasicNameAccessSet<>(this.labels);
	                                 ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,NameAccessAccumulator<TexNameAccess>>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull NameAccessAccumulator<@NonNull TexNameAccess>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/SourceAnalyzer.java:[136] 
	this.minSectionLevel, this.maxSectionLevel, labels, customCommands, customEnvs );
	                                            ^^^^^^
Null type safety (type annotations): The expression of type 'NameAccessSet<TexNameAccess>' needs unchecked conversion to conform to '@NonNull NameAccessSet<@NonNull TexNameAccess>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/SourceAnalyzer.java:[136] 
	this.minSectionLevel, this.maxSectionLevel, labels, customCommands, customEnvs );
	                                                    ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,TexCommand>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull TexCommand>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/SourceAnalyzer.java:[136] 
	this.minSectionLevel, this.maxSectionLevel, labels, customCommands, customEnvs );
	                                                                    ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,TexCommand>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull TexCommand>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/SourceAnalyzer.java:[153] 
	this.currentElement.children.add(element);
	                                 ^^^^^^^
Null type safety (type annotations): The expression of type 'ContainerSourceElement' needs unchecked conversion to conform to '@NonNull BasicLtxSourceElement'
118. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/SourceAnalyzer.java (at line 174)
	(element.occurrenceCount= occ + 1) ));
	                          ^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/SourceAnalyzer.java:[245] 
	public void visit(final SourceComponent node) throws InvocationTargetException {
	                        ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from TexAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/SourceAnalyzer.java:[258] 
	public void visit(final Environment node) throws InvocationTargetException {
	                        ^^^^^^^^^^^
Missing non-null annotation: inherited method from TexAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/SourceAnalyzer.java:[261] 
	if ((command.getType() & TexCommand.MASK_C2) == TexCommand.C2_ENV_DOCUMENT_BEGIN) {
	     ^^^^^^^
Potential null pointer access: The variable command may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/SourceAnalyzer.java:[304] 
	public void visit(final ControlNode node) throws InvocationTargetException {
	                        ^^^^^^^^^^^
Missing non-null annotation: inherited method from TexAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/SourceAnalyzer.java:[317] 
	C2_PREAMBLE, this.currentElement, node ));
	             ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ContainerSourceElement' needs unchecked conversion to conform to '@NonNull ContainerSourceElement'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/SourceAnalyzer.java:[341] 
	C2_SECTIONING | level, this.currentElement, node ));
	                       ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ContainerSourceElement' needs unchecked conversion to conform to '@NonNull ContainerSourceElement'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/SourceAnalyzer.java:[372] 
	NameAccessAccumulator<TexNameAccess> shared= this.labels.get(label);
	                      ^^^^^^^^^^^^^
Null constraint mismatch: The type 'TexNameAccess' is not a valid substitute for the type parameter 'TName extends @NonNull ElementName'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/SourceAnalyzer.java:[374] 
	shared= new NameAccessAccumulator<>(label);
	                                    ^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/SourceAnalyzer.java:[424] 
	public void visit(final Text node) throws InvocationTargetException {
	                        ^^^^
Missing non-null annotation: inherited method from TexAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/SourceAnalyzer.java:[436] 
	public void visit(final Embedded node) throws InvocationTargetException {
	                        ^^^^^^^^
Missing non-null annotation: inherited method from TexAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/SourceAnalyzer.java:[444] 
	this.embeddedItems.add(new EmbeddingReconcileItem(node, null));
	                                                        ^^^^
Null type mismatch: required '@NonNull EmbeddingForeignSourceElement' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/SourceAnalyzer.java:[454] 
	this.currentElement, node );
	^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ContainerSourceElement' needs unchecked conversion to conform to '@NonNull ContainerSourceElement'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/model/build/EmbeddingReconcileItem.java:[56] 
	public void setEmbeddedElement(final SourceStructElement element) {
	                                     ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/model/TexModel.java:[31] 
	return TexCorePlugin.getInstance().getLtxModelManager();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'LtxModelManagerImpl' needs unchecked conversion to conform to '@NonNull ModelManager'
133. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/commands/Argument.java (at line 99)
	this.label, this.type, this.content );
	            ^^^^^^^^^
The expression of type byte is boxed into Byte
134. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/commands/Argument.java (at line 99)
	this.label, this.type, this.content );
	                       ^^^^^^^^^^^^
The expression of type byte is boxed into Byte
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/refactoring/LtxSourceIndenter.java:[121] 
	this.lineColumns[this.refLine]= this.util.getLineIndent(this.refLine, false)[IndentUtil.COLUMN_IDX];
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getLineIndent(int, boolean) from the type IndentUtil is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/refactoring/LtxSourceIndenter.java:[135] 
	AstNode node= AstSelection.search(this.rootNode,
	                                  ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TexAstNode' needs unchecked conversion to conform to '@NonNull AstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/refactoring/LtxSourceIndenter.java:[158] 
	this.lineColumns[beginLine]= this.util.getLineIndent(beginLine, false)[IndentUtil.COLUMN_IDX];
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getLineIndent(int, boolean) from the type IndentUtil is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/commands/MathSymbolDefinitions.java:[739] 
	), "Prints wide accent Circumflex (hat) above given text", null ); // std
	                                                           ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/commands/MathSymbolDefinitions.java:[743] 
	), "Prints wide Tilde above given text", null ); // std
	                                         ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCore.java:[43] 
	LTX_CONTENT_TYPE= contentTypeManager.getContentType(LTX_CONTENT_ID);
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IContentType' needs unchecked conversion to conform to '@NonNull IContentType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCore.java:[46] 
	public static final TexCoreAccess WORKBENCH_ACCESS= TexCorePlugin.getInstance().getWorkbenchAccess();
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TexCoreAccess' needs unchecked conversion to conform to '@NonNull TexCoreAccess'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/TexCore.java:[53] 
	return TexCorePlugin.getInstance().getDefaultsAccess();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TexCoreAccess' needs unchecked conversion to conform to '@NonNull TexCoreAccess'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/commands/LtxCommandCategories.java:[101] 
	final @Nullable List<TexCommand>[] lists= new List[cats.length];
	                                          ^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List[] needs unchecked conversion to conform to List<TexCommand>[]
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/commands/LtxCommandCategories.java:[101] 
	final @Nullable List<TexCommand>[] lists= new List[cats.length];
	                                          ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List[]' needs unchecked conversion to conform to '@Nullable List<@NonNull TexCommand> []'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/commands/LtxCommandCategories.java:[109] 
	lists[cat.ordinal()].add(command);
	^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: array element may be null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/commands/LtxCommandCategories.java:[120] 
	categories.add(new Category(cats[i], ImCollections.toList(lists[i])));
	                                                          ^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Collection<? extends @NonNull TexCommand>' but this expression has type '@Nullable List<@NonNull TexCommand>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/commands/TexCommandSet.java:[74] 
	private final String contextId;
	                     ^^^^^^^^^
The value of the field TexCommandSet.ContextSet.contextId is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/commands/TexCommandSet.java:[99] 
	final List<TexCommand> list= new ArrayList<>(commandFilter.size() + 16);
	                                             ^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/commands/TexCommandSet.java:[117] 
	final List<TexCommand> list= new ArrayList<>(envFilter.size() + 16);
	                                             ^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/commands/TexCommandSet.java:[199] 
	preambleCommandMap, preambleCommandList, null, null );
	                                         ^^^^
Null type mismatch: required '@NonNull Map<@NonNull String,@NonNull TexCommand>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/commands/TexCommandSet.java:[199] 
	preambleCommandMap, preambleCommandList, null, null );
	                                               ^^^^
Null type mismatch: required '@NonNull List<@NonNull TexCommand>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxReconciler.java:[71] 
	this.content= adapter.getParseContent(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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxReconciler.java:[130] 
	this.texManager.getEventJob().addUpdate(su, data.oldModel, data.newModel);
	                                            ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'LtxSourceUnitModelInfo' needs unchecked conversion to conform to '@NonNull LtxSourceUnitModelInfo'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxReconciler.java:[130] 
	this.texManager.getEventJob().addUpdate(su, data.oldModel, data.newModel);
	                                                           ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'LtxSourceUnitModelInfo' needs unchecked conversion to conform to '@NonNull LtxSourceUnitModelInfo'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxReconciler.java:[145] 
	this.rpReporter.run(su, data.content, data.newModel,
	                        ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceContent' needs unchecked conversion to conform to '@NonNull SourceContent'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxReconciler.java:[145] 
	this.rpReporter.run(su, data.content, data.newModel,
	                                      ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'LtxSourceUnitModelInfo' needs unchecked conversion to conform to '@NonNull LtxSourceUnitModelInfo'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxReconciler.java:[149] 
	data.embedded.reportEmbeddedProblems(data.content, data.newModel, 
	                                     ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceContent' needs unchecked conversion to conform to '@NonNull SourceContent'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxReconciler.java:[149] 
	data.embedded.reportEmbeddedProblems(data.content, data.newModel, 
	                                                   ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'LtxSourceUnitModelInfo' needs unchecked conversion to conform to '@NonNull LtxSourceUnitModelInfo'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxReconciler.java:[184] 
	data.embedded.reconcileEmbeddedAst(data.content, embeddedNodes, flags, monitor);
	                                   ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceContent' needs unchecked conversion to conform to '@NonNull SourceContent'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxReconciler.java:[184] 
	data.embedded.reconcileEmbeddedAst(data.content, embeddedNodes, flags, monitor);
	                                                 ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Embedded>' needs unchecked conversion to conform to '@NonNull List<@NonNull Embedded>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxReconciler.java:[184] 
	data.embedded.reconcileEmbeddedAst(data.content, embeddedNodes, flags, 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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxReconciler.java:[192] 
	data.ast= new AstInfo(1, stamp, sourceNode);
	                                ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceComponent' needs unchecked conversion to conform to '@NonNull AstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxReconciler.java:[213] 
	data.adapter.setAst(data.ast);
	                    ^^^^^^^^
Null type safety (type annotations): The expression of type 'AstInfo' needs unchecked conversion to conform to '@NonNull AstInfo'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxReconciler.java:[231] 
	data.embedded.reconcileEmbeddedModel(data.content, model,
	                                     ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceContent' needs unchecked conversion to conform to '@NonNull SourceContent'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxReconciler.java:[231] 
	data.embedded.reconcileEmbeddedModel(data.content, model,
	                                                   ^^^^^
Null type mismatch: required '@NonNull LtxSourceUnitModelInfo' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxReconciler.java:[232] 
	this.rmSourceAnalyzer.getEmbeddedItems(), flags, monitor );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<EmbeddingReconcileItem>' needs unchecked conversion to conform to '@NonNull List<@NonNull EmbeddingReconcileItem>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/LtxReconciler.java:[232] 
	this.rmSourceAnalyzer.getEmbeddedItems(), flags, 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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/RefLabelAccess.java:[33] 
	private final NameAccessAccumulator<TexNameAccess> shared;
	                                    ^^^^^^^^^^^^^
Null constraint mismatch: The type 'TexNameAccess' is not a valid substitute for the type parameter 'TName extends @NonNull ElementName'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/RefLabelAccess.java:[41] 
	protected RefLabelAccess(final NameAccessAccumulator<TexNameAccess> shared, final TexAstNode node, final TexAstNode labelNode) {
	                                                     ^^^^^^^^^^^^^
Null constraint mismatch: The type 'TexNameAccess' is not a valid substitute for the type parameter 'TName extends @NonNull ElementName'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/RefLabelAccess.java:[60] 
	public String getDisplayName() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from ElementName.getDisplayName() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/RefLabelAccess.java:[71] 
	public TexAstNode getNode() {
	       ^^^^^^^^^^
The return type is incompatible with '@NonNull TexAstNode' returned from NameAccess<TexAstNode,TexNameAccess>.getNode() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/model/RefLabelAccess.java:[81] 
	public ImList<? extends TexNameAccess> getAllInUnit() {
	       ^^^^^^
The return type is incompatible with '@NonNull ImList<? extends @NonNull TexNameAccess>' returned from NameAccess<TexAstNode,TexNameAccess>.getAllInUnit() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/BasicTexCoreAccess.java:[52] 
	public BasicTexCoreAccess(final PreferenceAccess prefs) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field codeStyleListener may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/BasicTexCoreAccess.java:[52] 
	public BasicTexCoreAccess(final PreferenceAccess prefs) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field commandSet may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/BasicTexCoreAccess.java:[110] 
	this.codeStyleListener= null;
	                        ^^^^
Null type mismatch: required '@NonNull PreferencesManageListener' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/BasicTexCoreAccess.java:[114] 
	this.commonPrefsListener= null;
	                          ^^^^
Null type mismatch: required 'PreferenceSetService.@NonNull ChangeListener' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/TexCorePlugin.java:[73] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/TexCorePlugin.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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/TexCorePlugin.java:[91] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/internal/docmlet/tex/core/TexCorePlugin.java:[122] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/LtxPartitionNodeScanner.java:[187] 
	public int getRestartOffset(TreePartitionNode node, final IDocument document,
	                            ^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from TreePartitionNodeScanner specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/LtxPartitionNodeScanner.java:[187] 
	public int getRestartOffset(TreePartitionNode node, final IDocument document,
	                                                          ^^^^^^^^^
Missing non-null annotation: inherited method from TreePartitionNodeScanner specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/LtxPartitionNodeScanner.java:[201] 
	public LtxPartitionNodeType getDefaultRootType() {
	       ^^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull BasicPartitionNodeType' returned from TreePartitionNodeScanner.getDefaultRootType() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/LtxPartitionNodeScanner.java:[206] 
	public void execute(final TreePartitionNodeScan scan) {
	                          ^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from TreePartitionNodeScanner specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/LtxPartitionNodeScanner.java:[277] 
	this.node= this.scan.add(type, this.node, offset, 0);
	                         ^^^^
Null type safety (type annotations): The expression of type 'LtxPartitionNodeType' needs unchecked conversion to conform to '@NonNull TreePartitionNodeType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/LtxPartitionNodeScanner.java:[277] 
	this.node= this.scan.add(type, this.node, offset, 0);
	                               ^^^^^^^^^
Null type safety (type annotations): The expression of type 'TreePartitionNode' needs unchecked conversion to conform to '@NonNull TreePartitionNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/LtxPartitionNodeScanner.java:[283] 
	this.node= this.scan.add(type, this.node, offset, 0);
	                         ^^^^
Null type safety (type annotations): The expression of type 'TreePartitionNodeType' needs unchecked conversion to conform to '@NonNull TreePartitionNodeType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/LtxPartitionNodeScanner.java:[283] 
	this.node= this.scan.add(type, this.node, offset, 0);
	                               ^^^^^^^^^
Null type safety (type annotations): The expression of type 'TreePartitionNode' needs unchecked conversion to conform to '@NonNull TreePartitionNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/LtxPartitionNodeScanner.java:[292] 
	this.scan.expand(this.node, offset, flags, true);
	                 ^^^^^^^^^
Null type safety (type annotations): The expression of type 'TreePartitionNode' needs unchecked conversion to conform to '@NonNull TreePartitionNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/LtxPartitionNodeScanner.java:[820] 
	this.scan.expand(this.node, this.reader.getOffset(), END_UNCLOSED, true);
	                 ^^^^^^^^^
Null type safety (type annotations): The expression of type 'TreePartitionNode' needs unchecked conversion to conform to '@NonNull TreePartitionNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[94] 
	private final Text whitespace= new Text(null, -1, -1);
	                                        ^^^^
Null type mismatch: required '@NonNull TexAstNode' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[271] 
	System.arraycopy(this.stackTypes, 0, newTypes, 0, this.stackPos);
	                 ^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[274] 
	System.arraycopy(this.stackEndKeys, 0, newKeys, 0, this.stackPos);
	                 ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[323] 
	this.lexer.getText(this.symbolTextFactory) );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[361] 
	final Environment env= new Environment.MathLatexShorthand(group, node);
	                                                          ^^^^^
Null type safety (type annotations): The expression of type 'ContainerNode' needs unchecked conversion to conform to '@NonNull TexAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[374] 
	final Environment env= new Environment.MathLatexShorthand(group, node);
	                                                          ^^^^^
Null type safety (type annotations): The expression of type 'ContainerNode' needs unchecked conversion to conform to '@NonNull TexAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[395] 
	{	final Group node= new Group.Bracket(group, this.lexer.getOffset(), this.lexer.getStopOffset());
	 	                                    ^^^^^
Null type safety (type annotations): The expression of type 'ContainerNode' needs unchecked conversion to conform to '@NonNull TexAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[435] 
	textNode= new Text(group, this.lexer.getOffset(), this.lexer.getStopOffset());
	                   ^^^^^
Null type safety (type annotations): The expression of type 'ContainerNode' needs unchecked conversion to conform to '@NonNull TexAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[441] 
	textNode= new Text(group, textNode.startOffset, this.lexer.getStopOffset());
	                   ^^^^^
Null type safety (type annotations): The expression of type 'ContainerNode' needs unchecked conversion to conform to '@NonNull TexAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[474] 
	final Label node= new Label(group, this.lexer.getOffset(), this.lexer.getStopOffset(),
	                            ^^^^^
Null type safety (type annotations): The expression of type 'ContainerNode' needs unchecked conversion to conform to '@NonNull ContainerNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[475] 
	this.lexer.getFullText(this.symbolTextFactory) );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[484] 
	final Text node= new Text.Num(group, this.lexer.getOffset(), this.lexer.getStopOffset(),
	                              ^^^^^
Null type safety (type annotations): The expression of type 'ContainerNode' needs unchecked conversion to conform to '@NonNull TexAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[485] 
	checkNum(this.lexer.getFullText(this.otherTextFactory)) );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[494] 
	textNode= new Text(group, this.lexer.getOffset(), this.lexer.getStopOffset());
	                   ^^^^^
Null type safety (type annotations): The expression of type 'ContainerNode' needs unchecked conversion to conform to '@NonNull TexAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[500] 
	textNode= new Text(group, textNode.startOffset, this.lexer.getStopOffset());
	                   ^^^^^
Null type safety (type annotations): The expression of type 'ContainerNode' needs unchecked conversion to conform to '@NonNull TexAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[514] 
	textNode= new Text(group, this.lexer.getOffset(), this.lexer.getStopOffset());
	                   ^^^^^
Null type safety (type annotations): The expression of type 'ContainerNode' needs unchecked conversion to conform to '@NonNull TexAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[543] 
	textNode= new Text(group, this.lexer.getOffset(), this.lexer.getStopOffset());
	                   ^^^^^
Null type safety (type annotations): The expression of type 'ContainerNode' needs unchecked conversion to conform to '@NonNull TexAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[553] 
	final Math node= new Math.SingleDollar(group, this.lexer.getOffset(), this.lexer.getStopOffset());
	                                       ^^^^^
Null type safety (type annotations): The expression of type 'ContainerNode' needs unchecked conversion to conform to '@NonNull TexAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[590] 
	final Math node= new Math.DoubleDollar(group, this.lexer.getOffset(), this.lexer.getStopOffset());
	                                       ^^^^^
Null type safety (type annotations): The expression of type 'ContainerNode' needs unchecked conversion to conform to '@NonNull TexAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[616] 
	{	final Embedded node= new Embedded(group, this.lexer.getOffset(), this.lexer.getStopOffset(),
	 	                                  ^^^^^
Null type safety (type annotations): The expression of type 'ContainerNode' needs unchecked conversion to conform to '@NonNull TexAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[633] 
	group.children= children.toArray(new TexAstNode[children.size()]);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TexAstNode[]' needs unchecked conversion to conform to '@NonNull TexAstNode @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[638] 
	group.setEndNode(this.foundEndOffset, this.foundEndNode);
	                                      ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TexAstNode' needs unchecked conversion to conform to '@NonNull TexAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[651] 
	final ControlNode.Word controlNode= new ControlNode.Word(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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[773] 
	controlNode.arguments= children.toArray(new TexAstNode[children.size()]);
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TexAstNode[]' needs unchecked conversion to conform to '@NonNull TexAstNode @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[790] 
	final Environment envNode= new Environment.Word(null, controlNode);
	                                                ^^^^
Null type mismatch: required '@NonNull TexAstNode' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[834] 
	controlNode.arguments= new TexAstNode[] { verbatimNode };
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TexAstNode[]' needs unchecked conversion to conform to '@NonNull TexAstNode @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[843] 
	final Environment envNode= new Environment.Word(null, controlNode);
	                                                ^^^^
Null type mismatch: required '@NonNull TexAstNode' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[857] 
	final Environment envNode= new Environment.Word(null, controlNode);
	                                                ^^^^
Null type mismatch: required '@NonNull TexAstNode' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[930] 
	final TexAstNode[] argNodes= TexAsts.resolveArguments(node);
	                                                      ^^^^
Null type safety (type annotations): The expression of type 'ControlNode' needs unchecked conversion to conform to '@NonNull ControlNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[937] 
	&& argNode.getText().length() > 0) {
	   ^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getText() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[941] 
	&& argNode.getText().length() > 0) {
	   ^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getText() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[953] 
	requiredArgs= Integer.parseInt(argNode.getText());
	                               ^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[986] 
	map.put(controlWord, new TexCommand(0, controlWord, false,
	                                       ^^^^^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[987] 
	ImCollections.newList(args), "(custom)"));
	                      ^^^^
Null type safety (type annotations): The expression of type 'Argument[]' needs unchecked conversion to conform to '@NonNull Argument @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[997] 
	final Embedded embedded= new Embedded.Inline(group, this.lexer.getStopOffset(), command.getEmbeddedType(argIdx));
	                                             ^^^^^
Null type safety (type annotations): The expression of type 'ContainerNode' needs unchecked conversion to conform to '@NonNull TexAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[1002] 
	byte s= (scanner != null) ? scanner.consume(this.lexer) : consumeEmbeddedDefault();
	                                            ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'LtxLexer' needs unchecked conversion to conform to '@NonNull LtxLexer'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[1031] 
	group.children= new TexAstNode[] { embedded };
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TexAstNode[]' needs unchecked conversion to conform to '@NonNull TexAstNode @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/ast/LtxParser.java:[1037] 
	group.setEndNode(this.foundEndOffset, this.foundEndNode);
	                                      ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TexAstNode' needs unchecked conversion to conform to '@NonNull TexAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/util/TexCoreAccessWrapper.java:[67] 
	public void setPreferenceContexts(final ImList<IScopeContext> contexts) {
	                                        ^^^^^^
Missing non-null annotation: inherited method from PreferenceAccessWrapper specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/util/TexCoreAccessWrapper.java:[73] 
	public PreferenceAccess getPrefs() {
	       ^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull PreferenceAccess' returned from TexCoreAccess.getPrefs() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/util/TexCoreAccessWrapper.java:[78] 
	public TexCommandSet getTexCommandSet() {
	       ^^^^^^^^^^^^^
The return type is incompatible with '@NonNull TexCommandSet' returned from TexCoreAccess.getTexCommandSet() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/util/TexCoreAccessWrapper.java:[83] 
	public TexCodeStyleSettings getTexCodeStyle() {
	       ^^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull TexCodeStyleSettings' returned from TexCoreAccess.getTexCodeStyle() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/model/TexElementName.java:[38] 
	return (s1 == s2) || (s1 != null && s1.hashCode() == s2.hashCode() && s1.equals(s2));
	                                                     ^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/refactoring/LtxRefactoringAdapter.java:[60] 
	public boolean canInsert(final ElementSet elements, final SourceElement to,
	                                                          ^^^^^^^^^^^^^
SourceElement is a raw type. References to generic type SourceElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/refactoring/LtxRefactoringAdapter.java:[64] 
	for (final LtkModelElement element : elements.getModelElements()) {
	           ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/refactoring/LtxRefactoringAdapter.java:[88] 
	final SourceElement element, final Position pos,
	      ^^^^^^^^^^^^^
SourceElement is a raw type. References to generic type SourceElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/parser/LtxLexer.java:[248] 
	this.input.getString(1, 2, textFactory);
	                           ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'StringFactory' needs unchecked conversion to conform to '@NonNull StringFactory'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/parser/LtxLexer.java:[250] 
	return this.input.getString(1, this.foundNum, textFactory);
	                                              ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'StringFactory' needs unchecked conversion to conform to '@NonNull StringFactory'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/parser/LtxLexer.java:[259] 
	return this.input.getString(0, this.foundNum, factory);
	                                              ^^^^^^^
Null type safety (type annotations): The expression of type 'StringFactory' needs unchecked conversion to conform to '@NonNull StringFactory'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/parser/LtxLexer.java:[694] 
	if (in.matches(n, this.endPattern)) {
	                  ^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/LtxHeuristicTokenScanner.java:[135] 
	public void configure(final IDocument document, final String partitionType) {
	                            ^^^^^^^^^
Missing non-null annotation: inherited method from BasicHeuristicTokenScanner specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/LtxHeuristicTokenScanner.java:[135] 
	public void configure(final IDocument document, final String partitionType) {
	                                                      ^^^^^^
Missing non-null annotation: inherited method from BasicHeuristicTokenScanner specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/LtxHeuristicTokenScanner.java:[137] 
	super.configure(document, new PartitionConstraint() {
	                ^^^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/LtxHeuristicTokenScanner.java:[140] 
	public boolean matches(final String partitionType) {
	                             ^^^^^^
Missing non-null annotation: inherited method from PartitionConstraint specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/LtxHeuristicTokenScanner.java:[147] 
	if (getDefaultPartitionConstraint().matches(partitionType)) {
	                                            ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/LtxHeuristicTokenScanner.java:[155] 
	super.configure(document, partitionType);
	                ^^^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/LtxHeuristicTokenScanner.java:[155] 
	super.configure(document, partitionType);
	                          ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/org/eclipse/statet/docmlet/tex/core/source/LtxHeuristicTokenScanner.java:[219] 
	forwardOffset= scanForward(forwardOffset, bound, condition);
	                                                 ^^^^^^^^^
Null type safety (type annotations): The expression of type 'LtxHeuristicTokenScanner.BracketBalanceCondition' needs unchecked conversion to conform to 'BasicHeuristicTokenScanner.@NonNull StopCondition'
248 problems (0 errors, 216 warnings, 216 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.docmlet.tex.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.tex.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/target/org.eclipse.statet.docmlet.tex.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.tex.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.tex.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/target/org.eclipse.statet.docmlet.tex.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.tex.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.docmlet.tex.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.docmlet.tex.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/target/org.eclipse.statet.docmlet.tex.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.docmlet.tex.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/target/org.eclipse.statet.docmlet.tex.core-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/target/org.eclipse.statet.docmlet.tex.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.docmlet.tex.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.core/target/org.eclipse.statet.docmlet.tex.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.docmlet.tex.core ---
[INFO] 
[INFO] ----< org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.tex.ui >----
[INFO] Building StatET DocMLET - TeX - UI  (Incubation) 4.2.4.202103250600-r [86/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.tex.ui ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.tex.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.tex.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.docmlet.tex.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.docmlet.tex.ui ---
[INFO] Compiling 67 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/ConvertToTexProjectHandler.java:[52] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/ConvertToTexProjectHandler.java:[78] 
	TexUIMessages.TexProject_ConvertTask_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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/ConvertToTexProjectHandler.java:[86] 
	TexProjects.setupTexProject(project, m1.newChild(1));
	                            ^^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/TexPathCompletionComputer.java:[74] 
	this.baseFileStore= EFS.getStore(this.baseResource.getLocationURI());
	                                      ^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/TexPathCompletionComputer.java:[109] 
	final TextRegion region= TexAsts.getInnerRegion(argNode);
	                                                ^^^^^^^
Null type mismatch: required '@NonNull TexAstNode' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxSymbolsMenuContributions.java:[84] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxSymbolsMenuContributions.java:[121] 
	final String contentType= TextUtils.getContentType(viewer.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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxSymbolsMenuContributions.java:[131] 
	selection= proposal.getSelection(viewer.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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxSymbolsMenuContributions.java:[154] 
	public LtxSymbolsMenuContributions() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field categories may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/InsertLtxEditorTemplateHandler.java:[35] 
	return (TemplateCompletionComputer) TexUIPlugin.getInstance().getLtxEditorContentAssistRegistry()
				.getComputer("org.eclipse.statet.docmlet.contentAssistComputers.TexTemplateCompletion"); //$NON-NLS-1$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull TemplateCompletionComputer' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/text/LtxDoubleClickStrategy.java:[63] 
	ITypedRegion partition= TextUtilities.getPartition(document, this.partitioning, offset, 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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/text/LtxDoubleClickStrategy.java:[63] 
	ITypedRegion partition= TextUtilities.getPartition(document, this.partitioning, offset, 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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/text/LtxDoubleClickStrategy.java:[76] 
	partition= TextUtilities.getPartition(document, this.partitioning, 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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/text/LtxDoubleClickStrategy.java:[76] 
	partition= TextUtilities.getPartition(document, this.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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/text/LtxDoubleClickStrategy.java:[122] 
	this.scanner.configure(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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/TexCodeStylePreferenceBlock.java:[167] 
	setStatusListener(this.statusListener);
	                  ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'CombineStatusChangeListener' needs unchecked conversion to conform to '@NonNull StatusChangeListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/TexCodeStylePreferenceBlock.java:[172] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/TexCodeStylePreferenceBlock.java:[184] 
	setupPreferenceManager(prefs);
	                       ^^^^^
Null type safety (type annotations): The expression of type 'Map<Preference<?>,String>' needs unchecked conversion to conform to '@NonNull Map<@NonNull Preference<?>,@Nullable String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/TexCodeStylePreferenceBlock.java:[255] 
	LayoutUtils.addGDDummy(composite);
	                       ^^^^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/TexCodeStylePreferenceBlock.java:[270] 
	protected void addBindings(final DataBindingSupport db) {
	                                 ^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ManagedConfigurationBlock specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/TexCodeStylePreferenceBlock.java:[271] 
	this.stdIndentSettings.addBindings(db, this.model);
	                                   ^^
Null type safety (type annotations): The expression of type 'DataBindingSupport' needs unchecked conversion to conform to '@NonNull DataBindingSupport'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/TexCodeStylePreferenceBlock.java:[271] 
	this.stdIndentSettings.addBindings(db, this.model);
	                                       ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TexCodeStyleSettings' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/TexCodeStylePreferenceBlock.java:[275] 
	.observe(this.indentBlockDepthControl),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/TexCodeStylePreferenceBlock.java:[277] 
	.observe(db.getRealm(), this.model),
	         ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/TexCodeStylePreferenceBlock.java:[277] 
	.observe(db.getRealm(), this.model),
	                        ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TexCodeStyleSettings' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/TexCodeStylePreferenceBlock.java:[278] 
	new UpdateValueStrategy<String, Integer>()
						.setAfterGetValidator(new IntegerValidator(1, 10,
								Messages.CodeStyle_Indent_IndentInBlocks_error_message )),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'UpdateValueStrategy<String,Integer>' needs unchecked conversion to conform to '@Nullable UpdateValueStrategy<? super @NonNull String,? extends @NonNull Integer>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/TexCodeStylePreferenceBlock.java:[284] 
	.observe(this.indentEnvDepthControl),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/TexCodeStylePreferenceBlock.java:[286] 
	.observe(db.getRealm(), this.model),
	         ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/TexCodeStylePreferenceBlock.java:[286] 
	.observe(db.getRealm(), this.model),
	                        ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TexCodeStyleSettings' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/TexCodeStylePreferenceBlock.java:[287] 
	new UpdateValueStrategy<String, Integer>()
						.setAfterGetValidator(new IntegerValidator(1, 10,
								Messages.CodeStyle_Indent_IndentInEnvs_error_message )),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'UpdateValueStrategy<String,Integer>' needs unchecked conversion to conform to '@Nullable UpdateValueStrategy<? super @NonNull String,? extends @NonNull Integer>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/TexCodeStylePreferenceBlock.java:[312] 
	setPrefValues(this.model.toPreferencesMap());
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<Preference<?>,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull Preference<?>,@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/TexCommandLabelProvider.java:[28] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/TexCommandLabelProvider.java:[36] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/TexCommandLabelProvider.java:[36] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/TexQuickRenameComputer.java:[48] 
	if (node.getNodeType() == NodeType.LABEL) {
	    ^^^^
Potential null pointer access: The variable node may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/TexQuickRenameComputer.java:[76] 
	final ImList<? extends TexNameAccess> accessList= access.getAllInUnit();
	                                      ^^^^^^^^^^
The value of the local variable accessList is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/editors/TexMarkOccurrencesLocator.java:[82] 
	final String message= run.doc.get(occurrence.getNode().getStartOffset(), occurrence.getNode().getLength());
	                                  ^^^^^^^^^^
Potential null pointer access: The variable occurrence may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/editors/TexMarkOccurrencesLocator.java:[88] 
	TexNameAccess.getTextPosition(occurrence.getNameNode()) );
	                              ^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull TexAstNode' but this expression has type '@Nullable TexAstNode'
39. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxSourceViewerConfiguration.java (at line 182)
	return PreferenceUtils.getInstancePrefs().getPreferenceValue(
				TexEditingSettings.SMARTINSERT_BYDEFAULT_ENABLED_PREF );
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxSourceViewerConfiguration.java:[226] 
	{	final ContentAssistProcessor processor= new LtxContentAssistProcessor(assistant,
	 	                                                                      ^^^^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxSourceViewerConfiguration.java:[227] 
	TexDocumentConstants.LTX_DEFAULT_CONTENT_TYPE, registry, getSourceEditor() );
	                                               ^^^^^^^^
Null type safety (type annotations): The expression of type 'ContentAssistComputerRegistry' needs unchecked conversion to conform to '@NonNull ContentAssistComputerRegistry'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxSourceViewerConfiguration.java:[227] 
	TexDocumentConstants.LTX_DEFAULT_CONTENT_TYPE, registry, getSourceEditor() );
	                                                         ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ISourceEditor' needs unchecked conversion to conform to '@NonNull ISourceEditor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxSourceViewerConfiguration.java:[232] 
	TexDocumentConstants.LTX_MATH_CONTENT_TYPE, registry, getSourceEditor() );
	                                            ^^^^^^^^
Null type safety (type annotations): The expression of type 'ContentAssistComputerRegistry' needs unchecked conversion to conform to '@NonNull ContentAssistComputerRegistry'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxSourceViewerConfiguration.java:[232] 
	TexDocumentConstants.LTX_MATH_CONTENT_TYPE, registry, getSourceEditor() );
	                                                      ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ISourceEditor' needs unchecked conversion to conform to '@NonNull ISourceEditor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxSourceViewerConfiguration.java:[237] 
	TexDocumentConstants.LTX_COMMENT_CONTENT_TYPE, registry, getSourceEditor() );
	                                               ^^^^^^^^
Null type safety (type annotations): The expression of type 'ContentAssistComputerRegistry' needs unchecked conversion to conform to '@NonNull ContentAssistComputerRegistry'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxSourceViewerConfiguration.java:[237] 
	TexDocumentConstants.LTX_COMMENT_CONTENT_TYPE, registry, getSourceEditor() );
	                                                         ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ISourceEditor' needs unchecked conversion to conform to '@NonNull ISourceEditor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxSourceViewerConfiguration.java:[241] 
	TexDocumentConstants.LTX_MATHCOMMENT_CONTENT_TYPE, registry, getSourceEditor() );
	                                                   ^^^^^^^^
Null type safety (type annotations): The expression of type 'ContentAssistComputerRegistry' needs unchecked conversion to conform to '@NonNull ContentAssistComputerRegistry'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxSourceViewerConfiguration.java:[241] 
	TexDocumentConstants.LTX_MATHCOMMENT_CONTENT_TYPE, registry, getSourceEditor() );
	                                                             ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ISourceEditor' needs unchecked conversion to conform to '@NonNull ISourceEditor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxSourceViewerConfiguration.java:[245] 
	TexDocumentConstants.LTX_VERBATIM_CONTENT_TYPE, registry, getSourceEditor() );
	                                                ^^^^^^^^
Null type safety (type annotations): The expression of type 'ContentAssistComputerRegistry' needs unchecked conversion to conform to '@NonNull ContentAssistComputerRegistry'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxSourceViewerConfiguration.java:[245] 
	TexDocumentConstants.LTX_VERBATIM_CONTENT_TYPE, registry, getSourceEditor() );
	                                                          ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ISourceEditor' needs unchecked conversion to conform to '@NonNull ISourceEditor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/TexUIResources.java:[53] 
	private TexUIResources() {
	        ^^^^^^^^^^^^^^^^
The @NonNull field commandImages may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/TexUIResources.java:[66] 
	if (this.commandImages == null) {
			this.commandImages= TexUIPlugin.getInstance().getCommandImages();
		}
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/TexUIResources.java:[67] 
	this.commandImages= TexUIPlugin.getInstance().getCommandImages();
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,String>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxAssistInvocationContext.java:[127] 
	return scanner;
	       ^^^^^^^
Null type safety (type annotations): The expression of type 'LtxHeuristicTokenScanner' needs unchecked conversion to conform to '@NonNull LtxHeuristicTokenScanner'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxAssistInvocationContext.java:[222] 
	texNode= texNode.getTexParent();
	         ^^^^^^^
Potential null pointer access: The variable texNode may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxAssistInvocationContext.java:[232] 
	&& (controlNode= (ControlNode)texNode.getParent()).getCommand() != null) {
	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The variable controlNode may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxEditorTemplatesPreferencePage.java:[53] 
	partitioner.setStartType(LtxPartitionNodeType.MATH_ENV_xxx);
	^^^^^^^^^^^
Potential null pointer access: The variable partitioner may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxEditorTemplatesPreferencePage.java:[56] 
	partitioner.setStartType(LtxPartitionNodeType.DEFAULT_ROOT);
	^^^^^^^^^^^
Potential null pointer access: The variable partitioner may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxDocEditor.java:[60] 
	ACTION_SET_CONTEXT_IDS, KEY_CONTEXTS );
	^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<String>' needs unchecked conversion to conform to '@NonNull Collection<? extends String>', corresponding supertype is 'Collection<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxDocEditor.java:[60] 
	ACTION_SET_CONTEXT_IDS, KEY_CONTEXTS );
	                        ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<String>' needs unchecked conversion to conform to '@NonNull Collection<? extends String>', corresponding supertype is 'Collection<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/actions/TexToggleMarkOccurrencesHandler.java:[17] 
	import org.eclipse.statet.ecommons.ui.actions.TogglePreferenceEnablementHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type TogglePreferenceEnablementHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/actions/TexToggleMarkOccurrencesHandler.java:[25] 
	public class TexToggleMarkOccurrencesHandler extends TogglePreferenceEnablementHandler {
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type TogglePreferenceEnablementHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/actions/TexToggleMarkOccurrencesHandler.java:[29] 
	super(	TexEditingSettings.MARKOCCURRENCES_ENABLED_PREF,
				"org.eclipse.jdt.ui.edit.text.java.toggleMarkOccurrences"); //$NON-NLS-1$
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor TogglePreferenceEnablementHandler(Preference<Boolean>, String) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxContextInformationValidator.java:[145] 
	final SourceUnitModelInfo modelInfo= texSourceUnit.getModelInfo(null, 0, null);
	                                                                         ^^^^
Null type mismatch: required '@NonNull IProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxContextInformationValidator.java:[204] 
	else if (idx >= 0 && idx + 1 < argNodes.length && argNodes[idx].getEndOffset() == offset) {
	                                                  ^^^^^^^^^^^^^
Potential null pointer access: array element may be null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxContextInformationValidator.java:[205] 
	if ((argNodes[idx].getStatusCode() & TexProblemConstants.MASK_12) != STATUS2_GROUP_NOT_CLOSED) {
	     ^^^^^^^^^^^^^
Potential null pointer access: array element may be null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxContextInformationValidator.java:[209] 
	else if (idx > 0 && argNodes[idx].getStartOffset() == offset) {
	                    ^^^^^^^^^^^^^
Potential null pointer access: array element may be null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxContextInformationValidator.java:[211] 
	&& this.info.getCommand().getArguments().get(idx - 1).isOptional()) {
	        ^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxQuickOutlineInformationProvider.java:[30] 
	private LtxHeuristicTokenScanner scanner;
	                                 ^^^^^^^
The value of the field LtxQuickOutlineInformationProvider.scanner is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/TexElementHyperlinkDetector.java:[39] 
	public IHyperlink[] detectHyperlinks(final ITextViewer textViewer,
	       ^^^^^^^^^^^^
The return type is incompatible with '@NonNull IHyperlink @Nullable[]' returned from IHyperlinkDetector.detectHyperlinks(ITextViewer, IRegion, boolean) (mismatching null constraints)
71. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxAutoEditStrategy.java (at line 111)
	this.enabledByDefault= prefs.getPreferenceValue(TexEditingSettings.SMARTINSERT_BYDEFAULT_ENABLED_PREF);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
72. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxAutoEditStrategy.java (at line 113)
	this.closeBrackets= prefs.getPreferenceValue(TexEditingSettings.SMARTINSERT_CLOSEBRACKETS_ENABLED_PREF);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
73. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxAutoEditStrategy.java (at line 114)
	this.closeParenthesis= prefs.getPreferenceValue(TexEditingSettings.SMARTINSERT_CLOSEPARENTHESIS_ENABLED_PREF);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
74. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxAutoEditStrategy.java (at line 115)
	this.closeMathDollar= prefs.getPreferenceValue(TexEditingSettings.SMARTINSERT_CLOSEMATHDOLLAR_ENABLED_PREF);
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
75. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxAutoEditStrategy.java (at line 116)
	this.hardWrapText= prefs.getPreferenceValue(TexEditingSettings.SMARTINSERT_HARDWRAP_TEXT_ENABLED_PREF);
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxAutoEditStrategy.java:[457] 
	this.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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxQuickAssistProcessor.java:[41] 
	protected AssistInvocationContext createContext(final IQuickAssistInvocationContext invocationContext,
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from QuickAssistProcessor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxQuickAssistProcessor.java:[42] 
	final String contentType,
	      ^^^^^^
Missing non-null annotation: inherited method from QuickAssistProcessor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxQuickAssistProcessor.java:[43] 
	final IProgressMonitor monitor) {
	      ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from QuickAssistProcessor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxQuickAssistProcessor.java:[45] 
	invocationContext.getOffset(), 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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxQuickAssistProcessor.java:[46] 
	true, 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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxQuickAssistProcessor.java:[50] 
	protected void addModelAssistProposals(final AssistInvocationContext context,
	                                             ^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from QuickAssistProcessor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxQuickAssistProcessor.java:[51] 
	final AssistProposalCollector proposals, final IProgressMonitor monitor) {
	      ^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from QuickAssistProcessor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxQuickAssistProcessor.java:[51] 
	final AssistProposalCollector proposals, final IProgressMonitor monitor) {
	                                               ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from QuickAssistProcessor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxQuickAssistProcessor.java:[52] 
	this.refactoringComputer.computeAssistProposals(context, proposals, monitor);
	                                                ^^^^^^^
Null type safety (type annotations): The expression of type 'AssistInvocationContext' needs unchecked conversion to conform to '@NonNull AssistInvocationContext'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxQuickAssistProcessor.java:[52] 
	this.refactoringComputer.computeAssistProposals(context, proposals, monitor);
	                                                         ^^^^^^^^^
Null type safety (type annotations): The expression of type 'AssistProposalCollector' needs unchecked conversion to conform to '@NonNull AssistProposalCollector'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxQuickAssistProcessor.java:[52] 
	this.refactoringComputer.computeAssistProposals(context, proposals, 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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxArgumentListContextInformation.java:[31] 
	public class LtxArgumentListContextInformation implements AssistInformationProposal,
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type LtxArgumentListContextInformation should also implement hashCode() since it overrides Object.equals()
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/TexUIPlugin.java:[30] 
	import org.eclipse.jface.text.templates.ContextTypeRegistry;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/TexUIPlugin.java:[87] 
	private ContextTypeRegistry ltxEditorTemplateContextTypeRegistry;
	        ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/TexUIPlugin.java:[100] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/TexUIPlugin.java:[101] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/TexUIPlugin.java:[110] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/TexUIPlugin.java:[141] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/TexUIPlugin.java:[160] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/TexUIPlugin.java:[555] 
	public synchronized ContextTypeRegistry getLtxEditorTemplateContextTypeRegistry() {
	                    ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/TexUIPlugin.java:[572] 
	getLtxEditorTemplateContextTypeRegistry(), getPreferenceStore(),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ContextTypeRegistry' needs unchecked conversion to conform to '@NonNull ContextTypeRegistry'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/TexUIPlugin.java:[572] 
	getLtxEditorTemplateContextTypeRegistry(), 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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/TexLabelCompletionProposal.java:[90] 
	return this.access.getSegmentName();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/TexLabelCompletionProposal.java:[96] 
	return DocmlBaseUIResources.INSTANCE.getImage(DocmlBaseUIResources.OBJ_LABEL_TEXT_IMAGE_ID);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Image' but this expression has type '@Nullable Image'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/TexCodeStylePreferencePage.java:[61] 
	return ((ManagedConfigurationBlock) getBlock()).hasProjectSpecificOptions(project);
	                                                                          ^^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxElementCompletionComputer.java:[156] 
	(modelInfo != null) ? modelInfo.getCustomCommandMap().values() : null,
	                                                                 ^^^^
Null type mismatch: required '@NonNull Collection<@NonNull TexCommand>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxElementCompletionComputer.java:[160] 
	final List<? extends SourceStructElement> elements= modelInfo
	                     ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxElementCompletionComputer.java:[162] 
	final SourceStructElement element= LtkModelUtils.getCoveringSourceElement(elements, offset);
	      ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxElementCompletionComputer.java:[166] 
	commandSet.getLtxPreambleCommandsASorted(), null,
	                                            ^^^^
Null type mismatch: required '@NonNull Collection<@NonNull TexCommand>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxElementCompletionComputer.java:[171] 
	addCommandProposals(context, prefix, PREAMBLE_DOCU_COMMANDS, null, proposals);
	                                                             ^^^^
Null type mismatch: required '@NonNull Collection<@NonNull TexCommand>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxElementCompletionComputer.java:[181] 
	commandSet.getLtxMathCommandsASorted(), null, proposals );
	                                        ^^^^
Null type mismatch: required '@NonNull Collection<@NonNull TexCommand>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxElementCompletionComputer.java:[199] 
	final TextRegion region= TexAsts.getInnerRegion(argNode);
	                                                ^^^^^^^
Null type mismatch: required '@NonNull TexAstNode' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxElementCompletionComputer.java:[213] 
	if (!name.isEmpty() && !prefered.contains(name)) {
	     ^^^^
Potential null pointer access: The variable name may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxElementCompletionComputer.java:[222] 
	(modelInfo != null) ? modelInfo.getCustomEnvMap().values() : null,
	                                                             ^^^^
Null type mismatch: required '@NonNull Collection<@NonNull TexCommand>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxElementCompletionComputer.java:[229] 
	addLabelDefProposals(context, argNode, modelInfo.getLabels(), proposals);
	                              ^^^^^^^
Null type mismatch: required '@NonNull TexAstNode' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxElementCompletionComputer.java:[232] 
	addLabelRefProposals(context, argNode, modelInfo.getLabels(), proposals);
	                              ^^^^^^^
Null type mismatch: required '@NonNull TexAstNode' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxElementCompletionComputer.java:[368] 
	parameters.access= accessList.get(0);
	                   ^^^^^^^^^^
Potential null pointer access: The variable accessList may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxElementCompletionComputer.java:[406] 
	parameters.access= accessList.get(0);
	                   ^^^^^^^^^^
Potential null pointer access: The variable accessList may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/TexBracketLevel.java:[139] 
	public boolean matchesClose(final BracketLevel level, final int offset, final char character)
	                                  ^^^^^^^^^^^^
Missing non-null annotation: inherited method from BracketLevel.InBracketPosition specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/TexBracketLevel.java:[141] 
	return (super.matchesClose(level, offset, character)
	                           ^^^^^
Null type safety (type annotations): The expression of type 'BracketLevel' needs unchecked conversion to conform to '@NonNull BracketLevel'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/TexBracketLevel.java:[168] 
	super(model, document, docContentSections, positions, mode);
	                                           ^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<LinkedPosition>' needs unchecked conversion to conform to 'List<@NonNull LinkedPosition>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/OpenTexElementHyperlink.java:[36] 
	private final TexSourceUnit sourceUnit;
	                            ^^^^^^^^^^
The value of the field OpenTexElementHyperlink.sourceUnit is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/OpenTexElementHyperlink.java:[47] 
	TexNameAccess.getTextRegion(access.getNameNode()) );
	                            ^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull TexAstNode' but this expression has type '@Nullable TexAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/OpenTexElementHyperlink.java:[77] 
	Display.getCurrent().beep();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/TexLabelProvider.java:[57] 
	return getImage((LtkModelElement) element);
	                 ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/TexLabelProvider.java:[66] 
	public Image getImage(final LtkModelElement element) {
	       ^^^^^
The return type is incompatible with '@NonNull Image' returned from ElementLabelProvider.getImage(LtkModelElement) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/TexLabelProvider.java:[66] 
	public Image getImage(final LtkModelElement element) {
	                            ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/TexLabelProvider.java:[66] 
	public Image getImage(final LtkModelElement element) {
	                            ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ElementLabelProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/TexLabelProvider.java:[93] 
	return this.docBaseResources.getImage(imageId);
	                                      ^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/TexLabelProvider.java:[97] 
	return this.texResources.getImage(imageId);
	                                  ^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/TexLabelProvider.java:[103] 
	return getText((LtkModelElement) element);
	                ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/TexLabelProvider.java:[112] 
	public String getText(final LtkModelElement element) {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from ElementLabelProvider.getText(LtkModelElement) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/TexLabelProvider.java:[112] 
	public String getText(final LtkModelElement element) {
	                            ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/TexLabelProvider.java:[112] 
	public String getText(final LtkModelElement element) {
	                            ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ElementLabelProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/TexLabelProvider.java:[121] 
	public StyledString getStyledText(final LtkModelElement element) {
	       ^^^^^^^^^^^^
The return type is incompatible with '@NonNull StyledString' returned from ElementLabelProvider.getStyledText(LtkModelElement) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/TexLabelProvider.java:[121] 
	public StyledString getStyledText(final LtkModelElement element) {
	                                        ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/TexLabelProvider.java:[121] 
	public StyledString getStyledText(final LtkModelElement element) {
	                                        ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ElementLabelProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/TexLabelProvider.java:[129] 
	final LtkModelElement element= (LtkModelElement) cellElement;
	      ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/TexLabelProvider.java:[129] 
	final LtkModelElement element= (LtkModelElement) cellElement;
	                                ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/text/LtxDefaultTextStyleScanner.java:[81] 
	reset(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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/TexBasePreferencePage.java:[54] 
	public 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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxSourceViewerConfigurator.java:[109] 
	public PreferenceAccess getPrefs() {
	       ^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull PreferenceAccess' returned from TexCoreAccess.getPrefs() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxSourceViewerConfigurator.java:[114] 
	public TexCommandSet getTexCommandSet() {
	       ^^^^^^^^^^^^^
The return type is incompatible with '@NonNull TexCommandSet' returned from TexCoreAccess.getTexCommandSet() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/LtxSourceViewerConfigurator.java:[119] 
	public TexCodeStyleSettings getTexCodeStyle() {
	       ^^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull TexCodeStyleSettings' returned from TexCoreAccess.getTexCodeStyle() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java:[80] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java:[80] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java:[80] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java:[85] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java:[85] 
	public Object[] getElements(final Object inputElement) {
	                                  ^^^^^^
Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java:[91] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java:[96] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java:[96] 
	public Object[] getChildren(final Object parentElement) {
	                                  ^^^^^^
Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java:[124] 
	private final Preference<Set<String>>[] detailCheckPrefs= new Preference[DETAIL_CHECK_SIZE];
	                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Preference[] needs unchecked conversion to conform to Preference<Set<String>>[]
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java:[127] 
	private final Set<String>[] detailCheckEnabled= new HashSet[DETAIL_CHECK_SIZE];
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type HashSet[] needs unchecked conversion to conform to Set<String>[]
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java:[140] 
	public 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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java:[147] 
	setupPreferenceManager(prefs);
	                       ^^^^^
Null type safety (type annotations): The expression of type 'Map<Preference<?>,String>' needs unchecked conversion to conform to '@NonNull Map<@NonNull Preference<?>,@Nullable String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java:[238] 
	ViewerUtils.addDoubleClickExpansion(this.treeViewer);
	                                    ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'CheckboxTreeViewer' needs unchecked conversion to conform to '@NonNull TreeViewer'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java:[284] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java:[318] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java:[366] 
	protected void addBindings(final DataBindingSupport db) {
	                                 ^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ManagedConfigurationBlock specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java:[377] 
	this.detailCheckEnabled[i].addAll(getPreferenceValue(this.detailCheckPrefs[i]));
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference<Set<String>>' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Set<String>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java:[384] 
	setPrefValue(TexCommandSet.MASTER_COMMANDS_INCLUDE_PREF, this.enabled);
	                                                         ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Set<String>' needs unchecked conversion to conform to '@NonNull Set<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/LtxCommandsPreferencePage.java:[386] 
	setPrefValue(this.detailCheckPrefs[i], this.detailCheckEnabled[i]);
	             ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference<Set<String>>' needs unchecked conversion to conform to '@NonNull Preference<Set<String>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/actions/TexToggleFoldingHandler.java:[19] 
	import org.eclipse.statet.ecommons.ui.actions.TogglePreferenceEnablementHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type TogglePreferenceEnablementHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/actions/TexToggleFoldingHandler.java:[27] 
	public class TexToggleFoldingHandler extends TogglePreferenceEnablementHandler {
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type TogglePreferenceEnablementHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/actions/TexToggleFoldingHandler.java:[31] 
	super(TexEditingSettings.FOLDING_ENABLED_PREF, IFoldingCommandIds.FOLDING_TOGGLE);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor TogglePreferenceEnablementHandler(Preference<Boolean>, String) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxOutlinePage.java:[42] 
	private class ContentFilter implements LtkModelElementFilter {
	                                       ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxOutlinePage.java:[48] 
	public boolean include(final LtkModelElement element) {
	                             ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxOutlinePage.java:[68] 
	protected IDialogSettings getDialogSettings() {
	          ^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull IDialogSettings' returned from BasicEditorOutlinePage.getDialogSettings() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxOutlinePage.java:[69] 
	return DialogUtils.getDialogSettings(TexUIPlugin.getInstance(), "TexOutlineView"); //$NON-NLS-1$
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TexUIPlugin' needs unchecked conversion to conform to '@NonNull AbstractUIPlugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxOutlinePage.java:[73] 
	protected LtkModelElementFilter getContentFilter() {
	          ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxOutlinePage.java:[73] 
	protected LtkModelElementFilter getContentFilter() {
	          ^^^^^^^^^^^^^^^^^^^^^
Type safety: The return type LtkModelElementFilter for getContentFilter() from the type LtxOutlinePage needs unchecked conversion to conform to LtkModelElementFilter<? super SourceStructElement<?,?>> from the type SourceEditor1OutlinePage
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxOutlinePage.java:[78] 
	protected void configureViewer(final TreeViewer viewer) {
	                                     ^^^^^^^^^^
Missing non-null annotation: inherited method from SourceEditor1OutlinePage specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxOutlinePage.java:[79] 
	super.configureViewer(viewer);
	                      ^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxOutlinePage.java:[91] 
	protected void contributeToActionBars(final IServiceLocator serviceLocator,
	                                            ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SourceEditor1OutlinePage specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxOutlinePage.java:[92] 
	final IActionBars actionBars, final HandlerCollection handlers) {
	      ^^^^^^^^^^^
Missing non-null annotation: inherited method from SourceEditor1OutlinePage specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxOutlinePage.java:[92] 
	final IActionBars actionBars, final HandlerCollection handlers) {
	                                    ^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SourceEditor1OutlinePage specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxOutlinePage.java:[93] 
	super.contributeToActionBars(serviceLocator, actionBars, handlers);
	                             ^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxOutlinePage.java:[93] 
	super.contributeToActionBars(serviceLocator, actionBars, 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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxOutlinePage.java:[93] 
	super.contributeToActionBars(serviceLocator, actionBars, handlers);
	                                                         ^^^^^^^^
Null type safety (type annotations): The expression of type 'HandlerCollection' needs unchecked conversion to conform to '@NonNull HandlerCollection'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/TexLinkedNamesAssistProposal.java:[52] 
	init(TexUIMessages.Proposal_RenameInFile_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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/TexLinkedNamesAssistProposal.java:[64] 
	protected void collectPositions(final IDocument document, final LinkedPositionGroup group)
	                                      ^^^^^^^^^
Missing non-null annotation: inherited method from LinkedNamesAssistProposal specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/TexLinkedNamesAssistProposal.java:[64] 
	protected void collectPositions(final IDocument document, final LinkedPositionGroup group)
	                                                                ^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from LinkedNamesAssistProposal specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/TexLinkedNamesAssistProposal.java:[69] 
	Arrays.sort(all, NameUtils.NAME_POSITION_COMPARATOR);
	            ^^^
Null type safety (type annotations): The expression of type 'TexNameAccess[]' needs unchecked conversion to conform to '@NonNull TexNameAccess @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/TexLinkedNamesAssistProposal.java:[82] 
	idx= addPosition(group, document, getPosition(all[current]), idx);
	                 ^^^^^
Null type safety (type annotations): The expression of type 'LinkedPositionGroup' needs unchecked conversion to conform to '@NonNull LinkedPositionGroup'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/TexLinkedNamesAssistProposal.java:[82] 
	idx= addPosition(group, document, getPosition(all[current]), idx);
	                        ^^^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/TexLinkedNamesAssistProposal.java:[85] 
	idx= addPosition(group, document, getPosition(all[i]), idx);
	                 ^^^^^
Null type safety (type annotations): The expression of type 'LinkedPositionGroup' needs unchecked conversion to conform to '@NonNull LinkedPositionGroup'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/TexLinkedNamesAssistProposal.java:[85] 
	idx= addPosition(group, document, getPosition(all[i]), idx);
	                        ^^^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/TexLinkedNamesAssistProposal.java:[90] 
	idx= addPosition(group, document, getPosition(all[i]), idx);
	                 ^^^^^
Null type safety (type annotations): The expression of type 'LinkedPositionGroup' needs unchecked conversion to conform to '@NonNull LinkedPositionGroup'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/TexLinkedNamesAssistProposal.java:[90] 
	idx= addPosition(group, document, getPosition(all[i]), idx);
	                        ^^^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/TexLinkedNamesAssistProposal.java:[96] 
	return TexNameAccess.getTextPosition(access.getNameNode());
	                                     ^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull TexAstNode' but this expression has type '@Nullable TexAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/TexEditorPreferencePage.java:[84] 
	public TexEditorConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field foldingEnableControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/TexEditorPreferencePage.java:[84] 
	public TexEditorConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field foldingRestoreStateControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/TexEditorPreferencePage.java:[84] 
	public TexEditorConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field markOccurrencesControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/TexEditorPreferencePage.java:[84] 
	public TexEditorConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field problemsEnableControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/TexEditorPreferencePage.java:[84] 
	public TexEditorConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field smartInsertCloseBracketsControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/TexEditorPreferencePage.java:[84] 
	public TexEditorConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field smartInsertCloseMathDollarControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/TexEditorPreferencePage.java:[84] 
	public TexEditorConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field smartInsertCloseParenthesisControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/TexEditorPreferencePage.java:[84] 
	public TexEditorConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field smartInsertControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/TexEditorPreferencePage.java:[84] 
	public TexEditorConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field smartInsertHardWrapTextControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/config/TexEditorPreferencePage.java:[84] 
	public TexEditorConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field smartInsertTabActionControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxCommandCompletionProposal.java:[73] 
	public LtxCommandProposalParameters(
				final LtxAssistInvocationContext context, final int replacementOffset,
				final SearchPattern namePattern, final int baseRelevance) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field command may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxCommandCompletionProposal.java:[79] 
	public LtxCommandProposalParameters(
				final LtxAssistInvocationContext context, final int replacementOffset,
				final SearchPattern namePattern) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field command may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxCommandCompletionProposal.java:[94] 
	public LtxCommandProposalParameters(
				final LtxAssistInvocationContext context, final int replacementOffset) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field command may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxCommandCompletionProposal.java:[380] 
	return TexUIResources.INSTANCE.getCommandImage(this.command);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Image' but this expression has type '@Nullable Image'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxCommandCompletionProposal.java:[468] 
	createLinkedMode(replacementOffset + cursor - (mode - 110), positions).enter();
	                                                            ^^^^^^^^^
Null type mismatch: required '@NonNull IntList' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxCommandCompletionProposal.java:[495] 
	linked.add(position);
	           ^^^^^^^^
Null type safety (type annotations): The expression of type 'LinkedPosition' needs unchecked conversion to conform to '@NonNull LinkedPosition'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxQuickOutlineInformationControl.java:[41] 
	public String getModelTypeId() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from QuickOutlineInformationControl.getModelTypeId() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxQuickOutlineInformationControl.java:[46] 
	protected LtkModelElementFilter getContentFilter() {
	          ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxQuickOutlineInformationControl.java:[46] 
	protected LtkModelElementFilter getContentFilter() {
	          ^^^^^^^^^^^^^^^^^^^^^
Type safety: The return type LtkModelElementFilter for getContentFilter() from the type LtxQuickOutlineInformationControl needs unchecked conversion to conform to LtkModelElementFilter<? super SourceStructElement<?,?>> from the type QuickOutlineInformationControl
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxQuickOutlineInformationControl.java:[51] 
	protected ITextElementFilter createNameFilter() {
	          ^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull ITextElementFilter' returned from QuickTreeInformationControl.createNameFilter() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxQuickOutlineInformationControl.java:[61] 
	protected void configureViewer(final TreeViewer viewer) {
	                                     ^^^^^^^^^^
Missing non-null annotation: inherited method from QuickOutlineInformationControl specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/sourceediting/LtxQuickOutlineInformationControl.java:[62] 
	super.configureViewer(viewer);
	                      ^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxDocumentProvider.java:[94] 
	public void settingsChanged(final Set<String> groupIds) {
	                                  ^^^
Illegal redefinition of parameter groupIds, inherited method from SettingsChangeNotifier.ChangeListener does not constrain this parameter
212. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxDocumentProvider.java (at line 102)
	this.handleTemporaryProblems= access.getPreferenceValue(TexEditorBuild.PROBLEMCHECKING_ENABLED_PREF);
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
213. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/LtxDocumentProvider.java (at line 117)
	final boolean newHandleTemporaryProblems= access.getPreferenceValue(TexEditorBuild.PROBLEMCHECKING_ENABLED_PREF);
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/sourceediting/TexEditingSettings.java:[85] 
	return TexUIPlugin.getInstance().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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/internal/docmlet/tex/ui/editors/InsertLtxEditorTemplateParameterValues.java:[35] 
	return TexUIPlugin.getInstance().getLtxEditorTemplateStore();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'EnhTemplateStore' needs unchecked conversion to conform to '@NonNull EnhTemplateStore'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/editors/LtxDefaultFoldingProvider.java:[77] 
	public void visit(final SourceStructElement element) throws InvocationTargetException {
	                        ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/editors/LtxDefaultFoldingProvider.java:[89] 
	visitor.visit(embedded.getForeignNode());
	              ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull AstNode' but this expression has type '@Nullable AstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/editors/LtxDefaultFoldingProvider.java:[101] 
	final List<? extends SourceStructElement> children= element.getSourceChildren(null);
	                     ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/editors/LtxDefaultFoldingProvider.java:[101] 
	final List<? extends SourceStructElement> children= element.getSourceChildren(null);
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method getSourceChildren(LtkModelElementFilter) belongs to the raw type SourceStructElement. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/editors/LtxDefaultFoldingProvider.java:[101] 
	final List<? extends SourceStructElement> children= element.getSourceChildren(null);
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<? extends SourceStructElement>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/editors/LtxDefaultFoldingProvider.java:[102] 
	for (final SourceStructElement child : children) {
	           ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
222. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/editors/LtxDefaultFoldingProvider.java (at line 190)
	config.isRestoreStateEnabled= prefs.getPreferenceValue(
					TexEditingSettings.FOLDING_RESTORE_STATE_ENABLED_PREF );
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/org/eclipse/statet/docmlet/tex/ui/editors/LtxDefaultFoldingProvider.java:[198] 
	changed |= provider.checkConfig(groupIds);
	           ^^^^^^^^
Potential null pointer access: The variable provider may be null at this location
223 problems (0 errors, 214 warnings, 214 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.docmlet.tex.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.tex.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/target/org.eclipse.statet.docmlet.tex.ui-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.tex.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.tex.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/target/org.eclipse.statet.docmlet.tex.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.tex.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.docmlet.tex.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.docmlet.tex.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/target/org.eclipse.statet.docmlet.tex.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.docmlet.tex.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/target/org.eclipse.statet.docmlet.tex.ui-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/target/org.eclipse.statet.docmlet.tex.ui-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.docmlet.tex.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.tex.ui/target/org.eclipse.statet.docmlet.tex.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.docmlet.tex.ui ---
[INFO] 
[INFO] --------------------< org.eclipse.statet.yaml:yaml >--------------------
[INFO] Building yaml 4.2.4.202103250600-r                              [87/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ yaml ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ yaml ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ yaml ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ yaml ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ yaml ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ yaml ---
[INFO] 
[INFO] --------< org.eclipse.statet.yaml:org.eclipse.statet.yaml.core >--------
[INFO] Building StatET YAML Tools - Core  (Incubation) 4.2.4.202103250600-r [88/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.yaml.core ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.yaml.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.yaml.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.yaml.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.yaml.core ---
[INFO] Compiling 67 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[147] 
	if (entry.keyNode == null && entry.valueIndicatorOffset == NA_OFFSET) {
				entry.keyNode= node;
			}
	                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[169] 
	if (entry.keyNode == null) {
				entry.keyNode= new Dummy(0, entry, // empty node
						(entry.keyIndicatorOffset != NA_OFFSET) ?
								entry.keyIndicatorOffset : entry.startOffset );
			}
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[170] 
	entry.keyNode= new Dummy(0, entry, // empty node
	                            ^^^^^
Null type safety (type annotations): The expression of type 'Tuple' needs unchecked conversion to conform to '@NonNull YamlAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[177] 
	if (entry.valueNode == null) {
				entry.valueNode= new Dummy(0, entry, // empty node
						(entry.valueIndicatorOffset != NA_OFFSET) ?
								entry.valueIndicatorOffset : entry.keyNode.endOffset );
			}
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[178] 
	entry.valueNode= new Dummy(0, entry, // empty node
	                              ^^^^^
Null type safety (type annotations): The expression of type 'Tuple' needs unchecked conversion to conform to '@NonNull YamlAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[215] 
	container.children= children.toArray(new YamlAstNode[children.size()]);
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'YamlAstNode[]' needs unchecked conversion to conform to '@NonNull YamlAstNode @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[248] 
	if (this.currentNode.getClass() == type1) {
	         ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[258] 
	if (this.currentNode.getClass() == type1 || this.currentNode.getClass() == type2) {
	         ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[258] 
	if (this.currentNode.getClass() == type1 || this.currentNode.getClass() == type2) {
	                                                 ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[268] 
	if (this.currentNode.getClass() == type1) {
	         ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[271] 
	if (this.currentNode.getNodeType() == NodeType.MAP_ENTRY) {
	         ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[277] 
	YamlAstNode node= this.currentNode.getYamlParent();
	                       ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[293] 
	if (this.currentNode.getClass() == type1 || this.currentNode.getClass() == type2) {
	         ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[293] 
	if (this.currentNode.getClass() == type1 || this.currentNode.getClass() == type2) {
	                                                 ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[296] 
	if (this.currentNode.getNodeType() == NodeType.MAP_ENTRY) {
	         ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[302] 
	YamlAstNode node= this.currentNode.getYamlParent();
	                       ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[318] 
	if (this.currentNode.getNodeType() == type1) {
	         ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[328] 
	if (this.currentNode.getNodeType() == type1 || this.currentNode.getNodeType() == type2) {
	         ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[328] 
	if (this.currentNode.getNodeType() == type1 || this.currentNode.getNodeType() == type2) {
	                                                    ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[347] 
	this.currentNode= this.currentNode.yamlParent;
	                       ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[355] 
	this.currentNode= this.currentNode.yamlParent;
	                       ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[362] 
	if (this.depth > 0 && this.currentNode.getNodeType() == NodeType.MAP_ENTRY
	                           ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[363] 
	&& ((Tuple) this.currentNode).valueNode != null) {
	                 ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[383] 
	final Directive node= new Directive((SourceComponent) this.currentNode,
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull SourceComponent' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[391] 
	final Instruction.DocStart node= new Instruction.DocStart((SourceComponent) this.currentNode,
	                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull SourceComponent' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[395] 
	enterNode(new DocContent((SourceComponent) this.currentNode,
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull SourceComponent' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[401] 
	final Instruction.DocEnd node= new Instruction.DocEnd((SourceComponent) this.currentNode,
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull SourceComponent' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[409] 
	final Collection.BlockSeq node= new Collection.BlockSeq(this.currentNode,
	                                                        ^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull YamlAstNode' but this expression has type '@Nullable YamlAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[416] 
	final Collection.BlockMap node= new Collection.BlockMap(this.currentNode,
	                                                        ^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull YamlAstNode' but this expression has type '@Nullable YamlAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[603] 
	switch ((p.problemText.length() == 1) ? p.problemText.charAt(0) : 0) {
	           ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[603] 
	switch ((p.problemText.length() == 1) ? p.problemText.charAt(0) : 0) {
	                                          ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[612] 
	addChildTerm(new Dummy(STATUS2_SYNTAX_TOKEN_UNEXPECTED, this.currentNode,
	                                                        ^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull YamlAstNode' but this expression has type '@Nullable YamlAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[613] 
	p.problemMark.getIndex(), p.problemMark.getIndex() + p.problemText.length() ));
	  ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[613] 
	p.problemMark.getIndex(), p.problemMark.getIndex() + p.problemText.length() ));
	                            ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[613] 
	p.problemMark.getIndex(), p.problemMark.getIndex() + p.problemText.length() ));
	                                                       ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[616] 
	addChildTerm(new Dummy(STATUS2_SYNTAX_TOKEN_UNKNOWN, this.currentNode,
	                                                     ^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull YamlAstNode' but this expression has type '@Nullable YamlAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[617] 
	p.problemMark.getIndex(), p.problemMark.getIndex() + p.problemText.length() ));
	  ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[617] 
	p.problemMark.getIndex(), p.problemMark.getIndex() + p.problemText.length() ));
	                            ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[617] 
	p.problemMark.getIndex(), p.problemMark.getIndex() + p.problemText.length() ));
	                                                       ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[627] 
	final int contextIndex= p.contextMark.getIndex();
	                          ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[630] 
	if (this.problemInfos.get(idx - 1).contextMark.getIndex() <= contextIndex) {
	                                   ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[641] 
	if (this.problemInfos.get(idx).contextMark.getIndex() < contextIndex) {
	                               ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[668] 
	if (p.contextMark.getIndex() > contextIndex) {
	      ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[682] 
	if (p.problemMark != null && p.problemMark.getIndex() >= node.getStartOffset()
	                               ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[683] 
	&& p.problemMark.getIndex() < node.getEndOffset()
	     ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[687] 
	p.problemMark.getIndex(), p.problemText.length(),
	  ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[687] 
	p.problemMark.getIndex(), p.problemText.length(),
	                            ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[697] 
	p.problemMark.getIndex() - 1, p.problemText.length() + 1,
	  ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[697] 
	p.problemMark.getIndex() - 1, p.problemText.length() + 1,
	                                ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[726] 
	&& node.getYamlParent().getNodeType() == NodeType.MAP_ENTRY
	   ^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getYamlParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[727] 
	&& node.getYamlParent().getStatusCode() == 0) {
	   ^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getYamlParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[728] 
	node.getYamlParent().status= STATUS2_SYNTAX_TOKEN_UNEXPECTED | STATUS3_MAP_KEY;
	^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getYamlParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[738] 
	&& node.getYamlParent().getNodeType() == NodeType.MAP_ENTRY
	   ^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getYamlParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[739] 
	&& node.getYamlParent().getStatusCode() == 0) {
	   ^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getYamlParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/YamlParser.java:[740] 
	node.getYamlParent().status= STATUS2_SYNTAX_TOKEN_UNEXPECTED | STATUS3_MAP_VALUE;
	^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getYamlParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/SourceAnalyzer.java:[31] 
	sourceUnit, (YamlAstNode) ast.getRoot());
	^^^^^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/BasicYamlCoreAccess.java:[35] 
	public PreferenceAccess getPrefs() {
	       ^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull PreferenceAccess' returned from YamlCoreAccess.getPrefs() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/BasicYamlCoreAccess.java:[40] 
	public YamlCodeStyleSettings getYamlCodeStyle() {
	       ^^^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull YamlCodeStyleSettings' returned from YamlCoreAccess.getYamlCodeStyle() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/YamlCorePreferenceInitializer.java:[44] 
	PreferenceUtils.setPrefValues(scope, map);
	                                     ^^^
Null type safety (type annotations): The expression of type 'Map<Preference<?>,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull Preference<?>,@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/YamlHeuristicTokenScanner.java:[124] 
	forwardOffset= scanForward(forwardOffset, bound, condition);
	                                                 ^^^^^^^^^
Null type safety (type annotations): The expression of type 'YamlHeuristicTokenScanner.BracketBalanceCondition' needs unchecked conversion to conform to 'BasicHeuristicTokenScanner.@NonNull StopCondition'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/YamlModelManagerImpl.java:[47] 
	private final int level;
	                  ^^^^^
The value of the field YamlModelManagerImpl.ModelDelta.level is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/YamlModelManagerImpl.java:[48] 
	private final LtkModelElement element;
	              ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/YamlModelManagerImpl.java:[49] 
	private final @Nullable SourceUnitModelInfo oldInfo;
	                                            ^^^^^^^
The value of the field YamlModelManagerImpl.ModelDelta.oldInfo is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/YamlModelManagerImpl.java:[51] 
	private final @Nullable SourceUnitModelInfo newInfo;
	                                            ^^^^^^^
The value of the field YamlModelManagerImpl.ModelDelta.newInfo is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/YamlModelManagerImpl.java:[55] 
	public ModelDelta(final LtkModelElement element,
	                        ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/YamlModelManagerImpl.java:[67] 
	public LtkModelElement getModelElement() {
	       ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/YamlModelManagerImpl.java:[67] 
	public LtkModelElement getModelElement() {
	       ^^^^^^^^^^^^^^^
Type safety: The return type LtkModelElement for getModelElement() from the type YamlModelManagerImpl.ModelDelta needs unchecked conversion to conform to LtkModelElement<?> from the type LtkModelElementDelta
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/YamlModelManagerImpl.java:[133] 
	if (sourceUnit == null) {
			throw new NullPointerException("sourceUnit"); //$NON-NLS-1$
		}
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/YamlCodeStyleSettings.java:[46] 
	public static final EnumPref<IndentationType> INDENT_DEFAULT_TYPE_PREF= new EnumPref<>(
	                             ^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'IIndentSettings.IndentationType' is not a valid substitute for the type parameter 'E extends @NonNull Enum<E>'
70. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/YamlCodeStyleSettings.java (at line 103)
	setTabSize(prefs.getPreferenceValue(TAB_SIZE_PREF));
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/YamlCodeStyleSettings.java:[103] 
	setTabSize(prefs.getPreferenceValue(TAB_SIZE_PREF));
	                                    ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.IntPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Integer>', corresponding supertype is 'Preference<@NonNull Integer>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/YamlCodeStyleSettings.java:[104] 
	setIndentDefaultType(prefs.getPreferenceValue(INDENT_DEFAULT_TYPE_PREF));
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.EnumPref<IIndentSettings.IndentationType>' needs unchecked conversion to conform to '@NonNull Preference<IIndentSettings.IndentationType>', corresponding supertype is 'Preference<IIndentSettings.IndentationType>'
73. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/YamlCodeStyleSettings.java (at line 105)
	setIndentSpacesCount(prefs.getPreferenceValue(INDENT_SPACES_COUNT_PREF));
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/YamlCodeStyleSettings.java:[105] 
	setIndentSpacesCount(prefs.getPreferenceValue(INDENT_SPACES_COUNT_PREF));
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.IntPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Integer>', corresponding supertype is 'Preference<@NonNull Integer>'
75. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/YamlCodeStyleSettings.java (at line 106)
	setReplaceConservative(prefs.getPreferenceValue(REPLACE_CONVERSATIVE_PREF));
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/YamlCodeStyleSettings.java:[106] 
	setReplaceConservative(prefs.getPreferenceValue(REPLACE_CONVERSATIVE_PREF));
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.BooleanPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Boolean>', corresponding supertype is 'Preference<@NonNull Boolean>'
77. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/YamlCodeStyleSettings.java (at line 107)
	setReplaceOtherTabsWithSpaces(prefs.getPreferenceValue(REPLACE_TABS_WITH_SPACES_PREF));
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/YamlCodeStyleSettings.java:[107] 
	setReplaceOtherTabsWithSpaces(prefs.getPreferenceValue(REPLACE_TABS_WITH_SPACES_PREF));
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.BooleanPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Boolean>', corresponding supertype is 'Preference<@NonNull Boolean>'
79. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/YamlCodeStyleSettings.java (at line 108)
	setIndentBlockDepth(prefs.getPreferenceValue(INDENT_BLOCK_DEPTH_PREF));
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/YamlCodeStyleSettings.java:[108] 
	setIndentBlockDepth(prefs.getPreferenceValue(INDENT_BLOCK_DEPTH_PREF));
	                                             ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.IntPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Integer>', corresponding supertype is 'Preference<@NonNull Integer>'
81. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/YamlCodeStyleSettings.java (at line 133)
	map.put(TAB_SIZE_PREF, getTabSize());
	                       ^^^^^^^^^^^^
The expression of type int is boxed into Integer
82. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/YamlCodeStyleSettings.java (at line 135)
	map.put(INDENT_SPACES_COUNT_PREF, getIndentSpacesCount());
	                                  ^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
83. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/YamlCodeStyleSettings.java (at line 136)
	map.put(REPLACE_CONVERSATIVE_PREF, getReplaceConservative());
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
84. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/YamlCodeStyleSettings.java (at line 137)
	map.put(REPLACE_TABS_WITH_SPACES_PREF, getReplaceOtherTabsWithSpaces());
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
85. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/YamlCodeStyleSettings.java (at line 138)
	map.put(INDENT_BLOCK_DEPTH_PREF, getIndentBlockDepth());
	                                 ^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
86. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/YamlCodeStyleSettings.java (at line 148)
	firePropertyChange(TAB_SIZE_PROP, oldValue, size);
	                                  ^^^^^^^^
The expression of type int is boxed into Integer
87. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/YamlCodeStyleSettings.java (at line 148)
	firePropertyChange(TAB_SIZE_PROP, oldValue, size);
	                                            ^^^^
The expression of type int is boxed into Integer
88. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/YamlCodeStyleSettings.java (at line 168)
	firePropertyChange(INDENT_SPACES_COUNT_PROP, oldValue, count);
	                                             ^^^^^^^^
The expression of type int is boxed into Integer
89. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/YamlCodeStyleSettings.java (at line 168)
	firePropertyChange(INDENT_SPACES_COUNT_PROP, oldValue, count);
	                                                       ^^^^^
The expression of type int is boxed into Integer
90. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/YamlCodeStyleSettings.java (at line 178)
	firePropertyChange(REPLACE_CONSERVATIVE_PROP, oldValue, enable);
	                                              ^^^^^^^^
The expression of type boolean is boxed into Boolean
91. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/YamlCodeStyleSettings.java (at line 178)
	firePropertyChange(REPLACE_CONSERVATIVE_PROP, oldValue, enable);
	                                                        ^^^^^^
The expression of type boolean is boxed into Boolean
92. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/YamlCodeStyleSettings.java (at line 188)
	firePropertyChange(REPLACE_TABS_WITH_SPACES_PROP, oldValue, getReplaceOtherTabsWithSpaces());
	                                                  ^^^^^^^^
The expression of type boolean is boxed into Boolean
93. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/YamlCodeStyleSettings.java (at line 188)
	firePropertyChange(REPLACE_TABS_WITH_SPACES_PROP, oldValue, getReplaceOtherTabsWithSpaces());
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
94. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/YamlCodeStyleSettings.java (at line 205)
	firePropertyChange(INDENT_BLOCK_DEPTH_PROP, oldValue, depth);
	                                            ^^^^^^^^
The expression of type int is boxed into Integer
95. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/YamlCodeStyleSettings.java (at line 205)
	firePropertyChange(INDENT_BLOCK_DEPTH_PROP, oldValue, depth);
	                                                      ^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/YamlReconciler.java:[49] 
	this.content= adapter.getParseContent(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.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/YamlReconciler.java:[100] 
	this.yamlManager.getEventJob().addUpdate(su, data.oldModel, data.newModel);
	                                             ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'YamlSourceUnitModelInfo' needs unchecked conversion to conform to '@NonNull YamlSourceUnitModelInfo'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/YamlReconciler.java:[100] 
	this.yamlManager.getEventJob().addUpdate(su, data.oldModel, data.newModel);
	                                                            ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'YamlSourceUnitModelInfo' needs unchecked conversion to conform to '@NonNull YamlSourceUnitModelInfo'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/YamlReconciler.java:[115] 
	this.f3ProblemReporter.run(data.newModel, data.content,
	                           ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'YamlSourceUnitModelInfo' needs unchecked conversion to conform to '@NonNull YamlSourceUnitModelInfo'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/YamlReconciler.java:[115] 
	this.f3ProblemReporter.run(data.newModel, data.content,
	                                          ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceContent' needs unchecked conversion to conform to '@NonNull SourceContent'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/YamlReconciler.java:[143] 
	data.adapter.setAst(data.ast);
	                    ^^^^^^^^
Null type safety (type annotations): The expression of type 'AstInfo' needs unchecked conversion to conform to '@NonNull AstInfo'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/YamlCorePlugin.java:[65] 
	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.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/YamlCorePlugin.java:[66] 
	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.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/YamlCorePlugin.java:[77] 
	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.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/YamlCorePlugin.java:[89] 
	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.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/model/YamlLabelAccess.java:[45] 
	return new BasicTextRegion(node);
	                           ^^^^
Null type safety (type annotations): The expression of type 'YamlAstNode' needs unchecked conversion to conform to '@NonNull TextRegion'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/Tag.java:[30] 
	private final @Nullable String handle;
	                               ^^^^^^
The value of the field Tag.handle is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/YamlDocumentSetupParticipant.java:[40] 
	return new TreePartitioner(getPartitioningId(),
	                           ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/model/YamlModel.java:[32] 
	return YamlCorePlugin.getInstance().getYamlModelManager();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'YamlModelManagerImpl' needs unchecked conversion to conform to '@NonNull YamlModelManager'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/YamlPartitionNodeScanner.java:[49] 
	while ((parentNode= node.getParent()) != null
	                    ^^^^
Potential null pointer access: The variable node may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/YamlPartitionNodeScanner.java:[104] 
	public int getRestartOffset(TreePartitionNode node, final IDocument document, int offset)
	                            ^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from TreePartitionNodeScanner specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/YamlPartitionNodeScanner.java:[104] 
	public int getRestartOffset(TreePartitionNode node, final IDocument document, int offset)
	                                                          ^^^^^^^^^
Missing non-null annotation: inherited method from TreePartitionNodeScanner specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/YamlPartitionNodeScanner.java:[109] 
	while (parent.getType() != rootType) {
	       ^^^^^^
Potential null pointer access: The variable parent may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/YamlPartitionNodeScanner.java:[132] 
	public YamlPartitionNodeType getDefaultRootType() {
	       ^^^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull BasicPartitionNodeType' returned from TreePartitionNodeScanner.getDefaultRootType() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/YamlPartitionNodeScanner.java:[137] 
	public void execute(final TreePartitionNodeScan scan) {
	                          ^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from TreePartitionNodeScanner specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/YamlPartitionNodeScanner.java:[187] 
	this.node= this.scan.add(type, this.node, offset, 0);
	                         ^^^^
Null type safety (type annotations): The expression of type 'YamlPartitionNodeType' needs unchecked conversion to conform to '@NonNull TreePartitionNodeType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/YamlPartitionNodeScanner.java:[187] 
	this.node= this.scan.add(type, this.node, offset, 0);
	                               ^^^^^^^^^
Null type safety (type annotations): The expression of type 'TreePartitionNode' needs unchecked conversion to conform to '@NonNull TreePartitionNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/YamlPartitionNodeScanner.java:[197] 
	this.scan.expand(this.node, offset, flags, true);
	                 ^^^^^^^^^
Null type safety (type annotations): The expression of type 'TreePartitionNode' needs unchecked conversion to conform to '@NonNull TreePartitionNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/YamlPartitionNodeScanner.java:[246] 
	switch (token.getTokenId()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant Comment needs a corresponding case label in this enum switch on Token.ID
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/YamlPartitionNodeScanner.java:[246] 
	switch (token.getTokenId()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant Error needs a corresponding case label in this enum switch on Token.ID
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/YamlPartitionNodeScanner.java:[246] 
	switch (token.getTokenId()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant Whitespace needs a corresponding case label in this enum switch on Token.ID
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/YamlPartitionNodeScanner.java:[329] 
	this.node, pos.getStartOffset(), 0 );
	^^^^^^^^^
Null type safety (type annotations): The expression of type 'TreePartitionNode' needs unchecked conversion to conform to '@NonNull TreePartitionNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/source/YamlPartitionNodeScanner.java:[335] 
	this.scan.expand(this.node, this.scan.getEndOffset(), 0, true);
	                 ^^^^^^^^^
Null type safety (type annotations): The expression of type 'TreePartitionNode' needs unchecked conversion to conform to '@NonNull TreePartitionNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/ContainerSourceElement.java:[47] 
	public ContainerSourceElement(final YamlAstNode astNode) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field nameRegion may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/ContainerSourceElement.java:[124] 
	return YamlElementName.create(YamlElementName.RESOURCE, elementName.getSegmentName());
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/ContainerSourceElement.java:[134] 
	final SourceUnitModelInfo modelInfo= getSourceUnit().getModelInfo(YamlModel.YAML_TYPE_ID, 0, null);
	                                                                                             ^^^^
Null type mismatch: required '@NonNull IProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/srcParser/org/eclipse/statet/internal/yaml/snakeyaml/scanner/ScannerImpl.java:[435] 
	for (final Map.Entry<Character, String> entry : ESCAPE_REPLACEMENTS.entrySet()) {
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map.@NonNull Entry<Character,String>' needs unchecked conversion to conform to 'Map.Entry<@NonNull Character,@NonNull String>'
128. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/srcParser/org/eclipse/statet/internal/yaml/snakeyaml/scanner/ScannerImpl.java (at line 524)
	this.possibleSimpleKeys.put(this.flowLevel, key);
	                            ^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
129. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/srcParser/org/eclipse/statet/internal/yaml/snakeyaml/scanner/ScannerImpl.java (at line 532)
	final SimpleKey key = this.possibleSimpleKeys.remove(this.flowLevel);
	                                                     ^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
130. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/srcParser/org/eclipse/statet/internal/yaml/snakeyaml/scanner/ScannerImpl.java (at line 570)
	this.indent = this.indents.pop();
	              ^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/srcParser/org/eclipse/statet/internal/yaml/snakeyaml/scanner/ScannerImpl.java:[570] 
	this.indent = this.indents.pop();
	              ^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on the receiver type '@NonNull ArrayStack<@NonNull Integer>'. Type 'ArrayStack<T>' doesn't seem to be designed with null type annotations in mind
132. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/srcParser/org/eclipse/statet/internal/yaml/snakeyaml/scanner/ScannerImpl.java (at line 580)
	this.indents.push(this.indent);
	                  ^^^^^^^^^^^
The expression of type int is boxed into Integer
133. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/srcParser/org/eclipse/statet/internal/yaml/snakeyaml/scanner/ScannerImpl.java (at line 867)
	final SimpleKey key = this.possibleSimpleKeys.remove(this.flowLevel);
	                                                     ^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/srcParser/org/eclipse/statet/internal/yaml/snakeyaml/scanner/ScannerImpl.java:[1326] 
	result.add(major);
	           ^^^^^
Null type mismatch: required '@NonNull Integer' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/srcParser/org/eclipse/statet/internal/yaml/snakeyaml/scanner/ScannerImpl.java:[1327] 
	result.add(minor);
	           ^^^^^
Null type mismatch: required '@NonNull Integer' but the provided value is inferred as @Nullable
136. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/srcParser/org/eclipse/statet/internal/yaml/snakeyaml/scanner/ScannerImpl.java (at line 1350)
	final Integer value = Integer.parseInt(this.reader.prefixForward(length));
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/srcParser/org/eclipse/statet/internal/yaml/snakeyaml/scanner/ScannerImpl.java:[1374] 
	result.add(handle);
	           ^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
138. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/srcParser/org/eclipse/statet/internal/yaml/snakeyaml/scanner/ScannerImpl.java (at line 1659)
	startMark, endMark, ScalarStyle.createStyle(style) );
	                                            ^^^^^
The expression of type char is boxed into Character
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/srcParser/org/eclipse/statet/internal/yaml/snakeyaml/scanner/ScannerImpl.java:[1881] 
	final int expLength = ESCAPE_CODES.get(ch).intValue();
	                      ^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method get(Object) may return null
140. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/srcParser/org/eclipse/statet/internal/yaml/snakeyaml/scanner/ScannerImpl.java (at line 2251)
	return this.value == null || this.value;
	                             ^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/srcParser/org/eclipse/statet/internal/yaml/snakeyaml/scanner/ScannerImpl.java:[2251] 
	return this.value == null || this.value;
	                             ^^^^^^^^^^
Potential null pointer access: This expression of type Boolean may be null but requires auto-unboxing
142. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/srcParser/org/eclipse/statet/internal/yaml/snakeyaml/scanner/ScannerImpl.java (at line 2255)
	return this.value != null && this.value;
	                             ^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/srcParser/org/eclipse/statet/internal/yaml/snakeyaml/scanner/ScannerImpl.java:[2255] 
	return this.value != null && this.value;
	                             ^^^^^^^^^^
Potential null pointer access: This expression of type Boolean may be null but requires auto-unboxing
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/BasicYamlSourceElement.java:[40] 
	protected BasicYamlSourceElement() {
	          ^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field name may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/BasicYamlSourceElement.java:[92] 
	&& (((getElementType() & MASK_C1) == C1_SOURCE) || getSourceParent().equals(other.getSourceParent()))
	                                                   ^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSourceParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/model/build/YamlProblemReporter.java:[76] 
	private SourceUnit sourceUnit;
	                   ^^^^^^^^^^
The value of the field YamlProblemReporter.sourceUnit is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/model/build/YamlProblemReporter.java:[85] 
	public YamlProblemReporter() {
	       ^^^^^^^^^^^^^^^^^^^^^
The @NonNull field problemRequestor may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/model/build/YamlProblemReporter.java:[85] 
	public YamlProblemReporter() {
	       ^^^^^^^^^^^^^^^^^^^^^
The @NonNull field sourceContent may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/model/build/YamlProblemReporter.java:[85] 
	public YamlProblemReporter() {
	       ^^^^^^^^^^^^^^^^^^^^^
The @NonNull field sourceUnit may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/model/build/YamlProblemReporter.java:[92] 
	final SourceStructElement root= model.getSourceElement();
	      ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/model/build/YamlProblemReporter.java:[98] 
	for (final SourceStructElement chunk : ((YamlCompositeSourceElement) root).getCompositeElements()) {
	           ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/model/build/YamlProblemReporter.java:[112] 
	this.sourceUnit= null;
	                 ^^^^
Null type mismatch: required '@NonNull SourceUnit' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/model/build/YamlProblemReporter.java:[113] 
	this.sourceContent= null;
	                    ^^^^
Null type mismatch: required '@NonNull SourceContent' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/model/build/YamlProblemReporter.java:[114] 
	this.problemRequestor= null;
	                       ^^^^
Null type mismatch: required '@NonNull ProblemRequestor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/model/build/YamlProblemReporter.java:[193] 
	Messages.Syntax_GenTokenUnknown_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.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/model/build/YamlProblemReporter.java:[200] 
	Messages.Syntax_GenTokenUnexpected_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.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/model/build/YamlProblemReporter.java:[220] 
	Messages.Syntax_FlowSeqNotClosed_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.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/model/build/YamlProblemReporter.java:[225] 
	Messages.Syntax_FlowMapNotClosed_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.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/model/build/YamlProblemReporter.java:[248] 
	Messages.Syntax_FlowSeqNotClosed_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.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/model/build/YamlProblemReporter.java:[272] 
	Messages.Syntax_QuotedScalarNotClosed_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.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/model/build/YamlProblemReporter.java:[280] 
	Messages.Syntax_QuotedScalarEscapeSequenceInvalid_messsage,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/model/build/YamlProblemReporter.java:[281] 
	detail.getText() ),
	^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/model/build/YamlProblemReporter.java:[286] 
	Messages.Syntax_GenEscapeSequenceInvalid_messsage,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/Tuple.java:[38] 
	Tuple(final YamlAstNode parent, final int startOffset, final int endOffset) {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field keyNode may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/ast/Tuple.java:[38] 
	Tuple(final YamlAstNode parent, final int startOffset, final int endOffset) {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field valueNode may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/yaml/core/model/YamlElementName.java:[38] 
	return (s1 == s2) || (s1 != null && s1.hashCode() == s2.hashCode() && s1.equals(s2));
	                                                     ^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/LabelAccess.java:[49] 
	this.all= ImCollections.toList(this.all);
	                               ^^^^^^^^
Null type safety (type annotations): The expression of type 'List<YamlLabelAccess>' needs unchecked conversion to conform to '@NonNull Collection<? extends YamlLabelAccess>', corresponding supertype is 'Collection<YamlLabelAccess>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/LabelAccess.java:[86] 
	public String getDisplayName() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from ElementName.getDisplayName() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/CompositeSourceElement.java:[47] 
	super(su, null);
	          ^^^^
Null type mismatch: required '@NonNull YamlAstNode' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/CompositeSourceElement.java:[79] 
	final List<? extends SourceStructElement<?, ?>>[] compositeLists= new List[this.compositeElements.size()];
	                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List[] needs unchecked conversion to conform to List<? extends SourceStructElement<?,?>>[]
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/org/eclipse/statet/internal/yaml/core/model/CompositeSourceElement.java:[79] 
	final List<? extends SourceStructElement<?, ?>>[] compositeLists= new List[this.compositeElements.size()];
	                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List[]' needs unchecked conversion to conform to '@NonNull List<? extends @NonNull SourceStructElement<?,?>> []'
171 problems (0 errors, 142 warnings, 142 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.yaml.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.yaml.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/target/org.eclipse.statet.yaml.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.yaml.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.yaml.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/target/org.eclipse.statet.yaml.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.yaml.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.yaml.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.yaml.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/target/org.eclipse.statet.yaml.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.yaml.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/target/org.eclipse.statet.yaml.core-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/target/org.eclipse.statet.yaml.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.yaml.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.core/target/org.eclipse.statet.yaml.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.yaml.core ---
[INFO] 
[INFO] --< org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.core >--
[INFO] Building StatET DocMLET - Wikitext - Core  (Incubation) 4.2.4.202103250600-r [89/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.wikitext.core ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.wikitext.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.wikitext.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.docmlet.wikitext.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.docmlet.wikitext.core ---
[INFO] Compiling 121 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/SourceComponent.java:[27] 
	super(null, 0, length);
	      ^^^^
Null type mismatch: required '@NonNull WikitextAstNode' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/refactoring/WikidocRefactoringAdapter.java:[55] 
	public boolean canInsert(final ElementSet elements, final SourceElement to,
	                                                          ^^^^^^^^^^^^^
SourceElement is a raw type. References to generic type SourceElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/refactoring/WikidocRefactoringAdapter.java:[74] 
	final SourceElement element, final Position pos,
	      ^^^^^^^^^^^^^
SourceElement is a raw type. References to generic type SourceElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/builder/WikitextProjectBuild.java:[61] 
	public VirtualSourceUnit(final IFile file, final String modelTypeId) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor WikitextProjectBuild.VirtualSourceUnit(IFile, String) is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/builder/WikitextProjectBuild.java:[82] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/builder/WikitextProjectBuild.java:[221] 
	Ltk.PERSISTENCE_CONTEXT, file, contentType, true, m );
	                                                  ^
Null type safety (type annotations): The expression of type 'SubMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/builder/WikitextProjectBuild.java:[227] 
	unit.disconnect(m);
	                ^
Null type safety (type annotations): The expression of type 'SubMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/builder/WikitextProjectBuild.java:[273] 
	participant.docUnitRemoved(unit.getResource(), m1.newChild(1));
	                           ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IFile' needs unchecked conversion to conform to '@NonNull IFile'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/builder/WikitextProjectBuild.java:[295] 
	final WikidocSourceUnitModelContainer<WikitextSourceUnit> adapter= unit.getAdapter(WikidocSourceUnitModelContainer.class);
	                                      ^^^^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'WikitextSourceUnit' is not a valid substitute for the type parameter 'TSourceUnit extends @NonNull WikitextSourceUnit'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/builder/WikitextProjectBuild.java:[295] 
	final WikidocSourceUnitModelContainer<WikitextSourceUnit> adapter= unit.getAdapter(WikidocSourceUnitModelContainer.class);
	                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type WikidocSourceUnitModelContainer needs unchecked conversion to conform to WikidocSourceUnitModelContainer<WikitextSourceUnit>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/builder/WikitextProjectBuild.java:[343] 
	partitipant.clear(file);
	                  ^^^^
Null type safety (type annotations): The expression of type 'IFile' needs unchecked conversion to conform to '@NonNull IFile'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikitextAsts.java:[37] 
	if (offset < nodes[i].getStartOffset()) {
	             ^^^^^^^^
Potential null pointer access: array element may be null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikitextAsts.java:[40] 
	if (offset <= nodes[i].getEndOffset()) {
	              ^^^^^^^^
Potential null pointer access: array element may be null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WikitextPartitionNodeScanner.java:[101] 
	public int getRestartOffset(TreePartitionNode node, final IDocument document,
	                            ^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from TreePartitionNodeScanner specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WikitextPartitionNodeScanner.java:[101] 
	public int getRestartOffset(TreePartitionNode node, final IDocument document,
	                                                          ^^^^^^^^^
Missing non-null annotation: inherited method from TreePartitionNodeScanner specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WikitextPartitionNodeScanner.java:[106] 
	while (parent.getType() != rootType) {
	       ^^^^^^
Potential null pointer access: The variable parent may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WikitextPartitionNodeScanner.java:[129] 
	public WikitextPartitionNodeType getDefaultRootType() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull BasicPartitionNodeType' returned from TreePartitionNodeScanner.getDefaultRootType() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WikitextPartitionNodeScanner.java:[134] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WikitextPartitionNodeScanner.java:[181] 
	this.node= this.scan.add(type, this.node, offset, 0);
	                         ^^^^
Null type safety (type annotations): The expression of type 'TreePartitionNodeType' needs unchecked conversion to conform to '@NonNull TreePartitionNodeType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WikitextPartitionNodeScanner.java:[181] 
	this.node= this.scan.add(type, this.node, offset, 0);
	                               ^^^^^^^^^
Null type safety (type annotations): The expression of type 'TreePartitionNode' needs unchecked conversion to conform to '@NonNull TreePartitionNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WikitextPartitionNodeScanner.java:[189] 
	this.scan.expand(this.node, offset, flags, true);
	                 ^^^^^^^^^
Null type safety (type annotations): The expression of type 'TreePartitionNode' needs unchecked conversion to conform to '@NonNull TreePartitionNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WikitextPartitionNodeScanner.java:[286] 
	this.scan.expand(this.node, getEventBeginOffset(), 0, false);
	                 ^^^^^^^^^
Null type safety (type annotations): The expression of type 'TreePartitionNode' needs unchecked conversion to conform to '@NonNull TreePartitionNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WikitextPartitionNodeScanner.java:[291] 
	this.scan.expand(this.node, getEventEndOffset(), 0, false);
	                 ^^^^^^^^^
Null type safety (type annotations): The expression of type 'TreePartitionNode' needs unchecked conversion to conform to '@NonNull TreePartitionNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupLanguageManager.java:[166] 
	prefs.addPreferenceNodeListener(this.prefQualifier, this);
	                                ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupLanguageManager.java:[167] 
	final Preference<@Nullable String> pref= new Preference.NullableStringPref(this.prefQualifier,
	                                                                           ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupLanguageManager.java:[199] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupLanguageManager.java:[238] 
	Arrays.sort(array);
	            ^^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupLanguageManager.java:[239] 
	this.names= ImCollections.newList(array);
	                                  ^^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/HardLineWrap.java:[64] 
	private final Block node;
	                    ^^^^
The value of the field HardLineWrap.BlockData.node is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/HardLineWrap.java:[103] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/HardLineWrap.java:[153] 
	public void visit(final Block node) throws InvocationTargetException {
	                        ^^^^^
Missing non-null annotation: inherited method from WikitextAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/HardLineWrap.java:[154] 
	if (this.createLineContent || !this.region.intersectsNonEmpty(node)) {
	                                                              ^^^^
Null type safety (type annotations): The expression of type 'Block' needs unchecked conversion to conform to '@NonNull TextRegion'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/HardLineWrap.java:[179] 
	while (i < textRegions.size()) {
	           ^^^^^^^^^^^
Potential null pointer access: The variable textRegions may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/HardLineWrap.java:[181] 
	if (textRegion.getEndOffset() <= this.region.getStartOffset()) {
	    ^^^^^^^^^^
Potential null pointer access: The variable textRegion may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/HardLineWrap.java:[190] 
	while (i < textRegions.size()) {
	           ^^^^^^^^^^^
Potential null pointer access: The variable textRegions may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/HardLineWrap.java:[196] 
	|| this.region.intersectsNonEmpty(textRegion) ) {
	                                  ^^^^^^^^^^
Null type mismatch: required '@NonNull TextRegion' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/HardLineWrap.java:[197] 
	final int currentLine= this.document.getLineOfOffset(textRegion.getStartOffset());
	                                                     ^^^^^^^^^^
Potential null pointer access: The variable textRegion may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/HardLineWrap.java:[222] 
	this.blocks.add(new BlockData(node, ImCollections.toList(this.lines), indentCont));
	                                                         ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<HardLineWrap.LineData>' needs unchecked conversion to conform to '@NonNull Collection<? extends HardLineWrap.LineData>', corresponding supertype is 'Collection<HardLineWrap.LineData>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/HardLineWrap.java:[237] 
	public void visit(final Heading node) throws InvocationTargetException {
	                        ^^^^^^^
Missing non-null annotation: inherited method from WikitextAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/HardLineWrap.java:[241] 
	public void visit(final Span node) throws InvocationTargetException {
	                        ^^^^
Missing non-null annotation: inherited method from WikitextAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/HardLineWrap.java:[255] 
	public void visit(final Text node) throws InvocationTargetException {
	                        ^^^^
Missing non-null annotation: inherited method from WikitextAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/HardLineWrap.java:[279] 
	public void visit(final Control node) throws InvocationTargetException {
	                        ^^^^^^^
Missing non-null annotation: inherited method from WikitextAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/HardLineWrap.java:[315] 
	return this.formatAdapter.getPrefixCont(node, this.indentUtil);
	                                        ^^^^
Null type safety (type annotations): The expression of type 'Block' needs unchecked conversion to conform to '@NonNull WikitextAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/HardLineWrap.java:[315] 
	return this.formatAdapter.getPrefixCont(node, this.indentUtil);
	                                              ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IndentUtil' needs unchecked conversion to conform to '@NonNull IndentUtil'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/Embedded.java:[76] 
	this.foreignNode.accept(visitor);
	     ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WikidocDocumentSetupParticipant.java:[43] 
	return new WikitextPartitioner(getPartitioningId(),
	                               ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/LtxReconcilerExtension.java:[67] 
	embeddingNode.setForeignNode(component);
	                             ^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceComponent' needs unchecked conversion to conform to '@NonNull AstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/MarkupLanguageDocumentSetupParticipant.java:[71] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/MarkupLanguageDocumentSetupParticipant.java:[75] 
	partitioner.setMarkupLanguage(markupLanguage);
	                              ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WikitextMarkupLanguage' needs unchecked conversion to conform to '@NonNull WikitextMarkupLanguage'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[358] 
	public int getLineEndOffset() {
	           ^^^^^^^^^^^^^^^^^^
The method getLineEndOffset() from the type WeaveLanguageProcessor.ExplLocator is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[495] 
	if (DEBUGGING && this.inlineMatcher.groupCount() != this.inlineParticipants.size()) {
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[495] 
	if (DEBUGGING && this.inlineMatcher.groupCount() != this.inlineParticipants.size()) {
					System.out.println(this.inlineMatcher.pattern());
				}
	                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[625] 
	this.lastOffset= embedded.getEndOffset();
	                 ^^^^^^^^
Potential null pointer access: The variable embedded may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[688] 
	{	int offset= region.getStartOffset();
	 	            ^^^^^^
Potential null pointer access: The variable region may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WeaveLanguageProcessor.java:[879] 
	if (textIdx < 0 || embedded.getTextLength() <= 0) {
	                   ^^^^^^^^
Potential null pointer access: The variable embedded may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/BasicWikitextCoreAccess.java:[46] 
	public PreferenceAccess getPrefs() {
	       ^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull PreferenceAccess' returned from WikitextCoreAccess.getPrefs() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/BasicWikitextCoreAccess.java:[51] 
	public WikitextCodeStyleSettings getWikitextCodeStyle() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull WikitextCodeStyleSettings' returned from WikitextCoreAccess.getWikitextCodeStyle() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/util/WikitextCoreAccessWrapper.java:[66] 
	public void setPreferenceContexts(final ImList<IScopeContext> contexts) {
	                                        ^^^^^^
Missing non-null annotation: inherited method from PreferenceAccessWrapper specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/util/WikitextCoreAccessWrapper.java:[72] 
	public PreferenceAccess getPrefs() {
	       ^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull PreferenceAccess' returned from WikitextCoreAccess.getPrefs() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/util/WikitextCoreAccessWrapper.java:[77] 
	public WikitextCodeStyleSettings getWikitextCodeStyle() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull WikitextCodeStyleSettings' returned from WikitextCoreAccess.getWikitextCodeStyle() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/model/WikitextElementName.java:[40] 
	return (s1 == s2) || (s1 != null && s1.hashCode() == s2.hashCode() && s1.equals(s2));
	                                                     ^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WikitextPartitioner.java:[40] 
	return scanner.getMarkupLanguage();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WikitextMarkupLanguage' needs unchecked conversion to conform to '@NonNull WikitextMarkupLanguage'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[65] 
	private final WikitextCoreAccess coreAccess;
	                                 ^^^^^^^^^^
The value of the field WikidocReconciler.Data.coreAccess is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[78] 
	this.content= adapter.getParseContent(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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[144] 
	this.modelManager.getEventJob().addUpdate(su, data.oldModel, data.newModel);
	                                              ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WikidocSourceUnitModelInfo' needs unchecked conversion to conform to '@NonNull WikidocSourceUnitModelInfo'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[144] 
	this.modelManager.getEventJob().addUpdate(su, data.oldModel, data.newModel);
	                                                             ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WikidocSourceUnitModelInfo' needs unchecked conversion to conform to '@NonNull WikidocSourceUnitModelInfo'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[162] 
	.run(su, data.content, data.newModel,
	         ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceContent' needs unchecked conversion to conform to '@NonNull SourceContent'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[162] 
	.run(su, data.content, data.newModel,
	                       ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WikidocSourceUnitModelInfo' needs unchecked conversion to conform to '@NonNull WikidocSourceUnitModelInfo'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[167] 
	this.yamlExt.reportEmbeddedProblems(data.content, data.newModel,
	                                    ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceContent' needs unchecked conversion to conform to '@NonNull SourceContent'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[167] 
	this.yamlExt.reportEmbeddedProblems(data.content, data.newModel,
	                                                  ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WikidocSourceUnitModelInfo' needs unchecked conversion to conform to '@NonNull WikidocSourceUnitModelInfo'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[172] 
	data.embedded.reportEmbeddedProblems(data.content, data.newModel,
	                                     ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceContent' needs unchecked conversion to conform to '@NonNull SourceContent'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[172] 
	data.embedded.reportEmbeddedProblems(data.content, data.newModel,
	                                                   ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WikidocSourceUnitModelInfo' needs unchecked conversion to conform to '@NonNull WikidocSourceUnitModelInfo'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[241] 
	this.yamlExt.reconcileEmbeddedAst(data.content, embeddedNodes, markupLanguage,
	                                  ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceContent' needs unchecked conversion to conform to '@NonNull SourceContent'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[241] 
	this.yamlExt.reconcileEmbeddedAst(data.content, embeddedNodes, markupLanguage,
	                                                ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Embedded>' needs unchecked conversion to conform to '@NonNull List<@NonNull Embedded>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[242] 
	flags, 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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[248] 
	this.ltxExt.reconcileEmbeddedAst(data.content, embeddedNodes, markupLanguage,
	                                 ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceContent' needs unchecked conversion to conform to '@NonNull SourceContent'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[248] 
	this.ltxExt.reconcileEmbeddedAst(data.content, embeddedNodes, markupLanguage,
	                                               ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Embedded>' needs unchecked conversion to conform to '@NonNull List<@NonNull Embedded>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[249] 
	flags, 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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[252] 
	data.embedded.reconcileEmbeddedAst(data.content, embeddedNodes, markupLanguage,
	                                   ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceContent' needs unchecked conversion to conform to '@NonNull SourceContent'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[252] 
	data.embedded.reconcileEmbeddedAst(data.content, embeddedNodes, markupLanguage,
	                                                 ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Embedded>' needs unchecked conversion to conform to '@NonNull List<@NonNull Embedded>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[253] 
	flags, 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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[256] 
	data.ast= new WikitextAstInfo(1, stamp, sourceNode, markupLanguage,
	                                        ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceComponent' needs unchecked conversion to conform to '@NonNull AstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[257] 
	embeddedTypes.keySet() );
	^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type '@NonNull Set<String>' needs unchecked conversion to conform to '@NonNull Set<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[278] 
	data.adapter.setAst(data.ast);
	                    ^^^^^^^^
Null type safety (type annotations): The expression of type 'WikitextAstInfo' needs unchecked conversion to conform to '@NonNull AstInfo'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[298] 
	this.yamlExt.reconcileEmbeddedModel(data.content, model, embeddedItems,
	                                    ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceContent' needs unchecked conversion to conform to '@NonNull SourceContent'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[298] 
	this.yamlExt.reconcileEmbeddedModel(data.content, model, embeddedItems,
	                                                  ^^^^^
Null type mismatch: required '@NonNull WikidocSourceUnitModelInfo' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[298] 
	this.yamlExt.reconcileEmbeddedModel(data.content, model, embeddedItems,
	                                                         ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<EmbeddingReconcileTask>' needs unchecked conversion to conform to '@NonNull List<@NonNull EmbeddingReconcileTask>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[299] 
	flags, 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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[302] 
	this.ltxExt.reconcileEmbeddedModel(data.content, model, embeddedItems,
	                                   ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceContent' needs unchecked conversion to conform to '@NonNull SourceContent'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[302] 
	this.ltxExt.reconcileEmbeddedModel(data.content, model, embeddedItems,
	                                                 ^^^^^
Null type mismatch: required '@NonNull WikidocSourceUnitModelInfo' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[302] 
	this.ltxExt.reconcileEmbeddedModel(data.content, model, embeddedItems,
	                                                        ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<EmbeddingReconcileTask>' needs unchecked conversion to conform to '@NonNull List<@NonNull EmbeddingReconcileTask>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[303] 
	flags, 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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[306] 
	data.embedded.reconcileEmbeddedModel(data.content, model, embeddedItems,
	                                     ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceContent' needs unchecked conversion to conform to '@NonNull SourceContent'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[306] 
	data.embedded.reconcileEmbeddedModel(data.content, model, embeddedItems,
	                                                   ^^^^^
Null type mismatch: required '@NonNull WikidocSourceUnitModelInfo' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[306] 
	data.embedded.reconcileEmbeddedModel(data.content, model, embeddedItems,
	                                                          ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<EmbeddingReconcileTask>' needs unchecked conversion to conform to '@NonNull List<@NonNull EmbeddingReconcileTask>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikidocReconciler.java:[307] 
	flags, 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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/extdoc/AbstractMarkupConfig.java:[54] 
	public T clone() {
	       ^
The return type is incompatible with '@NonNull MarkupConfig' returned from MarkupConfig.clone() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/extdoc/AbstractMarkupConfig.java:[56] 
	final AbstractMarkupConfig clone= (AbstractMarkupConfig) super.clone();
	      ^^^^^^^^^^^^^^^^^^^^
AbstractMarkupConfig is a raw type. References to generic type AbstractMarkupConfig<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/extdoc/AbstractMarkupConfig.java:[56] 
	final AbstractMarkupConfig clone= (AbstractMarkupConfig) super.clone();
	                                   ^^^^^^^^^^^^^^^^^^^^
AbstractMarkupConfig is a raw type. References to generic type AbstractMarkupConfig<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/extdoc/AbstractMarkupConfig.java:[57] 
	clone.isSealed= false;
	      ^^^^^^^^
Type safety: The field isSealed from the raw type AbstractMarkupConfig is assigned a value of type boolean. References to generic type AbstractMarkupConfig<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/extdoc/AbstractMarkupConfig.java:[58] 
	return (T) clone;
	       ^^^^^^^^^
Type safety: Unchecked cast from AbstractMarkupConfig to T
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/extdoc/AbstractMarkupConfig.java:[124] 
	public String getString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from MarkupConfig.getString() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/extdoc/AbstractMarkupConfig.java:[127] 
	final StringBuilder sb= new StringBuilder(getConfigType());
	                                          ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/extdoc/AbstractMarkupConfig.java:[163] 
	public boolean load(final String configString) {
	                          ^^^^^^
Missing non-null annotation: inherited method from MarkupConfig specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/extdoc/AbstractMarkupConfig.java:[175] 
	setYamlMetadataEnabled(config.isYamlMetadataEnabled());
	                       ^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/extdoc/AbstractMarkupConfig.java:[202] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/extdoc/AbstractMarkupConfig.java:[202] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/ContainerSourceElement.java:[46] 
	public ContainerSourceElement(final int type, final WikitextAstNode astNode) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field nameRegion may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/ContainerSourceElement.java:[113] 
	return WikitextElementName.create(WikitextElementName.RESOURCE, elementName.getSegmentName());
	                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/ContainerSourceElement.java:[123] 
	final SourceUnitModelInfo modelInfo= getSourceUnit().getModelInfo(WikitextModel.WIKIDOC_TYPE_ID, 0, null);
	                                                                                                    ^^^^
Null type mismatch: required '@NonNull IProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/WikitextProjectNature.java:[56] 
	changed|= ProjectUtils.addBuilder(description, WikitextProjectBuilder.BUILDER_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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/WikitextProjectNature.java:[68] 
	changed|= ProjectUtils.removeBuilder(description, WikitextProjectBuilder.BUILDER_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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WikitextWeavePartitionNodeScanner.java:[98] 
	scan.init(this.contentStartOffset, this.contentEndOffset, this.node);
	                                                          ^^^^^^^^^
Null type safety (type annotations): The expression of type 'TreePartitionNode' needs unchecked conversion to conform to '@NonNull TreePartitionNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/WikitextWeavePartitionNodeScanner.java:[123] 
	this.foreignScan= new WrappedPartitionNodeScan(scan);
	                                               ^^^^
Null type safety (type annotations): The expression of type 'TreePartitionNodeScan' needs unchecked conversion to conform to '@NonNull TreePartitionNodeScan'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/Link.java:[126] 
	public @Nullable Label getReferenceLabel() {
	       ^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull Label' returned from Link.getReferenceLabel() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupLanguageManager1.java:[118] 
	public IProject getProject() {
	                ^^^^^^^^^^^^
The method getProject() from the type MarkupLanguageManager1.ProjectEntry is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupLanguageManager1.java:[136] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupLanguageManager1.java:[197] 
	public void addChangedConfig(final IProject project, final String languageName) {
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method addChangedConfig(IProject, String) from the type MarkupLanguageManager1.BackgroundJob is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupLanguageManager1.java:[223] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupLanguageManager1.java:[223] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupLanguageManager1.java:[366] 
	this.configChangedListeners.add(listener);
	                                ^^^^^^^^
Null type safety (type annotations): The expression of type 'WikitextMarkupLanguageManager1.MarkupConfigChangedListener' needs unchecked conversion to conform to 'WikitextMarkupLanguageManager1.@NonNull MarkupConfigChangedListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/model/WikitextModel.java:[33] 
	return WikitextCorePlugin.getInstance().getWikidocModelManager();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WikitextModelManagerImpl' needs unchecked conversion to conform to '@NonNull ModelManager'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/WikitextCore.java:[45] 
	WIKIDOC_CONTENT_TYPE= contentTypeManager.getContentType(WIKIDOC_CONTENT_ID);
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IContentType' needs unchecked conversion to conform to '@NonNull IContentType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/WikitextCore.java:[49] 
	public static final WikitextCoreAccess WORKBENCH_ACCESS= WikitextCorePlugin.getInstance().getWorkbenchAccess();
	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WikitextCoreAccess' needs unchecked conversion to conform to '@NonNull WikitextCoreAccess'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/WikitextCore.java:[56] 
	return WikitextCorePlugin.getInstance().getDefaultsAccess();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WikitextCoreAccess' needs unchecked conversion to conform to '@NonNull WikitextCoreAccess'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/WikitextCore.java:[61] 
	return MarkupLanguageManager1.INSTANCE;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WikitextMarkupLanguageManager1' needs unchecked conversion to conform to '@NonNull WikitextMarkupLanguageManager1'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/WikitextCorePreferenceInitializer.java:[44] 
	PreferenceUtils.setPrefValues(scope, map);
	                                     ^^^
Null type safety (type annotations): The expression of type 'Map<Preference<?>,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull Preference<?>,@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/BasicWikitextSourceElement.java:[44] 
	protected BasicWikitextSourceElement(final int type) {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field name may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/BasicWikitextSourceElement.java:[122] 
	&& (((this.type & MASK_C1) == C1_SOURCE) || getSourceParent().equals(other.getSourceParent()))
	                                            ^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSourceParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/WikitextCorePlugin.java:[73] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/WikitextCorePlugin.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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/WikitextCorePlugin.java:[91] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/WikitextCorePlugin.java:[122] 
	super.stop(context);
	           ^^^^^^^
Null type safety (type annotations): The expression of type 'BundleContext' needs unchecked conversion to conform to '@NonNull BundleContext'
134. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java (at line 54)
	private static final Integer ONE= 1;
	                                  ^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[71] 
	private Map<String, NameAccessAccumulator<WikitextNameAccess>> linkAnchorLabels= new HashMap<>();
	                                          ^^^^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'WikitextNameAccess' is not a valid substitute for the type parameter 'TName extends @NonNull ElementName'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[72] 
	private Map<String, NameAccessAccumulator<WikitextNameAccess>> linkDefLabels= new HashMap<>();
	                                          ^^^^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'WikitextNameAccess' is not a valid substitute for the type parameter 'TName extends @NonNull ElementName'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[104] 
	WikitextSourceElement.C2_SOURCE_FILE, su, (WikitextAstNode) ast.getRoot());
	                                      ^^
Null type safety (type annotations): The expression of type 'WikitextSourceUnit' needs unchecked conversion to conform to '@NonNull SourceUnit'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[112] 
	final NameAccessSet<WikitextNameAccess> linkAnchorLabels;
	                    ^^^^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'WikitextNameAccess' is not a valid substitute for the type parameter 'TNameAccess extends @NonNull NameAccess<?,TNameAccess>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[113] 
	final NameAccessSet<WikitextNameAccess> linkDefLabels;
	                    ^^^^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'WikitextNameAccess' is not a valid substitute for the type parameter 'TNameAccess extends @NonNull NameAccess<?,TNameAccess>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[118] 
	linkAnchorLabels= new BasicNameAccessSet<>(this.linkAnchorLabels);
	                                           ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,NameAccessAccumulator<WikitextNameAccess>>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull NameAccessAccumulator<@NonNull WikitextNameAccess>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[125] 
	linkDefLabels= new BasicNameAccessSet<>(this.linkDefLabels);
	                                        ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,NameAccessAccumulator<WikitextNameAccess>>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull NameAccessAccumulator<@NonNull WikitextNameAccess>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[130] 
	linkAnchorLabels, linkDefLabels,
	^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'NameAccessSet<WikitextNameAccess>' needs unchecked conversion to conform to '@NonNull NameAccessSet<@NonNull WikitextNameAccess>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[130] 
	linkAnchorLabels, linkDefLabels,
	                  ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'NameAccessSet<WikitextNameAccess>' needs unchecked conversion to conform to '@NonNull NameAccessSet<@NonNull WikitextNameAccess>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[148] 
	this.currentElement.children.add(element);
	                                 ^^^^^^^
Null type safety (type annotations): The expression of type 'ContainerSourceElement' needs unchecked conversion to conform to '@NonNull BasicWikitextSourceElement'
145. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java (at line 169)
	(element.occurrenceCount= occ + 1) ));
	                          ^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[241] 
	NameAccessAccumulator<WikitextNameAccess> shared= this.linkAnchorLabels.get(label);
	                      ^^^^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'WikitextNameAccess' is not a valid substitute for the type parameter 'TName extends @NonNull ElementName'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[243] 
	shared= new NameAccessAccumulator<>(label);
	                                    ^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[253] 
	NameAccessAccumulator<WikitextNameAccess> shared= this.linkDefLabels.get(label);
	                      ^^^^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'WikitextNameAccess' is not a valid substitute for the type parameter 'TName extends @NonNull ElementName'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[265] 
	public void visit(final SourceComponent node) throws InvocationTargetException {
	                        ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from WikitextAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[278] 
	public void visit(final Block node) throws InvocationTargetException {
	                        ^^^^^
Missing non-null annotation: inherited method from WikitextAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[290] 
	public void visit(final Heading node) throws InvocationTargetException {
	                        ^^^^^^^
Missing non-null annotation: inherited method from WikitextAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[313] 
	WikitextSourceElement.C2_SECTIONING | level, this.currentElement, node ));
	                                             ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ContainerSourceElement' needs unchecked conversion to conform to '@NonNull ContainerSourceElement'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[315] 
	node.addAttachment(this.currentElement);
	                   ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ContainerSourceElement' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[349] 
	public void visit(final Span node) throws InvocationTargetException {
	                        ^^^^
Missing non-null annotation: inherited method from WikitextAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[359] 
	public void visit(final Text node) throws InvocationTargetException {
	                        ^^^^
Missing non-null annotation: inherited method from WikitextAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[374] 
	public void visit(final Link node) throws InvocationTargetException {
	                        ^^^^
Missing non-null annotation: inherited method from WikitextAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[391] 
	public void visit(final Image node) throws InvocationTargetException {
	                        ^^^^^
Missing non-null annotation: inherited method from WikitextAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[392] 
	final RefLabelAccess access;
	                     ^^^^^^
The value of the local variable access is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[404] 
	public void visit(final Embedded node) throws InvocationTargetException {
	                        ^^^^^^^^
Missing non-null annotation: inherited method from WikitextAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[416] 
	this.embeddedItems.add(new EmbeddingReconcileTask(node, null));
	                                                        ^^^^
Null type mismatch: required '@NonNull EmbeddingForeignSourceElement' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/SourceAnalyzer.java:[426] 
	this.currentElement, node );
	^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ContainerSourceElement' needs unchecked conversion to conform to '@NonNull ContainerSourceElement'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/YamlReconcilerExtension.java:[83] 
	final SourceStructElement sourceElement= wikitextModel.getSourceElement();
	      ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/Image.java:[105] 
	public @Nullable Label getReferenceLabel() {
	       ^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull Label' returned from Image.getReferenceLabel() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/Image.java:[180] 
	return this.uri;
	       ^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/source/extdoc/WikidocPartitionNodeScanner.java:[55] 
	public String getPartitionType() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from BasicPartitionNodeType.getPartitionType() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/builder/WikitextBuildParticipantInternal.java:[26] 
	protected WikitextProjectNature wikitextProject;
	                                ^^^^^^^^^^^^^^^
The @NonNull field wikitextProject may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/WikitextCodeStyleSettings.java:[46] 
	public static final EnumPref<IndentationType> INDENT_DEFAULT_TYPE_PREF= new EnumPref<>(
	                             ^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'IIndentSettings.IndentationType' is not a valid substitute for the type parameter 'E extends @NonNull Enum<E>'
168. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/WikitextCodeStyleSettings.java (at line 102)
	setTabSize(prefs.getPreferenceValue(TAB_SIZE_PREF));
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/WikitextCodeStyleSettings.java:[102] 
	setTabSize(prefs.getPreferenceValue(TAB_SIZE_PREF));
	                                    ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.IntPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Integer>', corresponding supertype is 'Preference<@NonNull Integer>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/WikitextCodeStyleSettings.java:[103] 
	setIndentDefaultType(prefs.getPreferenceValue(INDENT_DEFAULT_TYPE_PREF));
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.EnumPref<IIndentSettings.IndentationType>' needs unchecked conversion to conform to '@NonNull Preference<IIndentSettings.IndentationType>', corresponding supertype is 'Preference<IIndentSettings.IndentationType>'
171. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/WikitextCodeStyleSettings.java (at line 104)
	setIndentSpacesCount(prefs.getPreferenceValue(INDENT_SPACES_COUNT_PREF));
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/WikitextCodeStyleSettings.java:[104] 
	setIndentSpacesCount(prefs.getPreferenceValue(INDENT_SPACES_COUNT_PREF));
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.IntPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Integer>', corresponding supertype is 'Preference<@NonNull Integer>'
173. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/WikitextCodeStyleSettings.java (at line 105)
	setReplaceConservative(prefs.getPreferenceValue(REPLACE_CONVERSATIVE_PREF));
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/WikitextCodeStyleSettings.java:[105] 
	setReplaceConservative(prefs.getPreferenceValue(REPLACE_CONVERSATIVE_PREF));
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.BooleanPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Boolean>', corresponding supertype is 'Preference<@NonNull Boolean>'
175. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/WikitextCodeStyleSettings.java (at line 106)
	setReplaceOtherTabsWithSpaces(prefs.getPreferenceValue(REPLACE_TABS_WITH_SPACES_PREF));
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/WikitextCodeStyleSettings.java:[106] 
	setReplaceOtherTabsWithSpaces(prefs.getPreferenceValue(REPLACE_TABS_WITH_SPACES_PREF));
	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.BooleanPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Boolean>', corresponding supertype is 'Preference<@NonNull Boolean>'
177. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/WikitextCodeStyleSettings.java (at line 107)
	setLineWidth(prefs.getPreferenceValue(WRAP_LINE_WIDTH_PREF));
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/WikitextCodeStyleSettings.java:[107] 
	setLineWidth(prefs.getPreferenceValue(WRAP_LINE_WIDTH_PREF));
	                                      ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference<Integer>' needs unchecked conversion to conform to '@NonNull Preference<Integer>'
179. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/WikitextCodeStyleSettings.java (at line 132)
	map.put(TAB_SIZE_PREF, getTabSize());
	                       ^^^^^^^^^^^^
The expression of type int is boxed into Integer
180. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/WikitextCodeStyleSettings.java (at line 134)
	map.put(INDENT_SPACES_COUNT_PREF, getIndentSpacesCount());
	                                  ^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
181. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/WikitextCodeStyleSettings.java (at line 135)
	map.put(REPLACE_CONVERSATIVE_PREF, getReplaceConservative());
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
182. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/WikitextCodeStyleSettings.java (at line 136)
	map.put(REPLACE_TABS_WITH_SPACES_PREF, getReplaceOtherTabsWithSpaces());
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
183. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/WikitextCodeStyleSettings.java (at line 137)
	map.put(WRAP_LINE_WIDTH_PREF, getLineWidth());
	                              ^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
184. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/WikitextCodeStyleSettings.java (at line 147)
	firePropertyChange(TAB_SIZE_PROP, oldValue, size);
	                                  ^^^^^^^^
The expression of type int is boxed into Integer
185. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/WikitextCodeStyleSettings.java (at line 147)
	firePropertyChange(TAB_SIZE_PROP, oldValue, size);
	                                            ^^^^
The expression of type int is boxed into Integer
186. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/WikitextCodeStyleSettings.java (at line 167)
	firePropertyChange(INDENT_SPACES_COUNT_PROP, oldValue, count);
	                                             ^^^^^^^^
The expression of type int is boxed into Integer
187. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/WikitextCodeStyleSettings.java (at line 167)
	firePropertyChange(INDENT_SPACES_COUNT_PROP, oldValue, count);
	                                                       ^^^^^
The expression of type int is boxed into Integer
188. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/WikitextCodeStyleSettings.java (at line 177)
	firePropertyChange(REPLACE_CONSERVATIVE_PROP, oldValue, enable);
	                                              ^^^^^^^^
The expression of type boolean is boxed into Boolean
189. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/WikitextCodeStyleSettings.java (at line 177)
	firePropertyChange(REPLACE_CONSERVATIVE_PROP, oldValue, enable);
	                                                        ^^^^^^
The expression of type boolean is boxed into Boolean
190. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/WikitextCodeStyleSettings.java (at line 187)
	firePropertyChange(REPLACE_TABS_WITH_SPACES_PROP, oldValue, getReplaceOtherTabsWithSpaces());
	                                                  ^^^^^^^^
The expression of type boolean is boxed into Boolean
191. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/WikitextCodeStyleSettings.java (at line 187)
	firePropertyChange(REPLACE_TABS_WITH_SPACES_PROP, oldValue, getReplaceOtherTabsWithSpaces());
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
192. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/WikitextCodeStyleSettings.java (at line 198)
	firePropertyChange(WRAP_LINE_WIDTH_PROP, oldValue, max);
	                                         ^^^^^^^^
The expression of type int is boxed into Integer
193. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/WikitextCodeStyleSettings.java (at line 198)
	firePropertyChange(WRAP_LINE_WIDTH_PROP, oldValue, max);
	                                                   ^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[45] 
	private final StringFactory labelFactory;
	                            ^^^^^^^^^^^^
The value of the field WikidocParser.labelFactory is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[129] 
	((ContainerNode) this.currentNode).children= children.toArray(new WikitextAstNode[children.size()]);
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WikitextAstNode[]' needs unchecked conversion to conform to '@NonNull WikitextAstNode @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[197] 
	node= embedded= new Embedded(this.currentNode,
	                             ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WikitextAstNode' needs unchecked conversion to conform to '@NonNull WikitextAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[199] 
	embeddingAttributes.getForeignType(), embeddingAttributes.getEmbedDescr() );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[205] 
	node= new Block.TextBlock(this.currentNode, this.locator2.getBeginOffset(),
	                          ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WikitextAstNode' needs unchecked conversion to conform to '@NonNull WikitextAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[206] 
	type, attributes.getId(), ((SourceTextBlockAttributes) attributes).getTextRegions() );
	^^^^
Null type safety (type annotations): The expression of type 'DocumentBuilder.BlockType' needs unchecked conversion to conform to 'DocumentBuilder.@NonNull BlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[206] 
	type, attributes.getId(), ((SourceTextBlockAttributes) attributes).getTextRegions() );
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<capture#of ? extends TextRegion>' needs unchecked conversion to conform to '@NonNull ImList<? extends @NonNull TextRegion>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[209] 
	node= new Block.Common(this.currentNode, this.locator2.getBeginOffset(),
	                       ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WikitextAstNode' needs unchecked conversion to conform to '@NonNull WikitextAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[210] 
	type, attributes.getId() );
	^^^^
Null type safety (type annotations): The expression of type 'DocumentBuilder.BlockType' needs unchecked conversion to conform to 'DocumentBuilder.@NonNull BlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[231] 
	final Span span= new Span(this.currentNode,
	                          ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WikitextAstNode' needs unchecked conversion to conform to '@NonNull WikitextAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[233] 
	type, attributes.getId());
	^^^^
Null type safety (type annotations): The expression of type 'DocumentBuilder.SpanType' needs unchecked conversion to conform to 'DocumentBuilder.@NonNull SpanType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[237] 
	embeddingAttributes.getForeignType(), embeddingAttributes.getEmbedDescr() );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[238] 
	span.children= new WikitextAstNode[] { embedded };
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WikitextAstNode[]' needs unchecked conversion to conform to '@NonNull WikitextAstNode @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[241] 
	embedded= new Embedded(this.currentNode,
	                       ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WikitextAstNode' needs unchecked conversion to conform to '@NonNull WikitextAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[243] 
	embeddingAttributes.getForeignType(), embeddingAttributes.getEmbedDescr() );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[254] 
	node= new Span(this.currentNode,
	               ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WikitextAstNode' needs unchecked conversion to conform to '@NonNull WikitextAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[256] 
	type, attributes.getId());
	^^^^
Null type safety (type annotations): The expression of type 'DocumentBuilder.SpanType' needs unchecked conversion to conform to 'DocumentBuilder.@NonNull SpanType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[270] 
	enterNode(new Heading(this.currentNode, this.locator2.getBeginOffset(), level,
	                      ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WikitextAstNode' needs unchecked conversion to conform to '@NonNull WikitextAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[289] 
	this.currentText= new Text(this.currentNode,
	                           ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WikitextAstNode' needs unchecked conversion to conform to '@NonNull WikitextAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[306] 
	final String resovled= HtmlUtils.resolveEntity(HtmlUtils.getEntityReference(entity));
	                                                                            ^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[336] 
	return new Image.Ref(this.currentNode,
	                     ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WikitextAstNode' needs unchecked conversion to conform to '@NonNull WikitextAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[338] 
	linkType, referenceNode );
	          ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Label' needs unchecked conversion to conform to '@NonNull Label'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[340] 
	return new Image.Common(this.currentNode,
	                        ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WikitextAstNode' needs unchecked conversion to conform to '@NonNull WikitextAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[342] 
	Image.COMMON, src );
	              ^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[362] 
	return new Link.Ref(this.currentNode,
	                    ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WikitextAstNode' needs unchecked conversion to conform to '@NonNull WikitextAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[364] 
	linkType, referenceNode, href, attributes.getTitle() );
	          ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Label' needs unchecked conversion to conform to '@NonNull Label'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[364] 
	linkType, referenceNode, href, attributes.getTitle() );
	                         ^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[371] 
	return new Link.Ref(this.currentNode,
	                    ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WikitextAstNode' needs unchecked conversion to conform to '@NonNull WikitextAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[373] 
	linkType, referenceNode );
	          ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Label' needs unchecked conversion to conform to '@NonNull Label'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[378] 
	return new Link.Common(this.currentNode,
	                       ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WikitextAstNode' needs unchecked conversion to conform to '@NonNull WikitextAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[380] 
	Link.COMMON, href, (attributes != null) ? attributes.getTitle() : null );
	             ^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[384] 
	return new Label(null, labelInfo.getStartOffset(), labelInfo.getEndOffset(), labelInfo.getLabel());
	                 ^^^^
Null type mismatch: required '@NonNull WikitextAstNode' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/ast/WikidocParser.java:[401] 
	addChildNode(new Control(this.currentNode,
	                         ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WikitextAstNode' needs unchecked conversion to conform to '@NonNull WikitextAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/RefLabelAccess.java:[35] 
	protected LinkDef(final NameAccessAccumulator<WikitextNameAccess> shared, final WikitextAstNode node, final WikitextAstNode labelNode) {
	                                              ^^^^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'WikitextNameAccess' is not a valid substitute for the type parameter 'TName extends @NonNull ElementName'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/RefLabelAccess.java:[48] 
	protected LinkAnchor(final NameAccessAccumulator<WikitextNameAccess> shared, final WikitextAstNode node, final WikitextAstNode labelNode) {
	                                                 ^^^^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'WikitextNameAccess' is not a valid substitute for the type parameter 'TName extends @NonNull ElementName'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/RefLabelAccess.java:[60] 
	private final NameAccessAccumulator<WikitextNameAccess> shared;
	                                    ^^^^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'WikitextNameAccess' is not a valid substitute for the type parameter 'TName extends @NonNull ElementName'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/RefLabelAccess.java:[68] 
	protected RefLabelAccess(final NameAccessAccumulator<WikitextNameAccess> shared, final WikitextAstNode node, final WikitextAstNode labelNode) {
	                                                     ^^^^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'WikitextNameAccess' is not a valid substitute for the type parameter 'TName extends @NonNull ElementName'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/RefLabelAccess.java:[82] 
	public String getDisplayName() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from ElementName.getDisplayName() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/RefLabelAccess.java:[93] 
	public WikitextAstNode getNode() {
	       ^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull WikitextAstNode' returned from NameAccess<WikitextAstNode,WikitextNameAccess>.getNode() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/RefLabelAccess.java:[103] 
	public ImList<? extends WikitextNameAccess> getAllInUnit() {
	       ^^^^^^
The return type is incompatible with '@NonNull ImList<? extends @NonNull WikitextNameAccess>' returned from NameAccess<WikitextAstNode,WikitextNameAccess>.getAllInUnit() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/markup/MarkupParser2.java:[115] 
	((WikitextMarkupLanguageExtension2) markupLanguage).processContent(this, markupContent, asDocument);
	                                                                         ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceContent' needs unchecked conversion to conform to '@NonNull SourceContent'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/markup/MarkupParser2.java:[129] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/model/build/EmbeddingReconcileTask.java:[56] 
	public void setEmbeddedElement(final SourceStructElement element) {
	                                     ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/builder/WikitextProjectTask.java:[85] 
	modelTypeId, WikitextBuildParticipant.class );
	^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/builder/WikitextProjectTask.java:[89] 
	participant.wikitextProject= getWikitextProject();
	                             ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WikitextProjectNature' needs unchecked conversion to conform to '@NonNull WikitextProjectNature'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikitextModelManagerImpl.java:[43] 
	private final int level;
	                  ^^^^^
The value of the field WikitextModelManagerImpl.ModelDelta.level is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikitextModelManagerImpl.java:[44] 
	private final LtkModelElement element;
	              ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikitextModelManagerImpl.java:[45] 
	private final @Nullable SourceUnitModelInfo oldInfo;
	                                            ^^^^^^^
The value of the field WikitextModelManagerImpl.ModelDelta.oldInfo is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikitextModelManagerImpl.java:[47] 
	private final @Nullable SourceUnitModelInfo newInfo;
	                                            ^^^^^^^
The value of the field WikitextModelManagerImpl.ModelDelta.newInfo is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikitextModelManagerImpl.java:[51] 
	public ModelDelta(final LtkModelElement element,
	                        ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikitextModelManagerImpl.java:[63] 
	public LtkModelElement getModelElement() {
	       ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/model/WikitextModelManagerImpl.java:[63] 
	public LtkModelElement getModelElement() {
	       ^^^^^^^^^^^^^^^
Type safety: The return type LtkModelElement for getModelElement() from the type WikitextModelManagerImpl.ModelDelta needs unchecked conversion to conform to LtkModelElement<?> from the type LtkModelElementDelta
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupConfigTextFileBufferUpdater.java:[81] 
	final IDocumentPartitioner partitioner= this.document.getDocumentPartitioner(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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupConfigTextFileBufferUpdater.java:[101] 
	this.document.setDocumentPartitioner(partitioning, partitioner);
	                                     ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupConfigTextFileBufferUpdater.java:[152] 
	final List<SourceUnit> sus= suManager.getOpenSourceUnits(this.markupModelTypeIds,
	                                                         ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImIdentityList<String>' needs unchecked conversion to conform to '@NonNull List<@NonNull String>', corresponding supertype is 'List<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupConfigTextFileBufferUpdater.java:[168] 
	final SubMonitor m1= m.newChild(10).setWorkRemaining(10);
	                 ^^
The value of the local variable m1 is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupConfigTextFileBufferUpdater.java:[179] 
	final List<SourceUnit> sus= suManager.getOpenSourceUnits(this.markupModelTypeIds,
	                                                         ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImIdentityList<String>' needs unchecked conversion to conform to '@NonNull List<@NonNull String>', corresponding supertype is 'List<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupConfigTextFileBufferUpdater.java:[222] 
	if (document.getDocumentPartitioner(partitionings[i]) instanceof MarkupLanguagePartitioner) {
	                                    ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupConfigTextFileBufferUpdater.java:[235] 
	ImCollections.toList(this.checkPartitionings), languages );
	                     ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<String>' needs unchecked conversion to conform to '@NonNull Collection<? extends String>', corresponding supertype is 'Collection<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupConfigTextFileBufferUpdater.java:[244] 
	su.connect(m);
	           ^
Null type safety (type annotations): The expression of type 'SubMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupConfigTextFileBufferUpdater.java:[246] 
	if (su.getModelInfo(null, 0, m) == null) {
	                             ^
Null type safety (type annotations): The expression of type 'SubMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupConfigTextFileBufferUpdater.java:[262] 
	su.getModelInfo(null, ModelManager.REFRESH | ModelManager.RECONCILE, m);
	                                                                     ^
Null type safety (type annotations): The expression of type 'SubMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/internal/docmlet/wikitext/core/MarkupConfigTextFileBufferUpdater.java:[265] 
	su.disconnect(m);
	              ^
Null type safety (type annotations): The expression of type 'SubMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/org/eclipse/statet/docmlet/wikitext/core/MarkupSourceModelStamp.java:[51] 
	&& this.markupLanguage == ((MarkupSourceModelStamp)other).markupLanguage );
	                                                   ^^^^^
Potential null pointer access: this expression has a '@Nullable' type
257 problems (0 errors, 235 warnings, 235 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.docmlet.wikitext.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.wikitext.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/target/org.eclipse.statet.docmlet.wikitext.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.wikitext.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.wikitext.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/target/org.eclipse.statet.docmlet.wikitext.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.wikitext.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.docmlet.wikitext.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.docmlet.wikitext.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/target/org.eclipse.statet.docmlet.wikitext.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.docmlet.wikitext.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/target/org.eclipse.statet.docmlet.wikitext.core-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/target/org.eclipse.statet.docmlet.wikitext.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.docmlet.wikitext.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.core/target/org.eclipse.statet.docmlet.wikitext.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.docmlet.wikitext.core ---
[INFO] 
[INFO] --< org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.ui >--
[INFO] Building StatET DocMLET - Wikitext - UI  (Incubation) 4.2.4.202103250600-r [90/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.wikitext.ui ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.wikitext.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.wikitext.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.docmlet.wikitext.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.docmlet.wikitext.ui ---
[INFO] Compiling 55 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/ConvertToWikitextProjectHandler.java:[52] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/ConvertToWikitextProjectHandler.java:[78] 
	Messages.WikitextProject_ConvertTask_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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/ConvertToWikitextProjectHandler.java:[86] 
	WikitextProjects.setupWikitextProject(project, mProjects.newChild(1));
	                                      ^^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupLabelCompletionComputer.java:[105] 
	final String name= this.refElement.getElementName().getDisplayName();
	                        ^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupLabelCompletionComputer.java:[107] 
	if ((this.refElement.getElementType() & WikitextSourceElement.MASK_C2) == WikitextSourceElement.C2_SECTIONING) {
	          ^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupLabelCompletionComputer.java:[110] 
	sb.append(Integer.toString((this.refElement.getElementType() & 0xf)));
	                                 ^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupLabelCompletionComputer.java:[119] 
	final WikitextAstNode node= this.defAccess.getNode();
	                                 ^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupLabelCompletionComputer.java:[132] 
	return DocmlBaseUIResources.INSTANCE.getImage(DocmlBaseUIResources.OBJ_LABEL_TEXT_IMAGE_ID);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Image' but this expression has type '@Nullable Image'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupLabelCompletionComputer.java:[145] 
	final WikitextAstNode node= this.defAccess.getNode();
	                                 ^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupLabelCompletionComputer.java:[173] 
	this.markupLanguage= MarkupLanguageDocumentSetupParticipant.getMarkupLanguage(
				editor.getViewer().getDocument(), editor.getDocumentContentInfo().getPartitioning() );
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WikitextMarkupLanguage' needs unchecked conversion to conform to '@NonNull WikitextMarkupLanguage'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupLabelCompletionComputer.java:[176] 
	this.completionExtension= Platform.getAdapterManager().getAdapter(this.markupLanguage, MarkupCompletionExtension.class);
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull MarkupCompletionExtension' but this expression has type '@Nullable MarkupCompletionExtension'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupLabelCompletionComputer.java:[188] 
	this.markupLanguage= null;
	                     ^^^^
Null type mismatch: required '@NonNull WikitextMarkupLanguage' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupLabelCompletionComputer.java:[189] 
	this.completionExtension= null;
	                          ^^^^
Null type mismatch: required '@NonNull MarkupCompletionExtension' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupLabelCompletionComputer.java:[219] 
	addLabelProposals(context, type, modelInfo.getLinkAnchorLabels(), proposals);
	                                 ^^^^^^^^^
Potential null pointer access: The variable modelInfo may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupLabelCompletionComputer.java:[224] 
	addLabelProposals(context, type, modelInfo.getLinkRefLabels(), proposals);
	                                 ^^^^^^^^^
Potential null pointer access: The variable modelInfo may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupLabelCompletionComputer.java:[245] 
	if (accessList.size() == 1
	    ^^^^^^^^^^
Potential null pointer access: The variable accessList may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupLabelCompletionComputer.java:[246] 
	&& isCurrent(accessList.get(0).getNameNode(), context.getInvocationOffset()) ) {
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull WikitextAstNode' but this expression has type '@Nullable WikitextAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[24] 
	import org.eclipse.mylyn.internal.wikitext.ui.WikiTextUiPlugin;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WikiTextUiPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.wikitext.ui/3.0.37.202003031916/org.eclipse.mylyn.wikitext.ui-3.0.37.202003031916.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[25] 
	import org.eclipse.mylyn.internal.wikitext.ui.editor.assist.Templates;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'Templates' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.wikitext.ui/3.0.37.202003031916/org.eclipse.mylyn.wikitext.ui-3.0.37.202003031916.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[45] 
	public static class MarkupInfo implements LtkModelElement {
	                                          ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[82] 
	public String getModelTypeId() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from LtkModelElement.getModelTypeId() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[87] 
	public <T> T getAdapter(final Class<T> adapterType) {
	                              ^^^^^
Missing non-null annotation: inherited method from IAdaptable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[88] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[97] 
	public ElementName getElementName() {
	       ^^^^^^^^^^^
The return type is incompatible with '@NonNull ElementName' returned from LtkModelElement.getElementName() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[102] 
	public String getId() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from LtkModelElement.getId() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[117] 
	public LtkModelElement getModelParent() {
	       ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[122] 
	public boolean hasModelChildren(final LtkModelElementFilter filter) {
	                                      ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[122] 
	public boolean hasModelChildren(final LtkModelElementFilter filter) {
	                                      ^^^^^^^^^^^^^^^^^^^^^
Missing nullable annotation: inherited method from LtkModelElement specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[127] 
	public List<? extends LtkModelElement> getModelChildren(final LtkModelElementFilter filter) {
	       ^^^^
The return type is incompatible with '@NonNull List' returned from LtkModelElement.getModelChildren(LtkModelElementFilter) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[127] 
	public List<? extends LtkModelElement> getModelChildren(final LtkModelElementFilter filter) {
	                      ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[127] 
	public List<? extends LtkModelElement> getModelChildren(final LtkModelElementFilter filter) {
	                                                              ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplates.java:[127] 
	public List<? extends LtkModelElement> getModelChildren(final LtkModelElementFilter filter) {
	                                                              ^^^^^^^^^^^^^^^^^^^^^
Missing nullable annotation: inherited method from LtkModelElement specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/WikitextBasePreferencePage.java:[68] 
	public 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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/WikitextBasePreferencePage.java:[74] 
	setupPreferenceManager(prefs);
	                       ^^^^^
Null type safety (type annotations): The expression of type 'Map<Preference<?>,String>' needs unchecked conversion to conform to '@NonNull Map<@NonNull Preference<?>,@Nullable String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/WikitextBasePreferencePage.java:[125] 
	protected void addBindings(final DataBindingSupport db) {
	                                 ^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ManagedConfigurationBlock specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/WikitextBasePreferencePage.java:[128] 
	createObservable(EmbeddedHtml.HTML_BACKGROUND_COLOR_PREF),
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference<RGB>' needs unchecked conversion to conform to '@NonNull Preference<RGB>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/WikitextBasePreferencePage.java:[132] 
	createObservable(EmbeddedHtml.HTML_COMMENT_COLOR_PREF),
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference<RGB>' needs unchecked conversion to conform to '@NonNull Preference<RGB>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/editors/OpenMarkupElementHyperlink.java:[54] 
	this.region= JFaceTextRegion.toJFaceRegion(region);
	                                           ^^^^^^
Null type safety (type annotations): The expression of type 'TextRegion' needs unchecked conversion to conform to '@NonNull TextRegion'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/editors/OpenMarkupElementHyperlink.java:[67] 
	(access.getNameNode() != null) ? access.getNameNode() : access.getNode() );
	                                 ^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull TextRegion' but this expression has type '@Nullable WikitextAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/editors/OpenMarkupElementHyperlink.java:[95] 
	final NameAccessSet<WikitextNameAccess> labels;
	                    ^^^^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'WikitextNameAccess' is not a valid substitute for the type parameter 'TNameAccess extends @NonNull NameAccess<?,TNameAccess>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/editors/OpenMarkupElementHyperlink.java:[107] 
	final WikitextNameAccess declAccess= open.selectAccess(labels.getAllInUnit(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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/WikitextMarkupHelpProvider.java:[58] 
	public String getContent() throws IOException {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from MarkupHelpContent.getContent() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/WikitextMarkupHelpProvider.java:[89] 
	public synchronized Collection<MarkupHelpContent> getHelpTopics() {
	                    ^^^^^^^^^^
The return type is incompatible with '@NonNull Collection<@NonNull MarkupHelpContent>' returned from MarkupHelpContentProvider.getHelpTopics() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/ConfigureMarkupHandler.java:[68] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/ConfigureMarkupHandler.java:[93] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/ConfigureMarkupHandler.java:[128] 
	final MarkupConfig config= activeConfig.clone();
	                           ^^^^^^^^^^^^
Potential null pointer access: The variable activeConfig may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/ConfigureMarkupHandler.java:[133] 
	activePart.getSite().getWorkbenchWindow().run(true, true,
	^^^^^^^^^^
Potential null pointer access: The variable activePart may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/WikitextToggleFoldingHandler.java:[19] 
	import org.eclipse.statet.ecommons.ui.actions.TogglePreferenceEnablementHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type TogglePreferenceEnablementHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/WikitextToggleFoldingHandler.java:[27] 
	public class WikitextToggleFoldingHandler extends TogglePreferenceEnablementHandler {
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type TogglePreferenceEnablementHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/WikitextToggleFoldingHandler.java:[31] 
	super(WikitextEditingSettings.FOLDING_ENABLED_PREF, IFoldingCommandIds.FOLDING_TOGGLE);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor TogglePreferenceEnablementHandler(Preference<Boolean>, String) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/WikitextEditorPreferencePage.java:[84] 
	public WikitextEditorConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field foldingEnableControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/WikitextEditorPreferencePage.java:[84] 
	public WikitextEditorConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field foldingRestoreStateControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/WikitextEditorPreferencePage.java:[84] 
	public WikitextEditorConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field markOccurrencesControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/WikitextEditorPreferencePage.java:[84] 
	public WikitextEditorConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field problemsEnableControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/WikitextEditorPreferencePage.java:[84] 
	public WikitextEditorConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field smartInsertCloseBracketsControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/WikitextEditorPreferencePage.java:[84] 
	public WikitextEditorConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field smartInsertCloseMathDollarControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/WikitextEditorPreferencePage.java:[84] 
	public WikitextEditorConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field smartInsertCloseParenthesisControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/WikitextEditorPreferencePage.java:[84] 
	public WikitextEditorConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field smartInsertControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/WikitextEditorPreferencePage.java:[84] 
	public WikitextEditorConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field smartInsertHardWrapTextControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/WikitextEditorPreferencePage.java:[84] 
	public WikitextEditorConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field smartInsertTabActionControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/WikitextEditingSettings.java:[91] 
	return WikitextUIPlugin.getInstance().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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplateAssistComputer.java:[51] 
	public MarkupTemplateAssistComputer() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field markupTemplates may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplateAssistComputer.java:[60] 
	this.markupTemplates= MarkupTemplatesManager.INSTANCE.getTemplates(getMarkupLanguage());
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'MarkupTemplates' needs unchecked conversion to conform to '@NonNull MarkupTemplates'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplateAssistComputer.java:[71] 
	return this.markupTemplates.getTemplates();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Template>' needs unchecked conversion to conform to '@NonNull List<@NonNull Template>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupTemplateAssistComputer.java:[118] 
	&& this.startLineInfo != null && this.startLineInfo.getOffset() == parameters.templateContext.getStart()
	                                      ^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
66. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupAutoEditStrategy.java (at line 117)
	this.enabledByDefault= prefs.getPreferenceValue(WikitextEditingSettings.SMARTINSERT_BYDEFAULT_ENABLED_PREF);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
67. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupAutoEditStrategy.java (at line 119)
	this.closeBrackets= prefs.getPreferenceValue(WikitextEditingSettings.SMARTINSERT_CLOSEBRACKETS_ENABLED_PREF);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
68. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupAutoEditStrategy.java (at line 120)
	this.closeParenthesis= prefs.getPreferenceValue(WikitextEditingSettings.SMARTINSERT_CLOSEPARENTHESIS_ENABLED_PREF);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
69. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupAutoEditStrategy.java (at line 121)
	this.closeMathDollar= prefs.getPreferenceValue(WikitextEditingSettings.SMARTINSERT_CLOSEMATHDOLLAR_ENABLED_PREF);
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
70. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupAutoEditStrategy.java (at line 122)
	this.hardWrapText= prefs.getPreferenceValue(WikitextEditingSettings.SMARTINSERT_HARDWRAP_TEXT_ENABLED_PREF);
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupAutoEditStrategy.java:[233] 
	this.scanner.configure(doc, currentPartition);
	                       ^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupAutoEditStrategy.java:[233] 
	this.scanner.configure(doc, currentPartition);
	                            ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupAutoEditStrategy.java:[238] 
	1, type, '\\' );
	   ^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupAutoEditStrategy.java:[370] 
	&& ((AbstractMarkupConfig) markupConfig).isTexMathDollarsEnabled() ) {
	     ^^^^^^^^^^^^^^^^^^^^
AbstractMarkupConfig is a raw type. References to generic type AbstractMarkupConfig<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupAutoEditStrategy.java:[506] 
	final DocumentRewriteSession rewriteSession= doc.startRewriteSession(DocumentRewriteSessionType.UNRESTRICTED_SMALL);
	                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'DocumentRewriteSessionType' needs unchecked conversion to conform to '@NonNull DocumentRewriteSessionType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupAutoEditStrategy.java:[558] 
	final AstSelection astSelection= AstSelection.search(sourceNode, offsetInAst, offsetInAst, AstSelection.MODE_COVERING_SAME_LAST);
	                                                     ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceComponent' needs unchecked conversion to conform to '@NonNull AstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupAutoEditStrategy.java:[564] 
	prefixText= formatAdapter.getPrefixCont(blockNode, createIndentUtil(workDoc));
	                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IndentUtil' needs unchecked conversion to conform to '@NonNull IndentUtil'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupAutoEditStrategy.java:[588] 
	final TreePartitionNode rootNode= TreePartitionUtils.getRootNode(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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/WikitextCodeStylePreferenceBlock.java:[57] 
	setStatusListener(this.statusListener);
	                  ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'CombineStatusChangeListener' needs unchecked conversion to conform to '@NonNull StatusChangeListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/WikitextCodeStylePreferenceBlock.java:[62] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/WikitextCodeStylePreferenceBlock.java:[71] 
	setupPreferenceManager(prefs);
	                       ^^^^^
Null type safety (type annotations): The expression of type 'Map<Preference<?>,String>' needs unchecked conversion to conform to '@NonNull Map<@NonNull Preference<?>,@Nullable String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/WikitextCodeStylePreferenceBlock.java:[122] 
	protected void addBindings(final DataBindingSupport db) {
	                                 ^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ManagedConfigurationBlock specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/WikitextCodeStylePreferenceBlock.java:[123] 
	this.stdIndentSettings.addBindings(db, this.model);
	                                   ^^
Null type safety (type annotations): The expression of type 'DataBindingSupport' needs unchecked conversion to conform to '@NonNull DataBindingSupport'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/WikitextCodeStylePreferenceBlock.java:[123] 
	this.stdIndentSettings.addBindings(db, this.model);
	                                       ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WikitextCodeStyleSettings' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/WikitextCodeStylePreferenceBlock.java:[137] 
	setPrefValues(this.model.toPreferencesMap());
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<Preference<?>,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull Preference<?>,@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/config/AbstractMarkupConfigDialog.java:[66] 
	public AbstractMarkupConfigDialog(final Shell parent, final String contextLabel,
			final boolean isContextEnabled, final T customConfig) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field contextControl may not have been initialized
87. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/config/AbstractMarkupConfigDialog.java (at line 71)
	this.contextValue= new WritableValue<>((contextLabel == null || isContextEnabled), Boolean.TYPE);
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
88. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/config/AbstractMarkupConfigDialog.java (at line 77)
	return this.contextValue.getValue();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/config/AbstractMarkupConfigDialog.java:[86] 
	protected Control createDialogArea(final Composite parent) {
	                                         ^^^^^^^^^
Illegal redefinition of parameter parent, inherited method from Dialog does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/config/AbstractMarkupConfigDialog.java:[100] 
	this.extensionsGroup.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 2, 1));
	     ^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/config/AbstractMarkupConfigDialog.java:[149] 
	protected void addBindings(final DataBindingSupport db) {
	                                 ^^^^^^^^^^^^^^^^^^
Illegal redefinition of parameter db, inherited method from ExtStatusDialog does not constrain this parameter
92. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/config/AbstractMarkupConfigDialog.java (at line 161)
	updateContextEnabled(event.diff.getNewValue());
	                     ^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type capture#1-of ? extends Boolean is unboxed into boolean
93. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/config/AbstractMarkupConfigDialog.java (at line 164)
	updateContextEnabled(this.contextValue.getValue());
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/config/AbstractMarkupConfigDialog.java:[181] 
	DialogUtils.setEnabled(this.extensionsGroup, null, enabled);
	                       ^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Control' but this expression has type '@Nullable Composite'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupCssStyleManager.java:[17] 
	import org.eclipse.mylyn.internal.wikitext.ui.viewer.CssStyleManager;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CssStyleManager' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.wikitext.ui/3.0.37.202003031916/org.eclipse.mylyn.wikitext.ui-3.0.37.202003031916.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupCssStyleManager.java:[18] 
	import org.eclipse.mylyn.internal.wikitext.ui.viewer.FontState;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'FontState' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.wikitext.ui/3.0.37.202003031916/org.eclipse.mylyn.wikitext.ui-3.0.37.202003031916.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupCssStyleManager.java:[25] 
	public class MarkupCssStyleManager extends CssStyleManager {
	                                           ^^^^^^^^^^^^^^^
Discouraged access: The type 'CssStyleManager' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.wikitext.ui/3.0.37.202003031916/org.eclipse.mylyn.wikitext.ui-3.0.37.202003031916.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupCssStyleManager.java:[32] 
	super(config.getDefaultFont(), config.getMonospaceFont());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'CssStyleManager(Font, Font)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.wikitext.ui/3.0.37.202003031916/org.eclipse.mylyn.wikitext.ui-3.0.37.202003031916.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupCssStyleManager.java:[39] 
	public void processCssStyles(final FontState fontState, final FontState parentFontState, final CssRule rule) {
	                                   ^^^^^^^^^
Discouraged access: The type 'FontState' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.wikitext.ui/3.0.37.202003031916/org.eclipse.mylyn.wikitext.ui-3.0.37.202003031916.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupCssStyleManager.java:[39] 
	public void processCssStyles(final FontState fontState, final FontState parentFontState, final CssRule rule) {
	                                                              ^^^^^^^^^
Discouraged access: The type 'FontState' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.wikitext.ui/3.0.37.202003031916/org.eclipse.mylyn.wikitext.ui-3.0.37.202003031916.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupCssStyleManager.java:[41] 
	(RULE_FONT_SIZE.equals(rule.name) || RULE_FONT_FAMILY.equals(rule.name)) ) {
	 ^^^^^^^^^^^^^^
Discouraged access: The field 'CssStyleManager.RULE_FONT_SIZE' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.wikitext.ui/3.0.37.202003031916/org.eclipse.mylyn.wikitext.ui-3.0.37.202003031916.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupCssStyleManager.java:[41] 
	(RULE_FONT_SIZE.equals(rule.name) || RULE_FONT_FAMILY.equals(rule.name)) ) {
	                                     ^^^^^^^^^^^^^^^^
Discouraged access: The field 'CssStyleManager.RULE_FONT_FAMILY' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.wikitext.ui/3.0.37.202003031916/org.eclipse.mylyn.wikitext.ui-3.0.37.202003031916.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupCssStyleManager.java:[44] 
	super.processCssStyles(fontState, parentFontState, rule);
	      ^^^^^^^^^^^^^^^^
Discouraged access: The method 'CssStyleManager.processCssStyles(FontState, FontState, CssRule)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.wikitext.ui/3.0.37.202003031916/org.eclipse.mylyn.wikitext.ui-3.0.37.202003031916.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupCssStyleManager.java:[48] 
	public StyleRange createStyleRange(final FontState fontState, final int offset, final int length) {
	                                         ^^^^^^^^^
Discouraged access: The type 'FontState' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.wikitext.ui/3.0.37.202003031916/org.eclipse.mylyn.wikitext.ui-3.0.37.202003031916.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupCssStyleManager.java:[53] 
	return super.createStyleRange(fontState, offset, length);
	             ^^^^^^^^^^^^^^^^
Discouraged access: The method 'CssStyleManager.createStyleRange(FontState, int, int)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.wikitext.ui/3.0.37.202003031916/org.eclipse.mylyn.wikitext.ui-3.0.37.202003031916.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/WikitextLabelProvider.java:[56] 
	return getImage((LtkModelElement) element);
	                 ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/WikitextLabelProvider.java:[65] 
	public Image getImage(final LtkModelElement element) {
	       ^^^^^
The return type is incompatible with '@NonNull Image' returned from ElementLabelProvider.getImage(LtkModelElement) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/WikitextLabelProvider.java:[65] 
	public Image getImage(final LtkModelElement element) {
	                            ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/WikitextLabelProvider.java:[65] 
	public Image getImage(final LtkModelElement element) {
	                            ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ElementLabelProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/WikitextLabelProvider.java:[82] 
	final SourceStructElement foreignElement= ((EmbeddingForeignElement) element).getForeignElement();
	      ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/WikitextLabelProvider.java:[82] 
	final SourceStructElement foreignElement= ((EmbeddingForeignElement) element).getForeignElement();
	                                            ^^^^^^^^^^^^^^^^^^^^^^^
EmbeddingForeignElement is a raw type. References to generic type EmbeddingForeignElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/WikitextLabelProvider.java:[90] 
	return this.docBaseResources.getImage(imageId);
	                                      ^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/WikitextLabelProvider.java:[93] 
	protected Image getEmbeddedForeignImage(final LtkModelElement element) {
	                                              ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/WikitextLabelProvider.java:[110] 
	return getText((LtkModelElement) element);
	                ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/WikitextLabelProvider.java:[119] 
	public String getText(final LtkModelElement element) {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from ElementLabelProvider.getText(LtkModelElement) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/WikitextLabelProvider.java:[119] 
	public String getText(final LtkModelElement element) {
	                            ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/WikitextLabelProvider.java:[119] 
	public String getText(final LtkModelElement element) {
	                            ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ElementLabelProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/WikitextLabelProvider.java:[128] 
	public StyledString getStyledText(final LtkModelElement element) {
	       ^^^^^^^^^^^^
The return type is incompatible with '@NonNull StyledString' returned from ElementLabelProvider.getStyledText(LtkModelElement) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/WikitextLabelProvider.java:[128] 
	public StyledString getStyledText(final LtkModelElement element) {
	                                        ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/WikitextLabelProvider.java:[128] 
	public StyledString getStyledText(final LtkModelElement element) {
	                                        ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ElementLabelProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/WikitextLabelProvider.java:[136] 
	final LtkModelElement element= (LtkModelElement) cellElement;
	      ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/WikitextLabelProvider.java:[136] 
	final LtkModelElement element= (LtkModelElement) cellElement;
	                                ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/WikidocQuickAssistProcessor.java:[42] 
	protected void addModelAssistProposals(final AssistInvocationContext context,
	                                             ^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from QuickAssistProcessor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/WikidocQuickAssistProcessor.java:[43] 
	final AssistProposalCollector proposals, final IProgressMonitor monitor) {
	      ^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from QuickAssistProcessor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/WikidocQuickAssistProcessor.java:[43] 
	final AssistProposalCollector proposals, final IProgressMonitor monitor) {
	                                               ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from QuickAssistProcessor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/WikidocQuickAssistProcessor.java:[44] 
	this.refactoringComputer.computeAssistProposals(context, proposals, monitor);
	                                                ^^^^^^^
Null type safety (type annotations): The expression of type 'AssistInvocationContext' needs unchecked conversion to conform to '@NonNull AssistInvocationContext'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/WikidocQuickAssistProcessor.java:[44] 
	this.refactoringComputer.computeAssistProposals(context, proposals, monitor);
	                                                         ^^^^^^^^^
Null type safety (type annotations): The expression of type 'AssistProposalCollector' needs unchecked conversion to conform to '@NonNull AssistProposalCollector'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/WikidocQuickAssistProcessor.java:[44] 
	this.refactoringComputer.computeAssistProposals(context, proposals, 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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/WikidocQuickAssistProcessor.java:[45] 
	this.helpComputer.computeAssistProposals(context, proposals, monitor);
	                                         ^^^^^^^
Null type safety (type annotations): The expression of type 'AssistInvocationContext' needs unchecked conversion to conform to '@NonNull AssistInvocationContext'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/WikidocQuickAssistProcessor.java:[45] 
	this.helpComputer.computeAssistProposals(context, proposals, monitor);
	                                                  ^^^^^^^^^
Null type safety (type annotations): The expression of type 'AssistProposalCollector' needs unchecked conversion to conform to '@NonNull AssistProposalCollector'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/WikidocQuickAssistProcessor.java:[45] 
	this.helpComputer.computeAssistProposals(context, proposals, 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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/WikitextTemplateAssistComputer.java:[18] 
	import org.eclipse.mylyn.internal.wikitext.ui.editor.assist.SourceTemplateContextType;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'SourceTemplateContextType' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.wikitext.ui/3.0.37.202003031916/org.eclipse.mylyn.wikitext.ui-3.0.37.202003031916.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/WikitextTemplateAssistComputer.java:[19] 
	import org.eclipse.mylyn.internal.wikitext.ui.editor.assist.WikiTextTemplateAccess;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WikiTextTemplateAccess' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.wikitext.ui/3.0.37.202003031916/org.eclipse.mylyn.wikitext.ui-3.0.37.202003031916.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/WikitextTemplateAssistComputer.java:[63] 
	return this.markupLanguage;
	       ^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull WikitextMarkupLanguage' but this expression has type '@Nullable WikitextMarkupLanguage'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/WikitextContentAssistProcessor.java:[37] 
	protected AssistInvocationContext createCompletionProposalContext(final int offset,
	          ^^^^^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull AssistInvocationContext' returned from ContentAssistProcessor.createCompletionProposalContext(int, IProgressMonitor) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/WikitextContentAssistProcessor.java:[38] 
	final IProgressMonitor monitor) {
	      ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ContentAssistProcessor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/WikitextContentAssistProcessor.java:[44] 
	protected AssistInvocationContext createContextInformationContext(final int offset,
	          ^^^^^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull AssistInvocationContext' returned from ContentAssistProcessor.createContextInformationContext(int, IProgressMonitor) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/WikitextContentAssistProcessor.java:[45] 
	final IProgressMonitor monitor) {
	      ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ContentAssistProcessor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/WikitextContentAssistProcessor.java:[51] 
	public char[] getContextInformationAutoActivationCharacters() {
	       ^^^^^^
The return type is incompatible with 'char @NonNull[]' returned from ContentAssistProcessor.getContextInformationAutoActivationCharacters() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/WikitextContentAssistProcessor.java:[61] 
	protected boolean forceContextInformation(final AssistInvocationContext context) {
	                                                ^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ContentAssistProcessor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/MarkupTokenScanner.java:[82] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/MarkupTokenScanner.java:[82] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/MarkupTokenScanner.java:[129] 
	final TreePartitionNode rootNode= TreePartitionUtils.getRootNode(document, MarkupTokenScanner.this.partitioning);
	                                                                 ^^^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/MarkupTokenScanner.java:[129] 
	final TreePartitionNode rootNode= TreePartitionUtils.getRootNode(document, MarkupTokenScanner.this.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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/MarkupTokenScanner.java:[130] 
	TreePartitionNode node= TreePartitionUtils.getNode(document, MarkupTokenScanner.this.partitioning, startOffset, 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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/MarkupTokenScanner.java:[130] 
	TreePartitionNode node= TreePartitionUtils.getNode(document, MarkupTokenScanner.this.partitioning, startOffset, 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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/MarkupTokenScanner.java:[132] 
	while (node.getParent() != rootNode) {
	       ^^^^
Potential null pointer access: The variable node may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/MarkupTokenScanner.java:[490] 
	private final RGB htmlCommentColor= PreferenceUtils.getInstancePrefs().getPreferenceValue(EmbeddedHtml.HTML_COMMENT_COLOR_PREF);
	                                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference<RGB>' needs unchecked conversion to conform to '@NonNull Preference<RGB>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/MarkupTokenScanner.java:[491] 
	private final RGB htmlBackgroundColor= PreferenceUtils.getInstancePrefs().getPreferenceValue(EmbeddedHtml.HTML_BACKGROUND_COLOR_PREF);
	                                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference<RGB>' needs unchecked conversion to conform to '@NonNull Preference<RGB>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/editors/MarkupHyperlinkDetector.java:[42] 
	public IHyperlink[] detectHyperlinks(final ITextViewer textViewer, final IRegion region,
	       ^^^^^^^^^^^^
The return type is incompatible with '@NonNull IHyperlink @Nullable[]' returned from IHyperlinkDetector.detectHyperlinks(ITextViewer, IRegion, boolean) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/editors/MarkupHyperlinkDetector.java:[48] 
	final WikitextSourceUnit sourceUnit= WikitextModel.asWikitextSourceUnit(editor.getSourceUnit());
	                                                                        ^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull SourceUnit' but this expression has type '@Nullable SourceUnit'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/editors/MarkupHyperlinkDetector.java:[66] 
	else if (link.getUri() != null && !link.getUri().isEmpty()) {
	                                   ^^^^^^^^^^^^^
Potential null pointer access: The method getUri() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/editors/MarkupHyperlinkDetector.java:[67] 
	if (link.getUri().charAt(0) == '#') {
	    ^^^^^^^^^^^^^
Potential null pointer access: The method getUri() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/editors/MarkupHyperlinkDetector.java:[68] 
	if (link.getUri().length() > 1) {
	    ^^^^^^^^^^^^^
Potential null pointer access: The method getUri() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/editors/MarkupHyperlinkDetector.java:[70] 
	link, link.getUri().substring(1) ));
	      ^^^^^^^^^^^^^
Potential null pointer access: The method getUri() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/editors/WikidocDefaultFoldingProvider.java:[77] 
	public void visit(final SourceStructElement element) throws InvocationTargetException {
	                        ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/editors/WikidocDefaultFoldingProvider.java:[89] 
	visitor.visit(embedded.getForeignNode());
	              ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull AstNode' but this expression has type '@Nullable AstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/editors/WikidocDefaultFoldingProvider.java:[101] 
	final List<? extends SourceStructElement> children= element.getSourceChildren(null);
	                     ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/editors/WikidocDefaultFoldingProvider.java:[101] 
	final List<? extends SourceStructElement> children= element.getSourceChildren(null);
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method getSourceChildren(LtkModelElementFilter) belongs to the raw type SourceStructElement. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/editors/WikidocDefaultFoldingProvider.java:[101] 
	final List<? extends SourceStructElement> children= element.getSourceChildren(null);
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<? extends SourceStructElement>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/editors/WikidocDefaultFoldingProvider.java:[102] 
	for (final SourceStructElement child : children) {
	           ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
162. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/editors/WikidocDefaultFoldingProvider.java (at line 190)
	config.isRestoreStateEnabled= prefs.getPreferenceValue(
					WikitextEditingSettings.FOLDING_RESTORE_STATE_ENABLED_PREF );
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/editors/WikidocDefaultFoldingProvider.java:[198] 
	changed |= provider.checkConfig(groupIds);
	           ^^^^^^^^
Potential null pointer access: The variable provider may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/WikitextUIPlugin.java:[32] 
	import org.eclipse.mylyn.internal.wikitext.ui.util.WikiTextUiResources;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WikiTextUiResources' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.wikitext.ui/3.0.37.202003031916/org.eclipse.mylyn.wikitext.ui-3.0.37.202003031916.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/WikitextUIPlugin.java:[94] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/WikitextUIPlugin.java:[95] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/WikitextUIPlugin.java:[104] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/WikitextUIPlugin.java:[134] 
	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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/WikitextUIPlugin.java:[190] 
	if (event.getProperty().equals(WikiTextUiResources.PREFERENCE_TEXT_FONT)) {
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WikiTextUiResources' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.wikitext.ui/3.0.37.202003031916/org.eclipse.mylyn.wikitext.ui-3.0.37.202003031916.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/WikitextUIPlugin.java:[190] 
	if (event.getProperty().equals(WikiTextUiResources.PREFERENCE_TEXT_FONT)) {
	                                                   ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'WikiTextUiResources.PREFERENCE_TEXT_FONT' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.wikitext.ui/3.0.37.202003031916/org.eclipse.mylyn.wikitext.ui-3.0.37.202003031916.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/WikitextUIPlugin.java:[197] 
	updateFont(WikiTextUiResources.PREFERENCE_MONOSPACE_FONT, diff);
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WikiTextUiResources' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.wikitext.ui/3.0.37.202003031916/org.eclipse.mylyn.wikitext.ui-3.0.37.202003031916.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/WikitextUIPlugin.java:[197] 
	updateFont(WikiTextUiResources.PREFERENCE_MONOSPACE_FONT, diff);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'WikiTextUiResources.PREFERENCE_MONOSPACE_FONT' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.wikitext.ui/3.0.37.202003031916/org.eclipse.mylyn.wikitext.ui-3.0.37.202003031916.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/WikitextUIPlugin.java:[204] 
	else if (event.getProperty().equals(WikiTextUiResources.PREFERENCE_MONOSPACE_FONT)) {
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WikiTextUiResources' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.wikitext.ui/3.0.37.202003031916/org.eclipse.mylyn.wikitext.ui-3.0.37.202003031916.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/WikitextUIPlugin.java:[204] 
	else if (event.getProperty().equals(WikiTextUiResources.PREFERENCE_MONOSPACE_FONT)) {
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'WikiTextUiResources.PREFERENCE_MONOSPACE_FONT' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.wikitext.ui/3.0.37.202003031916/org.eclipse.mylyn.wikitext.ui-3.0.37.202003031916.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/editors/MarkupOpenHyperlinkHandler.java:[62] 
	if (href.indexOf(':') == -1 && href.length() > 1 && href.charAt(0) != '/') {
	    ^^^^
Potential null pointer access: The variable href may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/editors/MarkupOpenHyperlinkHandler.java:[64] 
	final Object resource= editor.getSourceUnit().getResource();
	                       ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSourceUnit() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/editors/MarkupOpenHyperlinkHandler.java:[67] 
	final IFile refFile= currentFile.getParent().getFile(new Path(href));
	                     ^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/editors/MarkupOpenHyperlinkHandler.java:[76] 
	if (parent.exists() && (dotIdx= refFile.getName().lastIndexOf('.')) >= 0) {
	    ^^^^^^
Potential null pointer access: The variable parent may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/editors/MarkupOpenHyperlinkHandler.java:[93] 
	return Collections.EMPTY_LIST;
	       ^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<IFile>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/DocQuickOutlineInformationControl.java:[41] 
	public String getModelTypeId() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from QuickOutlineInformationControl.getModelTypeId() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/DocQuickOutlineInformationControl.java:[46] 
	protected LtkModelElementFilter getContentFilter() {
	          ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/DocQuickOutlineInformationControl.java:[46] 
	protected LtkModelElementFilter getContentFilter() {
	          ^^^^^^^^^^^^^^^^^^^^^
Type safety: The return type LtkModelElementFilter for getContentFilter() from the type DocQuickOutlineInformationControl needs unchecked conversion to conform to LtkModelElementFilter<? super SourceStructElement<?,?>> from the type QuickOutlineInformationControl
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/DocQuickOutlineInformationControl.java:[51] 
	protected ITextElementFilter createNameFilter() {
	          ^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull ITextElementFilter' returned from QuickTreeInformationControl.createNameFilter() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/DocQuickOutlineInformationControl.java:[61] 
	protected void configureViewer(final TreeViewer viewer) {
	                                     ^^^^^^^^^^
Missing non-null annotation: inherited method from QuickOutlineInformationControl specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/DocQuickOutlineInformationControl.java:[62] 
	super.configureViewer(viewer);
	                      ^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/WikidocSourceViewerConfigurator.java:[130] 
	public PreferenceAccess getPrefs() {
	       ^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull PreferenceAccess' returned from WikitextCoreAccess.getPrefs() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/WikidocSourceViewerConfigurator.java:[135] 
	public WikitextCodeStyleSettings getWikitextCodeStyle() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull WikitextCodeStyleSettings' returned from WikitextCoreAccess.getWikitextCodeStyle() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/editors/WikitextQuickRenameComputer.java:[46] 
	if (node.getNodeType() == NodeType.LABEL) {
	    ^^^^
Potential null pointer access: The variable node may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/editors/WikitextQuickRenameComputer.java:[73] 
	final ImList<? extends WikitextNameAccess> accessList= access.getAllInUnit();
	                                           ^^^^^^^^^^
The value of the local variable accessList is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/MarkupConfigPreferencePage.java:[87] 
	this.pref= new Preference.NullableStringPref(descriptor.getPreferenceQualifier(),
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/MarkupConfigPreferencePage.java:[97] 
	return this.descriptor.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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/MarkupConfigPreferencePage.java:[112] 
	private ButtonGroup<MarkupEntry> markupEntriesButtons;
	                                 ^^^^^^^^^^^^^^^^^^^^
The value of the field MarkupConfigurationBlock.markupEntriesButtons is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/MarkupConfigPreferencePage.java:[115] 
	public MarkupConfigurationBlock(final @Nullable IProject project,
			final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field markupEntries may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/MarkupConfigPreferencePage.java:[115] 
	public MarkupConfigurationBlock(final @Nullable IProject project,
			final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field markupEntriesButtons may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/MarkupConfigPreferencePage.java:[115] 
	public MarkupConfigurationBlock(final @Nullable IProject project,
			final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field markupEntriesControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/MarkupConfigPreferencePage.java:[115] 
	public MarkupConfigurationBlock(final @Nullable IProject project,
			final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field markupLanguageManager may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/MarkupConfigPreferencePage.java:[127] 
	final List<String> languageNames= this.markupLanguageManager.getLanguageNames();
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<String>' needs unchecked conversion to conform to 'List<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/MarkupConfigPreferencePage.java:[165] 
	buttons.addEditButton(new SelectionHandler() {
				@Override
				public boolean run(final IStructuredSelection selection) {
					final Object element= getElement(selection);
					if (element instanceof MarkupEntry) {
						edit((MarkupEntry) element);
						return true;
					}
					return false;
				}
			});
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type new ButtonGroup.SelectionHandler(){} needs unchecked conversion to conform to ButtonGroup.SelectionHandler<MarkupConfigurationBlock.MarkupEntry>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/MarkupConfigPreferencePage.java:[165] 
	buttons.addEditButton(new SelectionHandler() {
	                          ^^^^^^^^^^^^^^^^
ButtonGroup.SelectionHandler is a raw type. References to generic type ButtonGroup.SelectionHandler<TItem> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/MarkupConfigPreferencePage.java:[167] 
	public boolean run(final IStructuredSelection selection) {
	                         ^^^^^^^^^^^^^^^^^^^^
Illegal redefinition of parameter selection, inherited method from ButtonGroup.SelectionHandler does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/config/WikitextCodeStylePreferencePage.java:[61] 
	return ((ManagedConfigurationBlock) getBlock()).hasProjectSpecificOptions(project);
	                                                                          ^^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/WikidocCorrectLineWrapHandler.java:[80] 
	sourceUnit.connect(monitor);
	^^^^^^^^^^
Potential null pointer access: The variable sourceUnit may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/WikidocCorrectLineWrapHandler.java:[80] 
	sourceUnit.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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/WikidocCorrectLineWrapHandler.java:[83] 
	final AstInfo ast= sourceUnit.getAstInfo(null, true, 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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/WikidocCorrectLineWrapHandler.java:[106] 
	sourceUnit.connect(monitor);
	^^^^^^^^^^
Potential null pointer access: The variable sourceUnit may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/WikidocCorrectLineWrapHandler.java:[106] 
	sourceUnit.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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/WikidocCorrectLineWrapHandler.java:[109] 
	final AstInfo ast= sourceUnit.getAstInfo(null, true, 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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/WikidocCorrectLineWrapHandler.java:[123] 
	final SourceStructElement element= (SourceStructElement)modelElements.get(i);
	      ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/WikidocCorrectLineWrapHandler.java:[123] 
	final SourceStructElement element= (SourceStructElement)modelElements.get(i);
	                                    ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/WikidocCorrectLineWrapHandler.java:[134] 
	sourceUnit.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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/WikidocCorrectLineWrapHandler.java:[143] 
	DocumentRewriteSessionType.STRICTLY_SEQUENTIAL );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'DocumentRewriteSessionType' needs unchecked conversion to conform to '@NonNull DocumentRewriteSessionType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/WikitextToggleMarkOccurrencesHandler.java:[17] 
	import org.eclipse.statet.ecommons.ui.actions.TogglePreferenceEnablementHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type TogglePreferenceEnablementHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/WikitextToggleMarkOccurrencesHandler.java:[25] 
	public class WikitextToggleMarkOccurrencesHandler extends TogglePreferenceEnablementHandler {
	                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type TogglePreferenceEnablementHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/actions/WikitextToggleMarkOccurrencesHandler.java:[29] 
	super(	WikitextEditingSettings.MARKOCCURRENCES_ENABLED_PREF,
				"org.eclipse.jdt.ui.edit.text.java.toggleMarkOccurrences"); //$NON-NLS-1$
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor TogglePreferenceEnablementHandler(Preference<Boolean>, String) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/editors/WikitextMarkOccurrencesLocator.java:[83] 
	final String message= run.doc.get(occurrence.getNode().getStartOffset(), occurrence.getNode().getLength());
	                                  ^^^^^^^^^^
Potential null pointer access: The variable occurrence may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/editors/WikitextMarkOccurrencesLocator.java:[89] 
	WikitextNameAccess.getTextPosition(occurrence.getNameNode()) );
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull WikitextAstNode' but this expression has type '@Nullable WikitextAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/WikidocSourceViewerConfiguration.java:[33] 
	import org.eclipse.mylyn.internal.wikitext.ui.util.WikiTextUiResources;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WikiTextUiResources' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.wikitext.ui/3.0.37.202003031916/org.eclipse.mylyn.wikitext.ui-3.0.37.202003031916.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/WikidocSourceViewerConfiguration.java:[119] 
	fontRegistry.get(WikiTextUiResources.PREFERENCE_TEXT_FONT),
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WikiTextUiResources' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.wikitext.ui/3.0.37.202003031916/org.eclipse.mylyn.wikitext.ui-3.0.37.202003031916.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/WikidocSourceViewerConfiguration.java:[119] 
	fontRegistry.get(WikiTextUiResources.PREFERENCE_TEXT_FONT),
	                                     ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'WikiTextUiResources.PREFERENCE_TEXT_FONT' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.wikitext.ui/3.0.37.202003031916/org.eclipse.mylyn.wikitext.ui-3.0.37.202003031916.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/WikidocSourceViewerConfiguration.java:[120] 
	fontRegistry.get(WikiTextUiResources.PREFERENCE_MONOSPACE_FONT),
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'WikiTextUiResources' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.wikitext.ui/3.0.37.202003031916/org.eclipse.mylyn.wikitext.ui-3.0.37.202003031916.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/WikidocSourceViewerConfiguration.java:[120] 
	fontRegistry.get(WikiTextUiResources.PREFERENCE_MONOSPACE_FONT),
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'WikiTextUiResources.PREFERENCE_MONOSPACE_FONT' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mylyn.wikitext.ui/3.0.37.202003031916/org.eclipse.mylyn.wikitext.ui-3.0.37.202003031916.jar')
222. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/docmlet/wikitext/ui/sourceediting/WikidocSourceViewerConfiguration.java (at line 220)
	return PreferenceUtils.getInstancePrefs().getPreferenceValue(
				WikitextEditingSettings.SMARTINSERT_BYDEFAULT_ENABLED_PREF );
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/WikitextBracketLevel.java:[168] 
	super(model, document, docContentSections, positions, mode);
	                                           ^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<LinkedPosition>' needs unchecked conversion to conform to 'List<@NonNull LinkedPosition>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupDoubleClickStrategy.java:[52] 
	final ITypedRegion partition= TextUtilities.getPartition(document, this.partitioning,
	                                                         ^^^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/sourceediting/MarkupDoubleClickStrategy.java:[52] 
	final ITypedRegion partition= TextUtilities.getPartition(document, this.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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/editors/WikitextLinkedNamesAssistProposal.java:[51] 
	init(Messages.Proposal_RenameInFile_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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/editors/WikitextLinkedNamesAssistProposal.java:[63] 
	protected void collectPositions(final IDocument document, final LinkedPositionGroup group)
	                                      ^^^^^^^^^
Missing non-null annotation: inherited method from LinkedNamesAssistProposal specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/editors/WikitextLinkedNamesAssistProposal.java:[63] 
	protected void collectPositions(final IDocument document, final LinkedPositionGroup group)
	                                                                ^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from LinkedNamesAssistProposal specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/editors/WikitextLinkedNamesAssistProposal.java:[68] 
	Arrays.sort(all, NameUtils.NAME_POSITION_COMPARATOR);
	            ^^^
Null type safety (type annotations): The expression of type 'WikitextNameAccess[]' needs unchecked conversion to conform to '@NonNull WikitextNameAccess @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/editors/WikitextLinkedNamesAssistProposal.java:[81] 
	idx= addPosition(group, document, getPosition(all[current]), idx);
	                 ^^^^^
Null type safety (type annotations): The expression of type 'LinkedPositionGroup' needs unchecked conversion to conform to '@NonNull LinkedPositionGroup'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/editors/WikitextLinkedNamesAssistProposal.java:[81] 
	idx= addPosition(group, document, getPosition(all[current]), idx);
	                        ^^^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/editors/WikitextLinkedNamesAssistProposal.java:[84] 
	idx= addPosition(group, document, getPosition(all[i]), idx);
	                 ^^^^^
Null type safety (type annotations): The expression of type 'LinkedPositionGroup' needs unchecked conversion to conform to '@NonNull LinkedPositionGroup'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/editors/WikitextLinkedNamesAssistProposal.java:[84] 
	idx= addPosition(group, document, getPosition(all[i]), idx);
	                        ^^^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/editors/WikitextLinkedNamesAssistProposal.java:[89] 
	idx= addPosition(group, document, getPosition(all[i]), idx);
	                 ^^^^^
Null type safety (type annotations): The expression of type 'LinkedPositionGroup' needs unchecked conversion to conform to '@NonNull LinkedPositionGroup'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/editors/WikitextLinkedNamesAssistProposal.java:[89] 
	idx= addPosition(group, document, getPosition(all[i]), idx);
	                        ^^^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/org/eclipse/statet/internal/docmlet/wikitext/ui/editors/WikitextLinkedNamesAssistProposal.java:[95] 
	return WikitextNameAccess.getTextPosition(access.getNameNode());
	                                          ^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull WikitextAstNode' but this expression has type '@Nullable WikitextAstNode'
236 problems (0 errors, 225 warnings, 225 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.docmlet.wikitext.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.wikitext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/target/org.eclipse.statet.docmlet.wikitext.ui-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.wikitext.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.wikitext.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/target/org.eclipse.statet.docmlet.wikitext.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.wikitext.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.docmlet.wikitext.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.docmlet.wikitext.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/target/org.eclipse.statet.docmlet.wikitext.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.docmlet.wikitext.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/target/org.eclipse.statet.docmlet.wikitext.ui-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/target/org.eclipse.statet.docmlet.wikitext.ui-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.docmlet.wikitext.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.ui/target/org.eclipse.statet.docmlet.wikitext.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.docmlet.wikitext.ui ---
[INFO] 
[INFO] --< org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.core >--
[INFO] Building StatET DocMLET - Wikitext - CommonMark - Core  (Incubation) 4.2.4.202103250600-r [91/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.wikitext.commonmark.core ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.wikitext.commonmark.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.wikitext.commonmark.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.docmlet.wikitext.commonmark.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.docmlet.wikitext.commonmark.core ---
[INFO] Compiling 74 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/docmlet/wikitext/commonmark/core/ParseHelper.java:[121] 
	private Matcher getWhitespaceMatcher() {
	                ^^^^^^^^^^^^^^^^^^^^^^
The method getWhitespaceMatcher() from the type ParseHelper is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/docmlet/wikitext/commonmark/core/ParseHelper.java:[152] 
	final String reference= (@NonNull String) matcher.group(1);
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety: Unchecked cast from @Nullable String to @NonNull String
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/docmlet/wikitext/commonmark/core/ParseHelper.java:[156] 
	replacement= escaper.apply(replacement);
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on the receiver type '@Nullable Function<@NonNull String,@NonNull String>'. Type 'Function<T,R>' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/docmlet/wikitext/commonmark/core/ParseHelper.java:[197] 
	final String reference= (@NonNull String) matcher.group(2);
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety: Unchecked cast from @Nullable String to @NonNull String
7. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/Inline.java (at line 99)
	return Objects.hash(this.startOffset, this.length);
	                    ^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
8. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/Inline.java (at line 99)
	return Objects.hash(this.startOffset, this.length);
	                                      ^^^^^^^^^^^
The expression of type int is boxed into Integer
9. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/InlineWithText.java (at line 50)
	return Objects.hash(getStartOffset(), getLength(), this.text);
	                    ^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
10. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/InlineWithText.java (at line 50)
	return Objects.hash(getStartOffset(), getLength(), this.text);
	                                      ^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/CoreAdapterFactory.java:[39] 
	public Class<?>[] getAdapterList() {
	       ^^^^^^^^^^
The return type is incompatible with '@NonNull Class<?> []' returned from IAdapterFactory.getAdapterList() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/CoreAdapterFactory.java:[45] 
	public <T> T getAdapter(final Object adaptableObject, final Class<T> adapterType) {
	                              ^^^^^^
Missing non-null annotation: inherited method from IAdapterFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/CoreAdapterFactory.java:[45] 
	public <T> T getAdapter(final Object adaptableObject, final Class<T> adapterType) {
	                                                            ^^^^^
Missing non-null annotation: inherited method from IAdapterFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/CoreAdapterFactory.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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/SourceBlockNode.java:[30] 
	public class SourceBlockNode<TType extends SourceBlockType> {
	                                           ^^^^^^^^^^^^^^^
SourceBlockType is a raw type. References to generic type SourceBlockType<TNode> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/SourceBlockNode.java:[41] 
	public SourceBlockNode(final TType type, final SourceBlockBuilder builder) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field lines may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/SourceBlockNode.java:[49] 
	this.parent.nested.add(this);
	     ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/References.java:[206] 
	return escaper.escape(decoded);
	       ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
19. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/Image.java (at line 87)
	return Objects.hash(getStartOffset(), getLength(), getContents(), this.src, this.title);
	                    ^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
20. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/Image.java (at line 87)
	return Objects.hash(getStartOffset(), getLength(), getContents(), this.src, this.title);
	                                      ^^^^^^^^^^^
The expression of type int is boxed into Integer
21. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/Link.java (at line 92)
	return Objects.hash(getStartOffset(), getLength(), getContents(), this.href, this.title);
	                    ^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
22. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/Link.java (at line 92)
	return Objects.hash(getStartOffset(), getLength(), getContents(), this.href, this.title);
	                                      ^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/ParagraphAndTheLikeBlock.java:[122] 
	private ReferenceDefParser(final ParagraphOrTheLikeBlockNode node) {
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field escapedUri may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/ParagraphAndTheLikeBlock.java:[179] 
	titleSegments.add(this.escapedTitle);
	                  ^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/ParagraphAndTheLikeBlock.java:[188] 
	titleSegments.add(this.escapedTitle);
	                  ^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/ParagraphAndTheLikeBlock.java:[193] 
	advanceLinesUpto(lineSequence, lookAhead.getCurrentLine().getLineNumber() + 1);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getCurrentLine() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/ParagraphAndTheLikeBlock.java:[210] 
	final LabelInfo labelInfo= new LabelInfo(context.normalizeLabel(this.label),
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/ParagraphAndTheLikeBlock.java:[232] 
	this.stateDetail += label0.length();
	                    ^^^^^^
Potential null pointer access: The variable label0 may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/ParagraphAndTheLikeBlock.java:[442] 
	inline= (@NonNull ReferenceDefinition)obj;
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety: Unchecked cast from Object to @NonNull ReferenceDefinition
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/HtmlEntitySpan.java:[51] 
	final String entity= (@NonNull String) matcher.group(1);
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety: Unchecked cast from @Nullable String to @NonNull String
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/ListBlock.java:[236] 
	contentNode.getType()
							.emit(context, contentNode, locator, builder);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method emit(ProcessingContext, SourceBlockNode, CommonmarkLocator, DocumentBuilder) belongs to the raw type SourceBlockType. References to generic type SourceBlockType<TNode> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/ListBlock.java:[338] 
	final Line startLine= (@NonNull Line) lineSequence.getCurrentLine();
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety: Unchecked cast from @Nullable Line to @NonNull Line
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/ListBlock.java:[365] 
	((ListItemBlock)nestedNode.getType()).emit(context, (SourceBlockNode<ListItemBlock>)nestedNode,
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from SourceBlockNode<capture#27-of ?> to SourceBlockNode<ListBlock.ListItemBlock>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/HtmlTagSpan.java:[65] 
	matcher.group(1) );
	^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/AutoLinkSpan.java:[62] 
	final String link= (@NonNull String) matcher.group(2);
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety: Unchecked cast from @Nullable String to @NonNull String
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/CodeSpan.java:[77] 
	openMatcher.group(1) );
	^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/ContentLineSequence.java:[91] 
	final Line line= createLine(this.currentLine.getLineNumber() + this.followingLines.size() + 1);
	                                 ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
38. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/ReferenceDefinition.java (at line 85)
	return Objects.hash(getStartOffset(), getLength(), this.referenceLabel, this.href, this.title);
	                    ^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
39. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/ReferenceDefinition.java (at line 85)
	return Objects.hash(getStartOffset(), getLength(), this.referenceLabel, this.href, this.title);
	                                      ^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/docmlet/wikitext/commonmark/core/CommonmarkLanguage.java:[56] 
	public class CommonmarkLanguage extends MarkupLanguage implements WikitextMarkupLanguage,
	             ^^^^^^^^^^^^^^^^^^
The method String getName() from MarkupLanguage cannot implement the corresponding method from WikitextMarkupLanguage due to incompatible nullness constraints
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/docmlet/wikitext/commonmark/core/CommonmarkLanguage.java:[85] 
	this(null, 0, null);
	     ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/docmlet/wikitext/commonmark/core/CommonmarkLanguage.java:[116] 
	public @Nullable String getScope() {
	       ^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull String' returned from WikitextMarkupLanguage.getScope() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/docmlet/wikitext/commonmark/core/CommonmarkLanguage.java:[154] 
	if (parser == null) {
			throw new NullPointerException("parser"); //$NON-NLS-1$
		}
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/docmlet/wikitext/commonmark/core/CommonmarkLanguage.java:[157] 
	if (content == null) {
			throw new NullPointerException("content"); //$NON-NLS-1$
		}
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/InlineParser.java:[53] 
	public void characters(final String text) {
	                             ^^^^^^
Illegal redefinition of parameter text, inherited method from NoOpDocumentBuilder does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/InlineParser.java:[58] 
	public void entityReference(final String entity) {
	                                  ^^^^^^
Illegal redefinition of parameter entity, inherited method from NoOpDocumentBuilder does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/docmlet/wikitext/commonmark/core/BasicCommonmarkConfig.java:[166] 
	setHeaderInterruptParagraphDisabled(config.isHeaderInterruptParagraphDisabled());
	                                    ^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/docmlet/wikitext/commonmark/core/BasicCommonmarkConfig.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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/docmlet/wikitext/commonmark/core/BasicCommonmarkConfig.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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/docmlet/wikitext/commonmark/core/BasicCommonmarkConfig.java:[176] 
	public boolean equals(final Object obj) {
	                            ^^^^^^
Missing nullable annotation: inherited method from AbstractMarkupConfig<T> specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/BlockQuoteBlock.java:[122] 
	if (!((ParagraphBlock) activeNode.getType()).isAnotherBlockStart(
						lookAhead, this.builder.getSourceBlocks(), activeNode)) {
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method isAnotherBlockStart(LineSequence, SourceBlocks, SourceBlockNode) belongs to the raw type ParagraphBlock. References to generic type ParagraphBlock<TNode> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/BlockQuoteBlock.java:[122] 
	if (!((ParagraphBlock) activeNode.getType()).isAnotherBlockStart(
	       ^^^^^^^^^^^^^^
ParagraphBlock is a raw type. References to generic type ParagraphBlock<TNode> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/AutoLinkWithoutDemarcationSpan.java:[52] 
	final String link= (@NonNull String) matcher.group(1);
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety: Unchecked cast from @Nullable String to @NonNull String
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/StringCharactersSpan.java:[111] 
	final String group= (@NonNull String) matcher.group(1);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety: Unchecked cast from @Nullable String to @NonNull String
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/BlockWithNestedBlocks.java:[38] 
	nestedNode.getType().initializeContext(context, nestedNode);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method initializeContext(ProcessingContext, SourceBlockNode) belongs to the raw type SourceBlockType. References to generic type SourceBlockType<TNode> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/BlockWithNestedBlocks.java:[46] 
	nestedNode.getType().emit(context, nestedNode, locator, builder);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method emit(ProcessingContext, SourceBlockNode, CommonmarkLocator, DocumentBuilder) belongs to the raw type SourceBlockType. References to generic type SourceBlockType<TNode> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/source/CommonmarkSourceFormatAdapter.java:[52] 
	public @Nullable String getPrefixCont(WikitextAstNode node,
	                                      ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from MarkupSourceFormatAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/source/CommonmarkSourceFormatAdapter.java:[53] 
	final IndentUtil indentUtil) throws Exception {
	      ^^^^^^^^^^
Missing non-null annotation: inherited method from MarkupSourceFormatAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/source/CommonmarkSourceFormatAdapter.java:[109] 
	matcher= nodeLine.setupIndent(this.quoteMatcher);
	                              ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Matcher' needs unchecked conversion to conform to '@NonNull Matcher'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/source/CommonmarkSourceFormatAdapter.java:[119] 
	matcher= nodeLine.setupIndent(this.listItemMatcher);
	                              ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Matcher' needs unchecked conversion to conform to '@NonNull Matcher'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/FencedCodeBlock.java:[131] 
	final Line startLine= (@NonNull Line) lineSequence.getCurrentLine();
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety: Unchecked cast from @Nullable Line to @NonNull Line
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/FencedCodeBlock.java:[173] 
	final String language= getLanguage(node.infoText);
	                                   ^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/SourceBlocks.java:[71] 
	return this.currentNode;
	       ^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull SourceBlockNode<?>' but this expression has type '@Nullable SourceBlockNode<capture#of ?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/SourceBlocks.java:[139] 
	final SourceBlockType block= selectBlock(this.collectLineSequence, this.supportedTypes, null);
	      ^^^^^^^^^^^^^^^
SourceBlockType is a raw type. References to generic type SourceBlockType<TNode> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/SourceBlocks.java:[259] 
	node.getType().emit(context, node, locator, builder);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method emit(ProcessingContext, SourceBlockNode, CommonmarkLocator, DocumentBuilder) belongs to the raw type SourceBlockType. References to generic type SourceBlockType<TNode> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/SourceBlocks.java:[268] 
	node.getType().initializeContext(context, node);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method initializeContext(ProcessingContext, SourceBlockNode) belongs to the raw type SourceBlockType. References to generic type SourceBlockType<TNode> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/SourceBlocks.java:[280] 
	node.getType().emit(context, node, locator, builder);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method emit(ProcessingContext, SourceBlockNode, CommonmarkLocator, DocumentBuilder) belongs to the raw type SourceBlockType. References to generic type SourceBlockType<TNode> should be parameterized
68. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/EscapedCharacter.java (at line 56)
	return Objects.hash(getStartOffset(), getLength(), this.character);
	                    ^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
69. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/EscapedCharacter.java (at line 56)
	return Objects.hash(getStartOffset(), getLength(), this.character);
	                                      ^^^^^^^^^^^
The expression of type int is boxed into Integer
70. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/EscapedCharacter.java (at line 56)
	return Objects.hash(getStartOffset(), getLength(), this.character);
	                                                   ^^^^^^^^^^^^^^
The expression of type char is boxed into Character
71. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/CommonmarkLocator.java (at line 114)
	"[%1$s, %2$s)", this.lineSegmentStartOffset, this.lineSegmentEndOffset); //$NON-NLS-1$
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
72. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/CommonmarkLocator.java (at line 114)
	"[%1$s, %2$s)", this.lineSegmentStartOffset, this.lineSegmentEndOffset); //$NON-NLS-1$
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/HtmlBlock.java:[57] 
	private boolean isClosed;
	                ^^^^^^^^
The value of the field HtmlBlock.HtmlBlockNode.isClosed is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/HtmlBlock.java:[143] 
	final Matcher matcher= startLine.setupIndent(this.startMatcher);
	                       ^^^^^^^^^
Potential null pointer access: The variable startLine may be null at this location
74 problems (0 errors, 57 warnings, 57 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.docmlet.wikitext.commonmark.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.wikitext.commonmark.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/target/org.eclipse.statet.docmlet.wikitext.commonmark.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.wikitext.commonmark.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.wikitext.commonmark.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/target/org.eclipse.statet.docmlet.wikitext.commonmark.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.wikitext.commonmark.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.docmlet.wikitext.commonmark.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.docmlet.wikitext.commonmark.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/target/org.eclipse.statet.docmlet.wikitext.commonmark.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.docmlet.wikitext.commonmark.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/target/org.eclipse.statet.docmlet.wikitext.commonmark.core-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/target/org.eclipse.statet.docmlet.wikitext.commonmark.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.docmlet.wikitext.commonmark.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core/target/org.eclipse.statet.docmlet.wikitext.commonmark.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.docmlet.wikitext.commonmark.core ---
[INFO] 
[INFO] --< org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.core.tests >--
[INFO] Building StatET DocMLET - Wikitext - CommonMark - Core - Tests  (Incubation) 4.2.4.202103250600-r [92/145]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests ---
[INFO] Compiling 42 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/IndentedCodeBlockTest.java:[36] 
	assertCannotStart(this.block, "   code");
	                  ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IndentedCodeBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/IndentedCodeBlockTest.java:[37] 
	assertCannotStart(this.block, "      ");
	                  ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IndentedCodeBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/IndentedCodeBlockTest.java:[38] 
	assertCanStart(this.block, "    code");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IndentedCodeBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/IndentedCodeBlockTest.java:[39] 
	assertCanStart(this.block, "     code");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IndentedCodeBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/IndentedCodeBlockTest.java:[40] 
	assertCannotStart(this.block, " code");
	                  ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IndentedCodeBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/IndentedCodeBlockTest.java:[41] 
	assertCannotStart(this.block, "  code");
	                  ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IndentedCodeBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/IndentedCodeBlockTest.java:[42] 
	assertCannotStart(this.block, "non-blank\n    code");
	                  ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IndentedCodeBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/IndentedCodeBlockTest.java:[43] 
	assertCanStart(this.block, "\tcode");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IndentedCodeBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/IndentedCodeBlockTest.java:[44] 
	assertCanStart(this.block, "\t code");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IndentedCodeBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/IndentedCodeBlockTest.java:[45] 
	assertCanStart(this.block, " \tcode");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IndentedCodeBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/IndentedCodeBlockTest.java:[46] 
	assertCanStart(this.block, "  \tcode");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IndentedCodeBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/IndentedCodeBlockTest.java:[47] 
	assertCanStart(this.block, "   \tcode");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IndentedCodeBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
13. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/AbstractSourceSpanTest.java (at line 59)
	final String message= String.format("inlines[%1$s]", index);
	                                                     ^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/AbstractSourceSpanTest.java:[85] 
	final Inline inline= this.span.createInline(context, cursor);
	                          ^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/AbstractSourceSpanTest.java:[93] 
	final Inline inline= this.span.createInline(context, cursor);
	                          ^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/AbstractSourceSpanTest.java:[104] 
	final Inline inline= this.span.createInline(context, cursor);
	                          ^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/AbstractSourceSpanTest.java:[116] 
	this.span, new AllCharactersSpan() ));
	^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull SourceSpan' but this expression has type '@Nullable SourceSpan'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/InlineTest.java:[42] 
	public void emit(final ProcessingContext context, final CommonmarkLocator locator, final DocumentBuilder builder) {
	                       ^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from Inline specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/InlineTest.java:[42] 
	public void emit(final ProcessingContext context, final CommonmarkLocator locator, final DocumentBuilder builder) {
	                                                        ^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from Inline specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/InlineTest.java:[42] 
	public void emit(final ProcessingContext context, final CommonmarkLocator locator, final DocumentBuilder builder) {
	                                                                                         ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from Inline specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/spec/SimplifiedHtmlDocumentBuilder.java:[60] 
	final String resolved= HtmlUtils.resolveEntity(entity);
	                                               ^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/BackslashEscapeSpanTest.java:[34] 
	assertNoInline(Cursors.createCursor("\\"));
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/BackslashEscapeSpanTest.java:[35] 
	assertNoInline(Cursors.createCursor("\\a"));
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/BackslashEscapeSpanTest.java:[50] 
	final EscapedCharacter escapedCharacter= assertInline(EscapedCharacter.class, offset, length, cursor);
	                                                                                              ^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/BackslashEscapeSpanTest.java:[55] 
	final HardLineBreak escapedCharacter= assertInline(HardLineBreak.class, offset, length, cursor);
	                    ^^^^^^^^^^^^^^^^
The value of the local variable escapedCharacter is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/BackslashEscapeSpanTest.java:[55] 
	final HardLineBreak escapedCharacter= assertInline(HardLineBreak.class, offset, length, cursor);
	                                                                                        ^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/AtxHeaderBlockTest.java:[34] 
	assertCannotStart(this.block, "");
	                  ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'AtxHeaderBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/AtxHeaderBlockTest.java:[35] 
	assertCanStart(this.block, "#");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'AtxHeaderBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/AtxHeaderBlockTest.java:[36] 
	assertCanStart(this.block, "# ");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'AtxHeaderBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/AtxHeaderBlockTest.java:[37] 
	assertCanStart(this.block, "# #");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'AtxHeaderBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/AtxHeaderBlockTest.java:[38] 
	assertCanStart(this.block, "# Y");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'AtxHeaderBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/AtxHeaderBlockTest.java:[39] 
	assertCanStart(this.block, "# Y #");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'AtxHeaderBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/AtxHeaderBlockTest.java:[40] 
	assertCanStart(this.block, "## Y");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'AtxHeaderBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/AtxHeaderBlockTest.java:[41] 
	assertCanStart(this.block, "### Y");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'AtxHeaderBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/AtxHeaderBlockTest.java:[42] 
	assertCanStart(this.block, "#### Y");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'AtxHeaderBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/AtxHeaderBlockTest.java:[43] 
	assertCanStart(this.block, "##### Y");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'AtxHeaderBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/AtxHeaderBlockTest.java:[44] 
	assertCanStart(this.block, "###### Y");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'AtxHeaderBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/AtxHeaderBlockTest.java:[45] 
	assertCannotStart(this.block, "####### Y");
	                  ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'AtxHeaderBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/AtxHeaderBlockTest.java:[46] 
	assertCanStart(this.block, "# Y#");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'AtxHeaderBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/AtxHeaderBlockTest.java:[47] 
	assertCannotStart(this.block, "#Y");
	                  ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'AtxHeaderBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/AtxHeaderBlockTest.java:[50] 
	assertCanStart(this.block, "# #Y");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'AtxHeaderBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/AtxHeaderBlockTest.java:[51] 
	assertCanStart(this.block, "   # Y");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'AtxHeaderBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/AtxHeaderBlockTest.java:[52] 
	assertCannotStart(this.block, "\t# Y");
	                  ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'AtxHeaderBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
44. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/PotentialEmphasisSpanTest.java (at line 162)
	assertEquals(expected, getSpan().isLeftFlanking(cursor, length, context) );
	             ^^^^^^^^
The expression of type boolean is boxed into Boolean
45. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/PotentialEmphasisSpanTest.java (at line 162)
	assertEquals(expected, getSpan().isLeftFlanking(cursor, length, context) );
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
46. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/PotentialEmphasisSpanTest.java (at line 170)
	assertEquals(expected, getSpan().isRightFlanking(cursor, length, context));
	             ^^^^^^^^
The expression of type boolean is boxed into Boolean
47. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/PotentialEmphasisSpanTest.java (at line 170)
	assertEquals(expected, getSpan().isRightFlanking(cursor, length, context));
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/docmlet/wikitext/commonmark/core/CommonmarkLanguageTest.java:[48] 
	public final ExpectedException thrown= ExpectedException.none();
	                                                         ^^^^^^
The method none() from the type ExpectedException is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/docmlet/wikitext/commonmark/core/CommonmarkLanguageTest.java:[108] 
	final CommonmarkLanguage language= this.language.clone(null, mode);
	                                                       ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/docmlet/wikitext/commonmark/core/CommonmarkLanguageTest.java:[152] 
	final List<DocumentBuilderEvent> actualEvents= builder.getDocumentBuilderEvents().getEvents();
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<DocumentBuilderEvent>' needs unchecked conversion to conform to 'List<@NonNull DocumentBuilderEvent>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/FencedCodeBlockTest.java:[36] 
	assertCanStart(this.block, "```");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'FencedCodeBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/FencedCodeBlockTest.java:[37] 
	assertCanStart(this.block, " ```");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'FencedCodeBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/FencedCodeBlockTest.java:[38] 
	assertCanStart(this.block, "  ```");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'FencedCodeBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/FencedCodeBlockTest.java:[39] 
	assertCanStart(this.block, "   ```");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'FencedCodeBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/FencedCodeBlockTest.java:[40] 
	assertCanStart(this.block, "````````````````");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'FencedCodeBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/FencedCodeBlockTest.java:[41] 
	assertCannotStart(this.block, "    ```");
	                  ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'FencedCodeBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/FencedCodeBlockTest.java:[42] 
	assertCanStart(this.block, "~~~");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'FencedCodeBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/FencedCodeBlockTest.java:[43] 
	assertCanStart(this.block, " ~~~");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'FencedCodeBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/FencedCodeBlockTest.java:[44] 
	assertCanStart(this.block, "  ~~~");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'FencedCodeBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/FencedCodeBlockTest.java:[45] 
	assertCanStart(this.block, "   ~~~");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'FencedCodeBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/FencedCodeBlockTest.java:[46] 
	assertCannotStart(this.block, "    ~~~");
	                  ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'FencedCodeBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/FencedCodeBlockTest.java:[47] 
	assertCanStart(this.block, "~~~~~~~~~~~~~~~~~");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'FencedCodeBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/FencedCodeBlockTest.java:[52] 
	assertCanStart(this.block, "```````````````` some info text");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'FencedCodeBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/FencedCodeBlockTest.java:[53] 
	assertCanStart(this.block, "~~~~~~~~~ some info text");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'FencedCodeBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/FencedCodeBlockTest.java:[54] 
	assertCannotStart(this.block, "``` one ``");
	                  ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'FencedCodeBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/LineBreakSpanTest.java:[35] 
	assertInline(SoftLineBreak.class, 1, 1, createCursor("a\nb", 1));
	                                        ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/LineBreakSpanTest.java:[36] 
	assertInline(SoftLineBreak.class, 1, 2, createCursor("a \nb", 1));
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/LineBreakSpanTest.java:[37] 
	assertInline(SoftLineBreak.class, 1, 2, createCursor("a \nb\nc", 1));
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/LineBreakSpanTest.java:[38] 
	assertInline(HardLineBreak.class, 1, 4, createCursor("a   \nb", 1));
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/LineBreakSpanTest.java:[39] 
	assertInline(HardLineBreak.class, 1, 3, createCursor("a \\\nb", 1));
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/LineBreakSpanTest.java:[40] 
	assertNoInline(createCursor("one"));
	               ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/LineBreakSpanTest.java:[55] 
	assertParse("a \\\\\nb", parser,
	                         ^^^^^^
Null type safety (type annotations): The expression of type 'InlineParser' needs unchecked conversion to conform to '@NonNull InlineParser'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/LineBreakSpanTest.java:[60] 
	assertParse("a \\\\\\\nb", parser,
	                           ^^^^^^
Null type safety (type annotations): The expression of type 'InlineParser' needs unchecked conversion to conform to '@NonNull InlineParser'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/LineBreakSpanTest.java:[66] 
	assertParse("a \\\\\r\nb", parser,
	                           ^^^^^^
Null type safety (type annotations): The expression of type 'InlineParser' needs unchecked conversion to conform to '@NonNull InlineParser'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/LineBreakSpanTest.java:[71] 
	assertParse("a \\\\\\\r\nb", parser,
	                             ^^^^^^
Null type safety (type annotations): The expression of type 'InlineParser' needs unchecked conversion to conform to '@NonNull InlineParser'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/TextSegmentTest.java:[33] 
	public final ExpectedException thrown= ExpectedException.none();
	                                                         ^^^^^^
The method none() from the type ExpectedException is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/TextSegmentTest.java:[43] 
	new TextSegment((ImList<Line>) null);
	                ^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull ImList<@NonNull Line>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/TextSegmentTest.java:[48] 
	assertEquals("", new TextSegment(ImCollections.<Line>newList()).getText());
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type '@NonNull ImList<Line>' needs unchecked conversion to conform to '@NonNull ImList<@NonNull Line>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/TextSegmentTest.java:[49] 
	assertEquals("one\ntwo", new TextSegment(createLines("one\r\ntwo")).getText());
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'LineSequence' needs unchecked conversion to conform to '@NonNull LineSequence'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/TextSegmentTest.java:[50] 
	assertEquals("one\ntwo\nthree", new TextSegment(createLines("one\r\ntwo\nthree")).getText());
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'LineSequence' needs unchecked conversion to conform to '@NonNull LineSequence'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/TextSegmentTest.java:[55] 
	final TextSegment segment= new TextSegment(createLines("one\r\ntwo\r\nthree four"));
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'LineSequence' needs unchecked conversion to conform to '@NonNull LineSequence'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/TextSegmentTest.java:[67] 
	final TextSegment segment= new TextSegment(createLines("one\r\n  two\r\nthree four"));
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'LineSequence' needs unchecked conversion to conform to '@NonNull LineSequence'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/TextSegmentTest.java:[102] 
	final TextSegment segment= new TextSegment(createLines("one\r\n  two\r\nthree four"));
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'LineSequence' needs unchecked conversion to conform to '@NonNull LineSequence'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/TextSegmentTest.java:[117] 
	final TextSegment segment= new TextSegment(lines);
	                                           ^^^^^
Null type safety (type annotations): The expression of type 'ImList<Line>' needs unchecked conversion to conform to '@NonNull ImList<@NonNull Line>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/TextSegmentTest.java:[134] 
	new TextSegment(createLines("one\ntwo\r\nthree four")) );
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'LineSequence' needs unchecked conversion to conform to '@NonNull LineSequence'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/TextSegmentTest.java:[136] 
	new TextSegment(createLines(Strings.repeat("0123456789", 10))) );
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'LineSequence' needs unchecked conversion to conform to '@NonNull LineSequence'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/TextSegmentTest.java:[140] 
	return LineSequence.create(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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/ParagraphBlockTest.java:[36] 
	private final ParagraphBlock block= new ParagraphBlock();
	              ^^^^^^^^^^^^^^
ParagraphBlock is a raw type. References to generic type ParagraphBlock<TNode> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/ParagraphBlockTest.java:[36] 
	private final ParagraphBlock block= new ParagraphBlock();
	                                        ^^^^^^^^^^^^^^
ParagraphBlock is a raw type. References to generic type ParagraphBlock<TNode> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/ParagraphBlockTest.java:[45] 
	assertCannotStart(this.block, "");
	                  ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ParagraphBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/ParagraphBlockTest.java:[46] 
	assertCannotStart(this.block, "\none");
	                  ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ParagraphBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/ParagraphBlockTest.java:[47] 
	assertCanStart(this.block, "one");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ParagraphBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/StringCharactersSpanTest.java:[32] 
	assertInline(Characters.class, 0, 1, createCursor("``one"));
	                                     ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/StringCharactersSpanTest.java:[33] 
	assertInline(Characters.class, 0, 1, createCursor("__two"));
	                                     ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/StringCharactersSpanTest.java:[34] 
	assertInline(Characters.class, 0, 1, createCursor("***three"));
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/StringCharactersSpanTest.java:[35] 
	assertInline(Characters.class, 0, 3, createCursor("one`"));
	                                     ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/StringCharactersSpanTest.java:[36] 
	assertInline(Characters.class, 0, 3, createCursor("one\ntwo"));
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/StringCharactersSpanTest.java:[37] 
	assertInline(Characters.class, 1, 3, createCursor(" one *two"));
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/StringCharactersSpanTest.java:[38] 
	assertInline(Characters.class, 1, 7, createCursor(" one two *three"));
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/StringCharactersSpanTest.java:[39] 
	assertInline(Characters.class, 1, 7, createCursor(" one two \\[ab"));
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/StringCharactersSpanTest.java:[40] 
	assertInline(Characters.class, 1, 7, createCursor(" one two !"));
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/StringCharactersSpanTest.java:[41] 
	assertInline(Characters.class, 1, 7, createCursor(" one two <"));
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/AutoLinkWithoutDemarcationSpanTest.java:[36] 
	assertNoInline(createCursor("httpx://example.com sdf"));
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/AutoLinkWithoutDemarcationSpanTest.java:[37] 
	assertNoInline(createCursor("http:/"));
	               ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/AutoLinkWithoutDemarcationSpanTest.java:[47] 
	final Link link= assertInline(Link.class, offset, length, cursor);
	                                                          ^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/CodeSpanTest.java:[34] 
	assertNoInline(createCursor("two"));
	               ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/CodeSpanTest.java:[35] 
	assertNoInline(createCursor("`"));
	               ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/CodeSpanTest.java:[36] 
	assertNoInline(createCursor("`one``"));
	               ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/CodeSpanTest.java:[37] 
	assertInline(Characters.class, 0, 3, createCursor("```one``"));
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/CodeSpanTest.java:[45] 
	final Code code= assertInline(Code.class, 0, length, createCursor(content));
	                                                     ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/SetextHeaderBlockTest.java:[38] 
	assertCanStart(this.block, "Heading\n-");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ParagraphAndTheLikeBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/SetextHeaderBlockTest.java:[39] 
	assertCanStart(this.block, "Heading\n=");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ParagraphAndTheLikeBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/SetextHeaderBlockTest.java:[40] 
	assertCanStart(this.block, "Heading\n  =");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ParagraphAndTheLikeBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/SetextHeaderBlockTest.java:[41] 
	assertCanStart(this.block, "Heading\n   =");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ParagraphAndTheLikeBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/SetextHeaderBlockTest.java:[43] 
	assertCanStart(this.block, "Heading\n=====");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ParagraphAndTheLikeBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/SetextHeaderBlockTest.java:[44] 
	assertCanStart(this.block, "Heading Text\n-----");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ParagraphAndTheLikeBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/SetextHeaderBlockTest.java:[46] 
	assertCanStart(this.block, "   Heading\n=====");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ParagraphAndTheLikeBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/AutoLinkSpanTest.java:[36] 
	assertNoInline(createCursor("<http://example.com sdf"));
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/AutoLinkSpanTest.java:[37] 
	assertNoInline(createCursor("<http:/ >"));
	               ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/AutoLinkSpanTest.java:[38] 
	assertNoInline(createCursor("<http://example.com sdf>"));
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/AutoLinkSpanTest.java:[39] 
	assertNoInline(createCursor("http://example.com"));
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/AutoLinkSpanTest.java:[51] 
	final Link link= assertInline(Link.class, 0, length, cursor);
	                                                     ^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/Cursors.java:[31] 
	return new Cursor(new TextSegment(LineSequence.create(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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/CommonmarkAsserts.java:[74] 
	public static void assertCanStart(final SourceBlockType block, final String input) {
	                                        ^^^^^^^^^^^^^^^
SourceBlockType is a raw type. References to generic type SourceBlockType<TNode> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/CommonmarkAsserts.java:[76] 
	assertTrue(block.canStart(lineSequence, null));
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method canStart(LineSequence, SourceBlockNode) belongs to the raw type SourceBlockType. References to generic type SourceBlockType<TNode> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/CommonmarkAsserts.java:[79] 
	public static void assertCannotStart(final SourceBlockType block, final String input) {
	                                           ^^^^^^^^^^^^^^^
SourceBlockType is a raw type. References to generic type SourceBlockType<TNode> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/CommonmarkAsserts.java:[81] 
	assertFalse(block.canStart(lineSequence, null));
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method canStart(LineSequence, SourceBlockNode) belongs to the raw type SourceBlockType. References to generic type SourceBlockType<TNode> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/CommonmarkAsserts.java:[89] 
	final CommonmarkLanguage language= new CommonmarkLanguage(null, mode, null);
	                                                          ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/CommonmarkAsserts.java:[95] 
	final CommonmarkLanguage language= new CommonmarkLanguage(null, 0, null);
	                                                          ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/CommonmarkAsserts.java:[146] 
	public void beginDocument(final HtmlDocumentBuilder builder, final XmlStreamWriter writer) {
	                                ^^^^^^^^^^^^^^^^^^^
Illegal redefinition of parameter builder, inherited method from HtmlDocumentHandler does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/CommonmarkAsserts.java:[146] 
	public void beginDocument(final HtmlDocumentBuilder builder, final XmlStreamWriter writer) {
	                                                                   ^^^^^^^^^^^^^^^
Illegal redefinition of parameter writer, inherited method from HtmlDocumentHandler does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/CommonmarkAsserts.java:[150] 
	public void endDocument(final HtmlDocumentBuilder builder, final XmlStreamWriter writer) {
	                              ^^^^^^^^^^^^^^^^^^^
Illegal redefinition of parameter builder, inherited method from HtmlDocumentHandler does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/CommonmarkAsserts.java:[150] 
	public void endDocument(final HtmlDocumentBuilder builder, final XmlStreamWriter writer) {
	                                                                 ^^^^^^^^^^^^^^^
Illegal redefinition of parameter writer, inherited method from HtmlDocumentHandler does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/EmptyBlockTest.java:[36] 
	assertCannotStart(this.block, "one");
	                  ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'EmptyBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/EmptyBlockTest.java:[37] 
	assertCanStart(this.block, "\n");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'EmptyBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/InlineParserTest.java:[42] 
	new InlineParser(null);
	                 ^^^^
Null type mismatch: required '@NonNull ImList<@NonNull SourceSpan>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/InlineParserTest.java:[47] 
	assertParse("", createInlines());
	                ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'InlineParser' needs unchecked conversion to conform to '@NonNull InlineParser'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/InlineParserTest.java:[48] 
	assertParse("one\ntwo", createInlines(),
	                        ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'InlineParser' needs unchecked conversion to conform to '@NonNull InlineParser'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/InlineParserTest.java:[49] 
	new Characters(this.line, 0, 3, 3, "one"),
	               ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Line' needs unchecked conversion to conform to '@NonNull Line'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/InlineParserTest.java:[50] 
	new SoftLineBreak(this.line, 3, 1, 1),
	                  ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Line' needs unchecked conversion to conform to '@NonNull Line'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/InlineParserTest.java:[51] 
	new Characters(this.line, 4, 3, 3, "two") );
	               ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Line' needs unchecked conversion to conform to '@NonNull Line'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/InlineParserTest.java:[52] 
	assertParse("one\ntwo three", createInlines(),
	                              ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'InlineParser' needs unchecked conversion to conform to '@NonNull InlineParser'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/InlineParserTest.java:[53] 
	new Characters(this.line, 0, 3, 3, "one"),
	               ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Line' needs unchecked conversion to conform to '@NonNull Line'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/InlineParserTest.java:[54] 
	new SoftLineBreak(this.line, 3, 1, 1),
	                  ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Line' needs unchecked conversion to conform to '@NonNull Line'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/InlineParserTest.java:[55] 
	new Characters(this.line, 4, 9, 9, "two three") );
	               ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Line' needs unchecked conversion to conform to '@NonNull Line'
146. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/HtmlBlockTest.java (at line 102)
	assertEquals(expected, this.block.canStart(LineSequence.create(string), null));
	             ^^^^^^^^
The expression of type boolean is boxed into Boolean
147. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/HtmlBlockTest.java (at line 102)
	assertEquals(expected, this.block.canStart(LineSequence.create(string), null));
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/HtmlBlockTest.java:[102] 
	assertEquals(expected, this.block.canStart(LineSequence.create(string), 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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/HtmlBlockTest.java:[104] 
	final SourceBlockNode<?> paragraph= new SourceBlocks(ImCollections.newList(new ParagraphBlock()))
	                                                                               ^^^^^^^^^^^^^^
ParagraphBlock is a raw type. References to generic type ParagraphBlock<TNode> should be parameterized
150. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/HtmlBlockTest.java (at line 107)
	assertEquals(type != 7, this.block.canStart(LineSequence.create(string), paragraph));
	             ^^^^^^^^^
The expression of type boolean is boxed into Boolean
151. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/HtmlBlockTest.java (at line 107)
	assertEquals(type != 7, this.block.canStart(LineSequence.create(string), paragraph));
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/HtmlBlockTest.java:[107] 
	assertEquals(type != 7, this.block.canStart(LineSequence.create(string), paragraph));
	                                                                ^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/CursorTest.java:[42] 
	public final ExpectedException thrown= ExpectedException.none();
	                                                         ^^^^^^
The method none() from the type ExpectedException is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/CursorTest.java:[52] 
	new Cursor(null);
	           ^^^^
Null type mismatch: required '@NonNull TextSegment' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/ThematicBreakBlockTest.java:[37] 
	assertCannotStart(this.block, "");
	                  ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ThematicBreakBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/ThematicBreakBlockTest.java:[38] 
	assertCannotStart(this.block, "a");
	                  ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ThematicBreakBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/ThematicBreakBlockTest.java:[39] 
	assertCannotStart(this.block, "    ***");
	                  ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ThematicBreakBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/ThematicBreakBlockTest.java:[42] 
	assertCanStart(this.block, "   " + hrIndicator);
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ThematicBreakBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/ThematicBreakBlockTest.java:[43] 
	assertCanStart(this.block, "  " + hrIndicator);
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ThematicBreakBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/ThematicBreakBlockTest.java:[44] 
	assertCanStart(this.block, " " + hrIndicator);
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ThematicBreakBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/ThematicBreakBlockTest.java:[45] 
	assertCannotStart(this.block, "    " + hrIndicator);
	                  ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ThematicBreakBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/ThematicBreakBlockTest.java:[46] 
	assertCanStart(this.block, hrIndicator);
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ThematicBreakBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/ThematicBreakBlockTest.java:[46] 
	assertCanStart(this.block, hrIndicator);
	                           ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/ThematicBreakBlockTest.java:[47] 
	assertCanStart(this.block, Strings.repeat("" + c, 4));
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ThematicBreakBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/ThematicBreakBlockTest.java:[47] 
	assertCanStart(this.block, Strings.repeat("" + c, 4));
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/ThematicBreakBlockTest.java:[48] 
	assertCanStart(this.block, Strings.repeat("" + c, 14));
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ThematicBreakBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/ThematicBreakBlockTest.java:[48] 
	assertCanStart(this.block, Strings.repeat("" + c, 14));
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/ThematicBreakBlockTest.java:[52] 
	assertCannotStart(this.block, "\t***");
	                  ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ThematicBreakBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/ProcessingHelperTest.java:[38] 
	assertEquals("asf", helper.replaceHtmlEntities("asf", escaper));
	                                                      ^^^^^^^
Null type safety (type annotations): The expression of type 'Function<String,String>' needs unchecked conversion to conform to '@Nullable Function<@NonNull String,@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/ProcessingHelperTest.java:[39] 
	assertEquals("&amp", helper.replaceHtmlEntities("&amp", escaper));
	                                                        ^^^^^^^
Null type safety (type annotations): The expression of type 'Function<String,String>' needs unchecked conversion to conform to '@Nullable Function<@NonNull String,@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/ProcessingHelperTest.java:[40] 
	assertEquals("&amp ;", helper.replaceHtmlEntities("&amp ;", escaper));
	                                                            ^^^^^^^
Null type safety (type annotations): The expression of type 'Function<String,String>' needs unchecked conversion to conform to '@Nullable Function<@NonNull String,@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/ProcessingHelperTest.java:[41] 
	assertEquals("%26", helper.replaceHtmlEntities("&amp;", escaper));
	                                                        ^^^^^^^
Null type safety (type annotations): The expression of type 'Function<String,String>' needs unchecked conversion to conform to '@Nullable Function<@NonNull String,@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/ProcessingHelperTest.java:[42] 
	assertEquals("a%26", helper.replaceHtmlEntities("a&amp;", escaper));
	                                                          ^^^^^^^
Null type safety (type annotations): The expression of type 'Function<String,String>' needs unchecked conversion to conform to '@Nullable Function<@NonNull String,@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/ProcessingHelperTest.java:[43] 
	assertEquals("a%26b", helper.replaceHtmlEntities("a&amp;b", escaper));
	                                                            ^^^^^^^
Null type safety (type annotations): The expression of type 'Function<String,String>' needs unchecked conversion to conform to '@Nullable Function<@NonNull String,@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/ProcessingHelperTest.java:[44] 
	assertEquals("%C3%A4", helper.replaceHtmlEntities("&auml;", escaper));
	                                                            ^^^^^^^
Null type safety (type annotations): The expression of type 'Function<String,String>' needs unchecked conversion to conform to '@Nullable Function<@NonNull String,@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/ProcessingContextTest.java:[33] 
	public final ExpectedException thrown= ExpectedException.none();
	                                                         ^^^^^^
The method none() from the type ExpectedException is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/ProcessingContextTest.java:[57] 
	assertEquals("/uri", link.getUri());
	                     ^^^^
Potential null pointer access: The variable link may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/ProcessingContextTest.java:[74] 
	assertEquals("/uri", uriWithTitle.getUri());
	                     ^^^^^^^^^^^^
Potential null pointer access: The variable uriWithTitle may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/LineSequenceTest.java:[33] 
	public final ExpectedException thrown= ExpectedException.none();
	                                                         ^^^^^^
The method none() from the type ExpectedException is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/LineSequenceTest.java:[43] 
	LineSequence.create((String) null);
	                    ^^^^^^^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/LineSequenceTest.java:[100] 
	assertEquals("b", lineSequence.getCurrentLine().getText());
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getCurrentLine() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/LineSequenceTest.java:[104] 
	assertEquals("b", lineSequence.getCurrentLine().getText());
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getCurrentLine() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/LineSequenceTest.java:[105] 
	assertEquals("c", lookAhead.getCurrentLine().getText());
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getCurrentLine() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/LineSequenceTest.java:[111] 
	assertEquals("c", lookAhead2.getCurrentLine().getText());
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getCurrentLine() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/LineSequenceTest.java:[114] 
	assertEquals("b", lineSequence.getCurrentLine().getText());
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getCurrentLine() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/LineSequenceTest.java:[116] 
	assertEquals("c", lineSequence.getCurrentLine().getText());
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getCurrentLine() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/LineSequenceTest.java:[137] 
	assertEquals("defg", lineSequence.getCurrentLine().getText());
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getCurrentLine() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/LineTest.java:[31] 
	public final ExpectedException thrown= ExpectedException.none();
	                                                         ^^^^^^
The method none() from the type ExpectedException is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/LineTest.java:[41] 
	new Line(0, 0, 0, null, "\n");
	                  ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/LineTest.java:[47] 
	new Line(0, 0, 0, "", null);
	                      ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/LineTest.java:[108] 
	new Line(0, 0, 0, Strings.repeat("a", 100), "\n").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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/LineTest.java:[134] 
	assertFalse(string, new Line(0, 0, 0, string, "\n").isBlank());
	                                      ^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/LineTest.java:[138] 
	assertTrue(string, new Line(0, 0, 0, string, "\n").isBlank());
	                                     ^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/SourceBlocksTest.java:[47] 
	public final ExpectedException thrown= ExpectedException.none();
	                                                         ^^^^^^
The method none() from the type ExpectedException is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/SourceBlocksTest.java:[50] 
	private final SourceBlockType block1= mockBlock(BlockType.QUOTE, "b1");
	              ^^^^^^^^^^^^^^^
SourceBlockType is a raw type. References to generic type SourceBlockType<TNode> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/SourceBlocksTest.java:[52] 
	private final SourceBlockType block2= mockBlock(BlockType.PARAGRAPH, "b2");
	              ^^^^^^^^^^^^^^^
SourceBlockType is a raw type. References to generic type SourceBlockType<TNode> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/SourceBlocksTest.java:[65] 
	new SourceBlocks(null);
	                 ^^^^
Null type mismatch: required '@NonNull ImList<@NonNull SourceBlockType<?>>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/SourceBlocksTest.java:[90] 
	private SourceBlockType mockBlock(final BlockType blockType, final String startString) {
	        ^^^^^^^^^^^^^^^
SourceBlockType is a raw type. References to generic type SourceBlockType<TNode> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/SourceBlocksTest.java:[97] 
	&& lineSequence.getCurrentLine().getText().startsWith(startString);
	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getCurrentLine() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/BlockQuoteBlockTest.java:[34] 
	assertCanStart(this.block, ">");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'BlockQuoteBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/BlockQuoteBlockTest.java:[35] 
	assertCanStart(this.block, "> ");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'BlockQuoteBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/BlockQuoteBlockTest.java:[36] 
	assertCanStart(this.block, ">test");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'BlockQuoteBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/BlockQuoteBlockTest.java:[37] 
	assertCanStart(this.block, "> test");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'BlockQuoteBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/BlockQuoteBlockTest.java:[38] 
	assertCanStart(this.block, " > test");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'BlockQuoteBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/BlockQuoteBlockTest.java:[39] 
	assertCanStart(this.block, "  > test");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'BlockQuoteBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/BlockQuoteBlockTest.java:[40] 
	assertCanStart(this.block, "   > test");
	               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'BlockQuoteBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/BlockQuoteBlockTest.java:[41] 
	assertCannotStart(this.block, "    > test");
	                  ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'BlockQuoteBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/BlockQuoteBlockTest.java:[42] 
	assertCannotStart(this.block, "test");
	                  ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'BlockQuoteBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/BlockQuoteBlockTest.java:[43] 
	assertCannotStart(this.block, " test");
	                  ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'BlockQuoteBlock' needs unchecked conversion to conform to '@NonNull SourceBlockType'
210. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/spec/CommonMarkSpecTest.java (at line 176)
	new Object[] { heading, num, testLineNumber + 1, expectation });
	                        ^^^
The expression of type int is boxed into Integer
211. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/spec/CommonMarkSpecTest.java (at line 176)
	new Object[] { heading, num, testLineNumber + 1, expectation });
	                             ^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/spec/CommonMarkSpecTest.java:[223] 
	return CharStreams.toString(new InputStreamReader(in, StandardCharsets.UTF_8));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/HtmlTagSpanTest.java:[32] 
	assertNoInline(createCursor("<one"));
	               ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/HtmlTagSpanTest.java:[33] 
	assertNoInline(createCursor("< one>"));
	               ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/HtmlTagSpanTest.java:[34] 
	assertNoInline(createCursor("<0one>"));
	               ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/HtmlTagSpanTest.java:[35] 
	assertNoInline(createCursor("<!-- -- -->"));
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/HtmlTagSpanTest.java:[36] 
	assertNoInline(createCursor("<!--->"));
	               ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/HtmlTagSpanTest.java:[37] 
	assertNoInline(createCursor("<!--> -->"));
	               ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/HtmlTagSpanTest.java:[38] 
	assertNoInline(createCursor("<!---> -->"));
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/HtmlTagSpanTest.java:[39] 
	assertInline(HtmlTag.class, 0, 5, createCursor("<one>"));
	                                  ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/HtmlTagSpanTest.java:[40] 
	assertInline(HtmlTag.class, 0, 5, createCursor("<one> two"));
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/HtmlTagSpanTest.java:[41] 
	assertInline(HtmlTag.class, 0, 22, createCursor("<onetwo three=\"four\"/>"));
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/HtmlTagSpanTest.java:[42] 
	assertInline(HtmlTag.class, 0, 25, createCursor("<onetwo three = 'four' />"));
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/HtmlTagSpanTest.java:[43] 
	assertInline(HtmlTag.class, 0, 33, createCursor("<onetwo three = 'four' selected/>"));
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/HtmlTagSpanTest.java:[44] 
	assertInline(HtmlTag.class, 0, 33, createCursor("<onetwo three = 'four' selected/>"));
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/HtmlTagSpanTest.java:[45] 
	assertInline(HtmlTag.class, 0, 4, createCursor("<a/><b2/>"));
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/HtmlTagSpanTest.java:[46] 
	assertInline(HtmlTag.class, 4, 5, createCursor("<a/><b2/>", 4));
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/HtmlTagSpanTest.java:[47] 
	assertInline(HtmlTag.class, 0, 15, createCursor("<a foo=\"bar\" />"));
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/HtmlTagSpanTest.java:[48] 
	assertInline(HtmlTag.class, 0, 27, createCursor("<a bam = 'baz <em>\"</em>'/>"));
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/HtmlTagSpanTest.java:[49] 
	assertInline(HtmlTag.class, 0, 14, createCursor("<a \n_boolean/>"));
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/HtmlTagSpanTest.java:[50] 
	assertInline(HtmlTag.class, 0, 17, createCursor("<a b=\"c\"\n d='e'/>"));
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/HtmlTagSpanTest.java:[51] 
	assertInline(HtmlTag.class, 0, 20, createCursor("<a zoop:33=zoop:33/>"));
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/HtmlTagSpanTest.java:[52] 
	assertInline(HtmlTag.class, 0, 4, createCursor("</a>"));
	                                  ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/HtmlTagSpanTest.java:[53] 
	assertInline(HtmlTag.class, 0, 11, createCursor("<!-- c> -->"));
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/HtmlTagSpanTest.java:[54] 
	assertInline(HtmlTag.class, 0, 10, createCursor("<!-- - -->"));
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/HtmlTagSpanTest.java:[55] 
	assertInline(HtmlTag.class, 0, 8, createCursor("<? pi ?>"));
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/HtmlTagSpanTest.java:[56] 
	assertInline(HtmlTag.class, 0, 16, createCursor("<!DECL one two >"));
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/HtmlTagSpanTest.java:[57] 
	assertInline(HtmlTag.class, 0, 12, createCursor("<![CDATA[]]>"));
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/HtmlTagSpanTest.java:[58] 
	assertInline(HtmlTag.class, 0, 13, createCursor("<![CDATA[\n]]>"));
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/HtmlTagSpanTest.java:[59] 
	assertInline(HtmlTag.class, 0, 17, createCursor("<![CDATA[<foo>]]>"));
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/HtmlEntitySpanTest.java:[32] 
	assertNoInline(createCursor("one"));
	               ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/HtmlEntitySpanTest.java:[33] 
	assertNoInline(createCursor("&copy"));
	               ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/HtmlEntitySpanTest.java:[50] 
	assertInline(HtmlEntity.class, 0, length, entity, createCursor(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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/inlines/HtmlEntitySpanTest.java:[50] 
	assertInline(HtmlEntity.class, 0, length, entity, createCursor(content));
	                                                  ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Cursor' needs unchecked conversion to conform to '@NonNull Cursor'
245. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/ListBlockTest.java (at line 255)
	assertEquals(expected, new ListBlock().canStart(LineSequence.create(string), null));
	             ^^^^^^^^
The expression of type boolean is boxed into Boolean
246. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/org/eclipse/statet/internal/docmlet/wikitext/commonmark/core/blocks/ListBlockTest.java (at line 255)
	assertEquals(expected, new ListBlock().canStart(LineSequence.create(string), null));
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
246 problems (0 errors, 233 warnings, 233 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/org.eclipse.statet.docmlet.wikitext.commonmark.core.tests-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/org.eclipse.statet.docmlet.wikitext.commonmark.core.tests-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/org.eclipse.statet.docmlet.wikitext.commonmark.core.tests-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/org.eclipse.statet.docmlet.wikitext.commonmark.core.tests-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/org.eclipse.statet.docmlet.wikitext.commonmark.core.tests-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/org.eclipse.statet.docmlet.wikitext.commonmark.core.tests-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.statet.docmlet.wikitext.commonmark.core.tests ---
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/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.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.core-tests/target/surefire.properties]
Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.IndentedCodeBlockTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.IndentedCodeBlockTest
process(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.IndentedCodeBlockTest)  Time elapsed: 0.024 s
canStart(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.IndentedCodeBlockTest)  Time elapsed: 0 s
Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.AtxHeaderBlockTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.AtxHeaderBlockTest
withNestedInlines(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.AtxHeaderBlockTest)  Time elapsed: 0.002 s
trimContent(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.AtxHeaderBlockTest)  Time elapsed: 0 s
canStart(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.AtxHeaderBlockTest)  Time elapsed: 0 s
basic(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.AtxHeaderBlockTest)  Time elapsed: 0.001 s
Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.FencedCodeBlockTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.FencedCodeBlockTest
encodedCharacters(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.FencedCodeBlockTest)  Time elapsed: 0.001 s
canStartWithInfoText(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.FencedCodeBlockTest)  Time elapsed: 0 s
infoString(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.FencedCodeBlockTest)  Time elapsed: 0.03 s
canStart(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.FencedCodeBlockTest)  Time elapsed: 0.001 s
basic(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.FencedCodeBlockTest)  Time elapsed: 0 s
restString(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.FencedCodeBlockTest)  Time elapsed: 0 s
Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ParagraphBlockTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ParagraphBlockTest
assertParagraph(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ParagraphBlockTest)  Time elapsed: 0.001 s
paragraphNewlines(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ParagraphBlockTest)  Time elapsed: 0.001 s
canStart(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ParagraphBlockTest)  Time elapsed: 0 s
trim(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ParagraphBlockTest)  Time elapsed: 0.001 s
Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ParagraphBlockExtTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ParagraphBlockExtTest
blank_before_blockquote(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ParagraphBlockExtTest)  Time elapsed: 0.001 s
blank_before_header(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ParagraphBlockExtTest)  Time elapsed: 0.001 s
Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.SetextHeaderBlockTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.SetextHeaderBlockTest
trimContent(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.SetextHeaderBlockTest)  Time elapsed: 0.001 s
process(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.SetextHeaderBlockTest)  Time elapsed: 0 s
canStart(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.SetextHeaderBlockTest)  Time elapsed: 0 s
Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.EmptyBlockTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.EmptyBlockTest
process(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.EmptyBlockTest)  Time elapsed: 0 s
canStart(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.EmptyBlockTest)  Time elapsed: 0 s
Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.HtmlBlockTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.HtmlBlockTest
canStart_Comment(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.HtmlBlockTest)  Time elapsed: 0 s
canStart(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.HtmlBlockTest)  Time elapsed: 0 s
canStart_Type1(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.HtmlBlockTest)  Time elapsed: 0 s
canStartDoesNotAdvanceLineSequencePosition(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.HtmlBlockTest)  Time elapsed: 0 s
Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ThematicBreakBlockTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ThematicBreakBlockTest
process(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ThematicBreakBlockTest)  Time elapsed: 0 s
canStart(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ThematicBreakBlockTest)  Time elapsed: 0.016 s
Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.BlockQuoteBlockTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.BlockQuoteBlockTest
blockQuoteLazyContinuationStopped(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.BlockQuoteBlockTest)  Time elapsed: 0.001 s
blockQuoteParagraphNewlines(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.BlockQuoteBlockTest)  Time elapsed: 0.001 s
blockQuoteLazyContinuation(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.BlockQuoteBlockTest)  Time elapsed: 0.002 s
blockQuoteContainsBlocks(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.BlockQuoteBlockTest)  Time elapsed: 0 s
blockQuoteLazyContinuationNested(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.BlockQuoteBlockTest)  Time elapsed: 0.002 s
canStart(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.BlockQuoteBlockTest)  Time elapsed: 0 s
blockQuoteSimpleWithLazyContinuation(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.BlockQuoteBlockTest)  Time elapsed: 0.001 s
blockQuoteSimple(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.BlockQuoteBlockTest)  Time elapsed: 0 s
Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest
start_UnorderedList_beginWithBlankLine(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest)  Time elapsed: 0.001 s
canStartOrdered(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest)  Time elapsed: 0 s
start_interruptingParagraph_UnorderedList(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest)  Time elapsed: 0 s
noStart_OrderedList_interruptingParagraph_beginWithNot1(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest)  Time elapsed: 0 s
simpleList(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest)  Time elapsed: 0.001 s
doubleBlankLineStartingOnListItem(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest)  Time elapsed: 0 s
listWithNestedBlocks(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest)  Time elapsed: 0.002 s
start_OrderedList_interruptingList_beginWithNot1(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest)  Time elapsed: 0 s
start_OrderedList_beginWithBlankLine(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest)  Time elapsed: 0 s
noStart_UnorderedList_interruptingParagraph_beginWithBlankLine(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest)  Time elapsed: 0 s
orderedListWithStart(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest)  Time elapsed: 0.001 s
start_OrderedList_interruptingParagraph(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest)  Time elapsed: 0 s
canStartBulleted(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest)  Time elapsed: 0 s
listWithFencedCodeBlock(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest)  Time elapsed: 0 s
simpleOrderedList(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest)  Time elapsed: 0 s
noStart_OrderedList_interruptingParagraph_beginWithBlankLine(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest)  Time elapsed: 0.001 s
tightListWithSublist(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest)  Time elapsed: 0 s
simpleOrderedListWithNestedBlocks(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.blocks.ListBlockTest)  Time elapsed: 0.002 s
Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.InlineTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.InlineTest
create(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.InlineTest)  Time elapsed: 0 s
Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.BackslashEscapeSpanTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.BackslashEscapeSpanTest
backslashEscapedChar(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.BackslashEscapeSpanTest)  Time elapsed: 0.001 s
backslashEscapedLinebreak(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.BackslashEscapeSpanTest)  Time elapsed: 0 s
Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanTest
isRightFlanking(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanTest)  Time elapsed: 0.001 s
parse_Emphasis_Asterisk(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanTest)  Time elapsed: 0 s
isLeftFlanking(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanTest)  Time elapsed: 0.001 s
underscoreEmphasis(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanTest)  Time elapsed: 0.001 s
underscoreStrongEmphasis(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanTest)  Time elapsed: 0 s
parse_StrongEmphasis_Asterisk(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanTest)  Time elapsed: 0.001 s
parse_MultiEmphasis_Asterisk(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanTest)  Time elapsed: 0.001 s
Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.LineBreakSpanTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.LineBreakSpanTest
parse_Markdown(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.LineBreakSpanTest)  Time elapsed: 0.001 s
createInline(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.LineBreakSpanTest)  Time elapsed: 0 s
parse_CommonMarkStrict(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.LineBreakSpanTest)  Time elapsed: 0 s
Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialBracketCloseDelimiterTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialBracketCloseDelimiterTest
eligibleForReferenceDefinitionImage(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialBracketCloseDelimiterTest)  Time elapsed: 0 s
eligibleForReferenceDefinitionLinkIndented(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialBracketCloseDelimiterTest)  Time elapsed: 0 s
linkEndPattern(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialBracketCloseDelimiterTest)  Time elapsed: 0 s
eligibleForReferenceDefinitionLinkStartOfLine(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialBracketCloseDelimiterTest)  Time elapsed: 0 s
Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.StringCharactersSpanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.StringCharactersSpanTest
createInline(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.StringCharactersSpanTest)  Time elapsed: 0.001 s
Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.AutoLinkWithoutDemarcationSpanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.AutoLinkWithoutDemarcationSpanTest
createInline(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.AutoLinkWithoutDemarcationSpanTest)  Time elapsed: 0.002 s
Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CodeSpanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CodeSpanTest
createInline(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CodeSpanTest)  Time elapsed: 0.001 s
Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.AutoLinkSpanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.AutoLinkSpanTest
createInline(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.AutoLinkSpanTest)  Time elapsed: 0 s
Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanExtTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanExtTest
subscript_STilde(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanExtTest)  Time elapsed: 0.001 s
together(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanExtTest)  Time elapsed: 0 s
strict(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanExtTest)  Time elapsed: 0 s
strikeout_DTilde(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanExtTest)  Time elapsed: 0.001 s
superscript_SCircumflex(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialEmphasisSpanExtTest)  Time elapsed: 0.001 s
Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.InlineParserTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.InlineParserTest
parse(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.InlineParserTest)  Time elapsed: 0 s
toStringContent(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.InlineParserTest)  Time elapsed: 0 s
requiresSpans(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.InlineParserTest)  Time elapsed: 0 s
Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest
advance(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest)  Time elapsed: 0.001 s
rewind(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest)  Time elapsed: 0 s
getNext(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest)  Time elapsed: 0 s
getText(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest)  Time elapsed: 0 s
empty(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest)  Time elapsed: 0 s
getOffset(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest)  Time elapsed: 0 s
getPrevious(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest)  Time elapsed: 0.001 s
matcher(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest)  Time elapsed: 0 s
getTextAtOffset(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest)  Time elapsed: 0 s
toCursorOffset(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest)  Time elapsed: 0.001 s
withContent(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest)  Time elapsed: 0 s
requiresTextSegment(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.CursorTest)  Time elapsed: 0.001 s
Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialBracketSpanTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialBracketSpanTest
bracketsNoMarkup(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialBracketSpanTest)  Time elapsed: 0.001 s
link(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialBracketSpanTest)  Time elapsed: 0.004 s
image(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialBracketSpanTest)  Time elapsed: 0.001 s
noDef(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.PotentialBracketSpanTest)  Time elapsed: 0 s
Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.HtmlTagSpanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.HtmlTagSpanTest
htmlTags(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.HtmlTagSpanTest)  Time elapsed: 0.001 s
Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.HtmlEntitySpanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.HtmlEntitySpanTest
createInline(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.inlines.HtmlEntitySpanTest)  Time elapsed: 0.006 s
Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest
Tests run: 1298, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.691 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest
test[0: Tabs - 1, lineNumber= 352](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.002 s
test_SourceStruct[0: Tabs - 1, lineNumber= 352](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[1: Tabs - 2, lineNumber= 359](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[1: Tabs - 2, lineNumber= 359](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[2: Tabs - 3, lineNumber= 366](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[2: Tabs - 3, lineNumber= 366](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[3: Tabs - 4, lineNumber= 379](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[3: Tabs - 4, lineNumber= 379](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[4: Tabs - 5, lineNumber= 392](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[4: Tabs - 5, lineNumber= 392](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[5: Tabs - 6, lineNumber= 415](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[5: Tabs - 6, lineNumber= 415](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[6: Tabs - 7, lineNumber= 424](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[6: Tabs - 7, lineNumber= 424](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[7: Tabs - 8, lineNumber= 436](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[7: Tabs - 8, lineNumber= 436](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test[8: Tabs - 9, lineNumber= 445](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[8: Tabs - 9, lineNumber= 445](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[9: Tabs - 10, lineNumber= 463](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[9: Tabs - 10, lineNumber= 463](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[10: Tabs - 11, lineNumber= 469](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[10: Tabs - 11, lineNumber= 469](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[11: Precedence - 12, lineNumber= 496](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[11: Precedence - 12, lineNumber= 496](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[12: Thematic breaks - 13, lineNumber= 535](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[12: Thematic breaks - 13, lineNumber= 535](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[13: Thematic breaks - 14, lineNumber= 548](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[13: Thematic breaks - 14, lineNumber= 548](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[14: Thematic breaks - 15, lineNumber= 555](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[14: Thematic breaks - 15, lineNumber= 555](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[15: Thematic breaks - 16, lineNumber= 564](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[15: Thematic breaks - 16, lineNumber= 564](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[16: Thematic breaks - 17, lineNumber= 577](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[16: Thematic breaks - 17, lineNumber= 577](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[17: Thematic breaks - 18, lineNumber= 590](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[17: Thematic breaks - 18, lineNumber= 590](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[18: Thematic breaks - 19, lineNumber= 598](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[18: Thematic breaks - 19, lineNumber= 598](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test[19: Thematic breaks - 20, lineNumber= 609](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[19: Thematic breaks - 20, lineNumber= 609](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[20: Thematic breaks - 21, lineNumber= 618](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[20: Thematic breaks - 21, lineNumber= 618](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[21: Thematic breaks - 22, lineNumber= 625](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[21: Thematic breaks - 22, lineNumber= 625](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[22: Thematic breaks - 23, lineNumber= 632](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[22: Thematic breaks - 23, lineNumber= 632](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[23: Thematic breaks - 24, lineNumber= 641](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[23: Thematic breaks - 24, lineNumber= 641](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[24: Thematic breaks - 25, lineNumber= 650](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[24: Thematic breaks - 25, lineNumber= 650](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[25: Thematic breaks - 26, lineNumber= 666](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[25: Thematic breaks - 26, lineNumber= 666](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[26: Thematic breaks - 27, lineNumber= 675](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[26: Thematic breaks - 27, lineNumber= 675](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[27: Thematic breaks - 28, lineNumber= 692](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[27: Thematic breaks - 28, lineNumber= 692](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[28: Thematic breaks - 29, lineNumber= 709](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[28: Thematic breaks - 29, lineNumber= 709](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[29: Thematic breaks - 30, lineNumber= 722](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[29: Thematic breaks - 30, lineNumber= 722](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[30: Thematic breaks - 31, lineNumber= 739](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[30: Thematic breaks - 31, lineNumber= 739](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[31: ATX headings - 32, lineNumber= 768](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[31: ATX headings - 32, lineNumber= 768](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[32: ATX headings - 33, lineNumber= 787](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[32: ATX headings - 33, lineNumber= 787](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[33: ATX headings - 34, lineNumber= 802](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[33: ATX headings - 34, lineNumber= 802](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[34: ATX headings - 35, lineNumber= 814](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[34: ATX headings - 35, lineNumber= 814](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[35: ATX headings - 36, lineNumber= 823](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[35: ATX headings - 36, lineNumber= 823](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[36: ATX headings - 37, lineNumber= 832](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[36: ATX headings - 37, lineNumber= 832](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[37: ATX headings - 38, lineNumber= 841](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[37: ATX headings - 38, lineNumber= 841](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[38: ATX headings - 39, lineNumber= 854](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[38: ATX headings - 39, lineNumber= 854](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[39: ATX headings - 40, lineNumber= 862](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[39: ATX headings - 40, lineNumber= 862](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[40: ATX headings - 41, lineNumber= 873](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[40: ATX headings - 41, lineNumber= 873](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[41: ATX headings - 42, lineNumber= 884](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[41: ATX headings - 42, lineNumber= 884](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[42: ATX headings - 43, lineNumber= 895](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[42: ATX headings - 43, lineNumber= 895](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[43: ATX headings - 44, lineNumber= 906](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[43: ATX headings - 44, lineNumber= 906](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[44: ATX headings - 45, lineNumber= 915](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[44: ATX headings - 45, lineNumber= 915](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test[45: ATX headings - 46, lineNumber= 925](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[45: ATX headings - 46, lineNumber= 925](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[46: ATX headings - 47, lineNumber= 939](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[46: ATX headings - 47, lineNumber= 939](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test[47: ATX headings - 48, lineNumber= 950](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[47: ATX headings - 48, lineNumber= 950](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[48: ATX headings - 49, lineNumber= 963](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[48: ATX headings - 49, lineNumber= 963](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[49: Setext headings - 50, lineNumber= 1,006](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[49: Setext headings - 50, lineNumber= 1,006](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[50: Setext headings - 51, lineNumber= 1,020](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[50: Setext headings - 51, lineNumber= 1,020](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[51: Setext headings - 52, lineNumber= 1,034](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[51: Setext headings - 52, lineNumber= 1,034](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[52: Setext headings - 53, lineNumber= 1,046](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[52: Setext headings - 53, lineNumber= 1,046](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[53: Setext headings - 54, lineNumber= 1,061](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[53: Setext headings - 54, lineNumber= 1,061](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test[54: Setext headings - 55, lineNumber= 1,079](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[54: Setext headings - 55, lineNumber= 1,079](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[55: Setext headings - 56, lineNumber= 1,098](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[55: Setext headings - 56, lineNumber= 1,098](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[56: Setext headings - 57, lineNumber= 1,108](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[56: Setext headings - 57, lineNumber= 1,108](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[57: Setext headings - 58, lineNumber= 1,119](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[57: Setext headings - 58, lineNumber= 1,119](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[58: Setext headings - 59, lineNumber= 1,135](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[58: Setext headings - 59, lineNumber= 1,135](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[59: Setext headings - 60, lineNumber= 1,145](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[59: Setext headings - 60, lineNumber= 1,145](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[60: Setext headings - 61, lineNumber= 1,156](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[60: Setext headings - 61, lineNumber= 1,156](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[61: Setext headings - 62, lineNumber= 1,175](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[61: Setext headings - 62, lineNumber= 1,175](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[62: Setext headings - 63, lineNumber= 1,186](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[62: Setext headings - 63, lineNumber= 1,186](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[63: Setext headings - 64, lineNumber= 1,199](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[63: Setext headings - 64, lineNumber= 1,199](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[64: Setext headings - 65, lineNumber= 1,214](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[64: Setext headings - 65, lineNumber= 1,214](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[65: Setext headings - 66, lineNumber= 1,227](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[65: Setext headings - 66, lineNumber= 1,227](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[66: Setext headings - 67, lineNumber= 1,244](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[66: Setext headings - 67, lineNumber= 1,244](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[67: Setext headings - 68, lineNumber= 1,256](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[67: Setext headings - 68, lineNumber= 1,256](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[68: Setext headings - 69, lineNumber= 1,265](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[68: Setext headings - 69, lineNumber= 1,265](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[69: Setext headings - 70, lineNumber= 1,276](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[69: Setext headings - 70, lineNumber= 1,276](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[70: Setext headings - 71, lineNumber= 1,286](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[70: Setext headings - 71, lineNumber= 1,286](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[71: Setext headings - 72, lineNumber= 1,300](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[71: Setext headings - 72, lineNumber= 1,300](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[72: Setext headings - 73, lineNumber= 1,331](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[72: Setext headings - 73, lineNumber= 1,331](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[73: Setext headings - 74, lineNumber= 1,347](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[73: Setext headings - 74, lineNumber= 1,347](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[74: Setext headings - 75, lineNumber= 1,365](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[74: Setext headings - 75, lineNumber= 1,365](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[75: Setext headings - 76, lineNumber= 1,380](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[75: Setext headings - 76, lineNumber= 1,380](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[76: Indented code blocks - 77, lineNumber= 1,408](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[76: Indented code blocks - 77, lineNumber= 1,408](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test[77: Indented code blocks - 78, lineNumber= 1,422](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[77: Indented code blocks - 78, lineNumber= 1,422](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[78: Indented code blocks - 79, lineNumber= 1,436](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[78: Indented code blocks - 79, lineNumber= 1,436](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test[79: Indented code blocks - 80, lineNumber= 1,456](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[79: Indented code blocks - 80, lineNumber= 1,456](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[80: Indented code blocks - 81, lineNumber= 1,472](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[80: Indented code blocks - 81, lineNumber= 1,472](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[81: Indented code blocks - 82, lineNumber= 1,495](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[81: Indented code blocks - 82, lineNumber= 1,495](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[82: Indented code blocks - 83, lineNumber= 1,510](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[82: Indented code blocks - 83, lineNumber= 1,510](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[83: Indented code blocks - 84, lineNumber= 1,524](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[83: Indented code blocks - 84, lineNumber= 1,524](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[84: Indented code blocks - 85, lineNumber= 1,537](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[84: Indented code blocks - 85, lineNumber= 1,537](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[85: Indented code blocks - 86, lineNumber= 1,557](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[85: Indented code blocks - 86, lineNumber= 1,557](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[86: Indented code blocks - 87, lineNumber= 1,570](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[86: Indented code blocks - 87, lineNumber= 1,570](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[87: Indented code blocks - 88, lineNumber= 1,584](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[87: Indented code blocks - 88, lineNumber= 1,584](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[88: Fenced code blocks - 89, lineNumber= 1,639](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[88: Fenced code blocks - 89, lineNumber= 1,639](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[89: Fenced code blocks - 90, lineNumber= 1,653](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[89: Fenced code blocks - 90, lineNumber= 1,653](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[90: Fenced code blocks - 91, lineNumber= 1,666](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[90: Fenced code blocks - 91, lineNumber= 1,666](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[91: Fenced code blocks - 92, lineNumber= 1,677](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[91: Fenced code blocks - 92, lineNumber= 1,677](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[92: Fenced code blocks - 93, lineNumber= 1,689](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[92: Fenced code blocks - 93, lineNumber= 1,689](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[93: Fenced code blocks - 94, lineNumber= 1,703](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[93: Fenced code blocks - 94, lineNumber= 1,703](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[94: Fenced code blocks - 95, lineNumber= 1,715](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[94: Fenced code blocks - 95, lineNumber= 1,715](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[95: Fenced code blocks - 96, lineNumber= 1,730](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[95: Fenced code blocks - 96, lineNumber= 1,730](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[96: Fenced code blocks - 97, lineNumber= 1,737](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[96: Fenced code blocks - 97, lineNumber= 1,737](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[97: Fenced code blocks - 98, lineNumber= 1,750](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[97: Fenced code blocks - 98, lineNumber= 1,750](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[98: Fenced code blocks - 99, lineNumber= 1,766](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[98: Fenced code blocks - 99, lineNumber= 1,766](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[99: Fenced code blocks - 100, lineNumber= 1,780](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[99: Fenced code blocks - 100, lineNumber= 1,780](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[100: Fenced code blocks - 101, lineNumber= 1,792](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[100: Fenced code blocks - 101, lineNumber= 1,792](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[101: Fenced code blocks - 102, lineNumber= 1,804](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[101: Fenced code blocks - 102, lineNumber= 1,804](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test[102: Fenced code blocks - 103, lineNumber= 1,818](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[102: Fenced code blocks - 103, lineNumber= 1,818](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[103: Fenced code blocks - 104, lineNumber= 1,834](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[103: Fenced code blocks - 104, lineNumber= 1,834](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[104: Fenced code blocks - 105, lineNumber= 1,849](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[104: Fenced code blocks - 105, lineNumber= 1,849](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[105: Fenced code blocks - 106, lineNumber= 1,859](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[105: Fenced code blocks - 106, lineNumber= 1,859](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[106: Fenced code blocks - 107, lineNumber= 1,871](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[106: Fenced code blocks - 107, lineNumber= 1,871](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[107: Fenced code blocks - 108, lineNumber= 1,885](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[107: Fenced code blocks - 108, lineNumber= 1,885](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test[108: Fenced code blocks - 109, lineNumber= 1,894](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[108: Fenced code blocks - 109, lineNumber= 1,894](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[109: Fenced code blocks - 110, lineNumber= 1,908](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[109: Fenced code blocks - 110, lineNumber= 1,908](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[110: Fenced code blocks - 111, lineNumber= 1,925](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[110: Fenced code blocks - 111, lineNumber= 1,925](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[111: Fenced code blocks - 112, lineNumber= 1,947](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[111: Fenced code blocks - 112, lineNumber= 1,947](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test[112: Fenced code blocks - 113, lineNumber= 1,961](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[112: Fenced code blocks - 113, lineNumber= 1,961](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[113: Fenced code blocks - 114, lineNumber= 1,975](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[113: Fenced code blocks - 114, lineNumber= 1,975](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[114: Fenced code blocks - 115, lineNumber= 1,985](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[114: Fenced code blocks - 115, lineNumber= 1,985](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[115: Fenced code blocks - 116, lineNumber= 1,996](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[115: Fenced code blocks - 116, lineNumber= 1,996](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[116: Fenced code blocks - 117, lineNumber= 2,008](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[116: Fenced code blocks - 117, lineNumber= 2,008](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[117: HTML blocks - 118, lineNumber= 2,087](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[117: HTML blocks - 118, lineNumber= 2,087](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[118: HTML blocks - 119, lineNumber= 2,116](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[118: HTML blocks - 119, lineNumber= 2,116](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[119: HTML blocks - 120, lineNumber= 2,138](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[119: HTML blocks - 120, lineNumber= 2,138](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[120: HTML blocks - 121, lineNumber= 2,151](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[120: HTML blocks - 121, lineNumber= 2,151](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[121: HTML blocks - 122, lineNumber= 2,162](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[121: HTML blocks - 122, lineNumber= 2,162](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[122: HTML blocks - 123, lineNumber= 2,178](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[122: HTML blocks - 123, lineNumber= 2,178](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test[123: HTML blocks - 124, lineNumber= 2,189](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[123: HTML blocks - 124, lineNumber= 2,189](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[124: HTML blocks - 125, lineNumber= 2,201](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[124: HTML blocks - 125, lineNumber= 2,201](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[125: HTML blocks - 126, lineNumber= 2,217](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[125: HTML blocks - 126, lineNumber= 2,217](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[126: HTML blocks - 127, lineNumber= 2,226](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[126: HTML blocks - 127, lineNumber= 2,226](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[127: HTML blocks - 128, lineNumber= 2,238](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[127: HTML blocks - 128, lineNumber= 2,238](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[128: HTML blocks - 129, lineNumber= 2,250](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[128: HTML blocks - 129, lineNumber= 2,250](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[129: HTML blocks - 130, lineNumber= 2,257](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[129: HTML blocks - 130, lineNumber= 2,257](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test[130: HTML blocks - 131, lineNumber= 2,274](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[130: HTML blocks - 131, lineNumber= 2,274](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[131: HTML blocks - 132, lineNumber= 2,291](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[131: HTML blocks - 132, lineNumber= 2,291](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[132: HTML blocks - 133, lineNumber= 2,304](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[132: HTML blocks - 133, lineNumber= 2,304](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[133: HTML blocks - 134, lineNumber= 2,315](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[133: HTML blocks - 134, lineNumber= 2,315](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[134: HTML blocks - 135, lineNumber= 2,326](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[134: HTML blocks - 135, lineNumber= 2,326](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[135: HTML blocks - 136, lineNumber= 2,341](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[135: HTML blocks - 136, lineNumber= 2,341](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[136: HTML blocks - 137, lineNumber= 2,356](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[136: HTML blocks - 137, lineNumber= 2,356](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[137: HTML blocks - 138, lineNumber= 2,374](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[137: HTML blocks - 138, lineNumber= 2,374](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[138: HTML blocks - 139, lineNumber= 2,390](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[138: HTML blocks - 139, lineNumber= 2,390](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[139: HTML blocks - 140, lineNumber= 2,411](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[139: HTML blocks - 140, lineNumber= 2,411](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[140: HTML blocks - 141, lineNumber= 2,430](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[140: HTML blocks - 141, lineNumber= 2,430](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[141: HTML blocks - 142, lineNumber= 2,453](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[141: HTML blocks - 142, lineNumber= 2,453](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[142: HTML blocks - 143, lineNumber= 2,466](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[142: HTML blocks - 143, lineNumber= 2,466](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[143: HTML blocks - 144, lineNumber= 2,480](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[143: HTML blocks - 144, lineNumber= 2,480](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[144: HTML blocks - 145, lineNumber= 2,495](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[144: HTML blocks - 145, lineNumber= 2,495](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[145: HTML blocks - 146, lineNumber= 2,504](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[145: HTML blocks - 146, lineNumber= 2,504](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[146: HTML blocks - 147, lineNumber= 2,516](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[146: HTML blocks - 147, lineNumber= 2,516](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[147: HTML blocks - 148, lineNumber= 2,529](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[147: HTML blocks - 148, lineNumber= 2,529](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[148: HTML blocks - 149, lineNumber= 2,547](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[148: HTML blocks - 149, lineNumber= 2,547](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[149: HTML blocks - 150, lineNumber= 2,566](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[149: HTML blocks - 150, lineNumber= 2,566](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[150: HTML blocks - 151, lineNumber= 2,575](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[150: HTML blocks - 151, lineNumber= 2,575](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[151: HTML blocks - 152, lineNumber= 2,608](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[151: HTML blocks - 152, lineNumber= 2,608](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[152: HTML blocks - 153, lineNumber= 2,619](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[152: HTML blocks - 153, lineNumber= 2,619](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[153: HTML blocks - 154, lineNumber= 2,633](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[153: HTML blocks - 154, lineNumber= 2,633](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[154: HTML blocks - 155, lineNumber= 2,650](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[154: HTML blocks - 155, lineNumber= 2,650](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[155: HTML blocks - 156, lineNumber= 2,665](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[155: HTML blocks - 156, lineNumber= 2,665](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[156: HTML blocks - 157, lineNumber= 2,706](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[156: HTML blocks - 157, lineNumber= 2,706](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[157: HTML blocks - 158, lineNumber= 2,719](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[157: HTML blocks - 158, lineNumber= 2,719](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[158: HTML blocks - 159, lineNumber= 2,741](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[158: HTML blocks - 159, lineNumber= 2,741](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[159: HTML blocks - 160, lineNumber= 2,768](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[159: HTML blocks - 160, lineNumber= 2,768](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[160: Link reference definitions - 161, lineNumber= 2,816](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.033 s
test_SourceStruct[160: Link reference definitions - 161, lineNumber= 2,816](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[161: Link reference definitions - 162, lineNumber= 2,825](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[161: Link reference definitions - 162, lineNumber= 2,825](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[162: Link reference definitions - 163, lineNumber= 2,836](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[162: Link reference definitions - 163, lineNumber= 2,836](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[163: Link reference definitions - 164, lineNumber= 2,845](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[163: Link reference definitions - 164, lineNumber= 2,845](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[164: Link reference definitions - 165, lineNumber= 2,858](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[164: Link reference definitions - 165, lineNumber= 2,858](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[165: Link reference definitions - 166, lineNumber= 2,877](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[165: Link reference definitions - 166, lineNumber= 2,877](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[166: Link reference definitions - 167, lineNumber= 2,892](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[166: Link reference definitions - 167, lineNumber= 2,892](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[167: Link reference definitions - 168, lineNumber= 2,904](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[167: Link reference definitions - 168, lineNumber= 2,904](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[168: Link reference definitions - 169, lineNumber= 2,916](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[168: Link reference definitions - 169, lineNumber= 2,916](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[169: Link reference definitions - 170, lineNumber= 2,927](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[169: Link reference definitions - 170, lineNumber= 2,927](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[170: Link reference definitions - 171, lineNumber= 2,940](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[170: Link reference definitions - 171, lineNumber= 2,940](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[171: Link reference definitions - 172, lineNumber= 2,951](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[171: Link reference definitions - 172, lineNumber= 2,951](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[172: Link reference definitions - 173, lineNumber= 2,963](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[172: Link reference definitions - 173, lineNumber= 2,963](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[173: Link reference definitions - 174, lineNumber= 2,976](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[173: Link reference definitions - 174, lineNumber= 2,976](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[174: Link reference definitions - 175, lineNumber= 2,985](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.003 s
test_SourceStruct[174: Link reference definitions - 175, lineNumber= 2,985](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[175: Link reference definitions - 176, lineNumber= 2,997](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[175: Link reference definitions - 176, lineNumber= 2,997](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[176: Link reference definitions - 177, lineNumber= 3,005](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[176: Link reference definitions - 177, lineNumber= 3,005](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[177: Link reference definitions - 178, lineNumber= 3,018](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[177: Link reference definitions - 178, lineNumber= 3,018](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[178: Link reference definitions - 179, lineNumber= 3,027](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[178: Link reference definitions - 179, lineNumber= 3,027](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[179: Link reference definitions - 180, lineNumber= 3,038](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[179: Link reference definitions - 180, lineNumber= 3,038](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test[180: Link reference definitions - 181, lineNumber= 3,052](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[180: Link reference definitions - 181, lineNumber= 3,052](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[181: Link reference definitions - 182, lineNumber= 3,067](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[181: Link reference definitions - 182, lineNumber= 3,067](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[182: Link reference definitions - 183, lineNumber= 3,082](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[182: Link reference definitions - 183, lineNumber= 3,082](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[183: Link reference definitions - 184, lineNumber= 3,093](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[183: Link reference definitions - 184, lineNumber= 3,093](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[184: Link reference definitions - 185, lineNumber= 3,103](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[184: Link reference definitions - 185, lineNumber= 3,103](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[185: Link reference definitions - 186, lineNumber= 3,116](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[185: Link reference definitions - 186, lineNumber= 3,116](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[186: Link reference definitions - 187, lineNumber= 3,137](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[186: Link reference definitions - 187, lineNumber= 3,137](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[187: Link reference definitions - 188, lineNumber= 3,154](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[187: Link reference definitions - 188, lineNumber= 3,154](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[188: Paragraphs - 189, lineNumber= 3,171](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[188: Paragraphs - 189, lineNumber= 3,171](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[189: Paragraphs - 190, lineNumber= 3,183](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[189: Paragraphs - 190, lineNumber= 3,183](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[190: Paragraphs - 191, lineNumber= 3,199](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[190: Paragraphs - 191, lineNumber= 3,199](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[191: Paragraphs - 192, lineNumber= 3,212](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[191: Paragraphs - 192, lineNumber= 3,212](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[192: Paragraphs - 193, lineNumber= 3,224](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[192: Paragraphs - 193, lineNumber= 3,224](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[193: Paragraphs - 194, lineNumber= 3,238](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[193: Paragraphs - 194, lineNumber= 3,238](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test[194: Paragraphs - 195, lineNumber= 3,247](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[194: Paragraphs - 195, lineNumber= 3,247](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[195: Paragraphs - 196, lineNumber= 3,261](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[195: Paragraphs - 196, lineNumber= 3,261](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[196: Blank lines - 197, lineNumber= 3,278](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[196: Blank lines - 197, lineNumber= 3,278](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[197: Block quotes - 198, lineNumber= 3,344](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[197: Block quotes - 198, lineNumber= 3,344](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[198: Block quotes - 199, lineNumber= 3,359](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[198: Block quotes - 199, lineNumber= 3,359](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[199: Block quotes - 200, lineNumber= 3,374](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[199: Block quotes - 200, lineNumber= 3,374](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[200: Block quotes - 201, lineNumber= 3,389](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[200: Block quotes - 201, lineNumber= 3,389](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[201: Block quotes - 202, lineNumber= 3,404](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[201: Block quotes - 202, lineNumber= 3,404](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[202: Block quotes - 203, lineNumber= 3,420](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[202: Block quotes - 203, lineNumber= 3,420](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[203: Block quotes - 204, lineNumber= 3,444](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[203: Block quotes - 204, lineNumber= 3,444](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test[204: Block quotes - 205, lineNumber= 3,464](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[204: Block quotes - 205, lineNumber= 3,464](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[205: Block quotes - 206, lineNumber= 3,482](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[205: Block quotes - 206, lineNumber= 3,482](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[206: Block quotes - 207, lineNumber= 3,495](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[206: Block quotes - 207, lineNumber= 3,495](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[207: Block quotes - 208, lineNumber= 3,511](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[207: Block quotes - 208, lineNumber= 3,511](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[208: Block quotes - 209, lineNumber= 3,535](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[208: Block quotes - 209, lineNumber= 3,535](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[209: Block quotes - 210, lineNumber= 3,543](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[209: Block quotes - 210, lineNumber= 3,543](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[210: Block quotes - 211, lineNumber= 3,555](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[210: Block quotes - 211, lineNumber= 3,555](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[211: Block quotes - 212, lineNumber= 3,568](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[211: Block quotes - 212, lineNumber= 3,568](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[212: Block quotes - 213, lineNumber= 3,590](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[212: Block quotes - 213, lineNumber= 3,590](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[213: Block quotes - 214, lineNumber= 3,603](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[213: Block quotes - 214, lineNumber= 3,603](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[214: Block quotes - 215, lineNumber= 3,617](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[214: Block quotes - 215, lineNumber= 3,617](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[215: Block quotes - 216, lineNumber= 3,631](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[215: Block quotes - 216, lineNumber= 3,631](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[216: Block quotes - 217, lineNumber= 3,649](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[216: Block quotes - 217, lineNumber= 3,649](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test[217: Block quotes - 218, lineNumber= 3,660](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[217: Block quotes - 218, lineNumber= 3,660](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[218: Block quotes - 219, lineNumber= 3,672](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[218: Block quotes - 219, lineNumber= 3,672](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[219: Block quotes - 220, lineNumber= 3,688](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[219: Block quotes - 220, lineNumber= 3,688](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[220: Block quotes - 221, lineNumber= 3,703](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[220: Block quotes - 221, lineNumber= 3,703](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[221: Block quotes - 222, lineNumber= 3,725](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[221: Block quotes - 222, lineNumber= 3,725](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[222: List items - 223, lineNumber= 3,779](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[222: List items - 223, lineNumber= 3,779](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test[223: List items - 224, lineNumber= 3,801](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[223: List items - 224, lineNumber= 3,801](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[224: List items - 225, lineNumber= 3,834](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[224: List items - 225, lineNumber= 3,834](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[225: List items - 226, lineNumber= 3,846](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[225: List items - 226, lineNumber= 3,846](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[226: List items - 227, lineNumber= 3,860](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[226: List items - 227, lineNumber= 3,860](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[227: List items - 228, lineNumber= 3,873](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[227: List items - 228, lineNumber= 3,873](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[228: List items - 229, lineNumber= 3,895](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[228: List items - 229, lineNumber= 3,895](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[229: List items - 230, lineNumber= 3,922](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[229: List items - 230, lineNumber= 3,922](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[230: List items - 231, lineNumber= 3,941](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[230: List items - 231, lineNumber= 3,941](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[231: List items - 232, lineNumber= 3,954](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[231: List items - 232, lineNumber= 3,954](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[232: List items - 233, lineNumber= 3,971](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[232: List items - 233, lineNumber= 3,971](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[233: List items - 234, lineNumber= 3,999](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[233: List items - 234, lineNumber= 3,999](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[234: List items - 235, lineNumber= 4,021](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[234: List items - 235, lineNumber= 4,021](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[235: List items - 236, lineNumber= 4,030](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[235: List items - 236, lineNumber= 4,030](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[236: List items - 237, lineNumber= 4,039](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[236: List items - 237, lineNumber= 4,039](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[237: List items - 238, lineNumber= 4,048](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[237: List items - 238, lineNumber= 4,048](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[238: List items - 239, lineNumber= 4,059](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[238: List items - 239, lineNumber= 4,059](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[239: List items - 240, lineNumber= 4,082](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[239: List items - 240, lineNumber= 4,082](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test[240: List items - 241, lineNumber= 4,099](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[240: List items - 241, lineNumber= 4,099](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[241: List items - 242, lineNumber= 4,118](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[241: List items - 242, lineNumber= 4,118](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[242: List items - 243, lineNumber= 4,133](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[242: List items - 243, lineNumber= 4,133](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test[243: List items - 244, lineNumber= 4,155](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[243: List items - 244, lineNumber= 4,155](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[244: List items - 245, lineNumber= 4,182](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[244: List items - 245, lineNumber= 4,182](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[245: List items - 246, lineNumber= 4,192](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[245: List items - 246, lineNumber= 4,192](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[246: List items - 247, lineNumber= 4,209](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[246: List items - 247, lineNumber= 4,209](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[247: List items - 248, lineNumber= 4,237](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[247: List items - 248, lineNumber= 4,237](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[248: List items - 249, lineNumber= 4,263](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[248: List items - 249, lineNumber= 4,263](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[249: List items - 250, lineNumber= 4,277](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[249: List items - 250, lineNumber= 4,277](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[250: List items - 251, lineNumber= 4,291](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[250: List items - 251, lineNumber= 4,291](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[251: List items - 252, lineNumber= 4,306](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[251: List items - 252, lineNumber= 4,306](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[252: List items - 253, lineNumber= 4,321](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[252: List items - 253, lineNumber= 4,321](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[253: List items - 254, lineNumber= 4,336](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[253: List items - 254, lineNumber= 4,336](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[254: List items - 255, lineNumber= 4,346](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[254: List items - 255, lineNumber= 4,346](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[255: List items - 256, lineNumber= 4,368](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[255: List items - 256, lineNumber= 4,368](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[256: List items - 257, lineNumber= 4,392](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[256: List items - 257, lineNumber= 4,392](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[257: List items - 258, lineNumber= 4,416](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[257: List items - 258, lineNumber= 4,416](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[258: List items - 259, lineNumber= 4,440](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[258: List items - 259, lineNumber= 4,440](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[259: List items - 260, lineNumber= 4,470](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[259: List items - 260, lineNumber= 4,470](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[260: List items - 261, lineNumber= 4,494](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[260: List items - 261, lineNumber= 4,494](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[261: List items - 262, lineNumber= 4,507](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[261: List items - 262, lineNumber= 4,507](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[262: List items - 263, lineNumber= 4,524](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[262: List items - 263, lineNumber= 4,524](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[263: List items - 264, lineNumber= 4,552](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[263: List items - 264, lineNumber= 4,552](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[264: List items - 265, lineNumber= 4,578](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[264: List items - 265, lineNumber= 4,578](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[265: List items - 266, lineNumber= 4,595](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[265: List items - 266, lineNumber= 4,595](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[266: List items - 267, lineNumber= 4,611](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[266: List items - 267, lineNumber= 4,611](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[267: List items - 268, lineNumber= 4,626](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[267: List items - 268, lineNumber= 4,626](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[268: List items - 269, lineNumber= 4,639](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[268: List items - 269, lineNumber= 4,639](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[269: List items - 270, lineNumber= 4,658](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[269: List items - 270, lineNumber= 4,658](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[270: Lists - 271, lineNumber= 4,894](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[270: Lists - 271, lineNumber= 4,894](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[271: Lists - 272, lineNumber= 4,909](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[271: Lists - 272, lineNumber= 4,909](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[272: Lists - 273, lineNumber= 4,928](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[272: Lists - 273, lineNumber= 4,928](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[273: Lists - 274, lineNumber= 5,005](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[273: Lists - 274, lineNumber= 5,005](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[274: Lists - 275, lineNumber= 5,015](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[274: Lists - 275, lineNumber= 5,015](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[275: Lists - 276, lineNumber= 5,029](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[275: Lists - 276, lineNumber= 5,029](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[276: Lists - 277, lineNumber= 5,050](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[276: Lists - 277, lineNumber= 5,050](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[277: Lists - 278, lineNumber= 5,080](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[277: Lists - 278, lineNumber= 5,080](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[278: Lists - 279, lineNumber= 5,101](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[278: Lists - 279, lineNumber= 5,101](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[279: Lists - 280, lineNumber= 5,132](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[279: Lists - 280, lineNumber= 5,132](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test[280: Lists - 281, lineNumber= 5,153](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[280: Lists - 281, lineNumber= 5,153](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[281: Lists - 282, lineNumber= 5,177](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[281: Lists - 282, lineNumber= 5,177](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[282: Lists - 283, lineNumber= 5,197](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[282: Lists - 283, lineNumber= 5,197](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[283: Lists - 284, lineNumber= 5,220](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[283: Lists - 284, lineNumber= 5,220](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[284: Lists - 285, lineNumber= 5,242](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[284: Lists - 285, lineNumber= 5,242](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[285: Lists - 286, lineNumber= 5,264](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[285: Lists - 286, lineNumber= 5,264](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[286: Lists - 287, lineNumber= 5,286](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[286: Lists - 287, lineNumber= 5,286](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[287: Lists - 288, lineNumber= 5,309](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[287: Lists - 288, lineNumber= 5,309](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[288: Lists - 289, lineNumber= 5,335](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[288: Lists - 289, lineNumber= 5,335](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[289: Lists - 290, lineNumber= 5,359](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[289: Lists - 290, lineNumber= 5,359](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[290: Lists - 291, lineNumber= 5,379](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[290: Lists - 291, lineNumber= 5,379](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[291: Lists - 292, lineNumber= 5,402](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[291: Lists - 292, lineNumber= 5,402](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[292: Lists - 293, lineNumber= 5,411](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[292: Lists - 293, lineNumber= 5,411](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[293: Lists - 294, lineNumber= 5,428](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[293: Lists - 294, lineNumber= 5,428](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[294: Lists - 295, lineNumber= 5,447](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[294: Lists - 295, lineNumber= 5,447](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[295: Lists - 296, lineNumber= 5,465](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[295: Lists - 296, lineNumber= 5,465](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[296: Inlines - 297, lineNumber= 5,499](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[296: Inlines - 297, lineNumber= 5,499](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[297: Backslash escapes - 298, lineNumber= 5,513](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[297: Backslash escapes - 298, lineNumber= 5,513](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[298: Backslash escapes - 299, lineNumber= 5,523](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[298: Backslash escapes - 299, lineNumber= 5,523](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[299: Backslash escapes - 300, lineNumber= 5,533](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[299: Backslash escapes - 300, lineNumber= 5,533](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[300: Backslash escapes - 301, lineNumber= 5,558](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[300: Backslash escapes - 301, lineNumber= 5,558](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[301: Backslash escapes - 302, lineNumber= 5,567](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[301: Backslash escapes - 302, lineNumber= 5,567](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[302: Backslash escapes - 303, lineNumber= 5,579](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[302: Backslash escapes - 303, lineNumber= 5,579](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[303: Backslash escapes - 304, lineNumber= 5,586](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[303: Backslash escapes - 304, lineNumber= 5,586](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[304: Backslash escapes - 305, lineNumber= 5,594](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[304: Backslash escapes - 305, lineNumber= 5,594](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[305: Backslash escapes - 306, lineNumber= 5,604](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[305: Backslash escapes - 306, lineNumber= 5,604](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[306: Backslash escapes - 307, lineNumber= 5,611](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[306: Backslash escapes - 307, lineNumber= 5,611](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[307: Backslash escapes - 308, lineNumber= 5,621](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[307: Backslash escapes - 308, lineNumber= 5,621](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[308: Backslash escapes - 309, lineNumber= 5,628](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[308: Backslash escapes - 309, lineNumber= 5,628](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[309: Backslash escapes - 310, lineNumber= 5,637](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[309: Backslash escapes - 310, lineNumber= 5,637](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[310: Entity and numeric character references - 311, lineNumber= 5,674](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[310: Entity and numeric character references - 311, lineNumber= 5,674](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[311: Entity and numeric character references - 312, lineNumber= 5,693](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[311: Entity and numeric character references - 312, lineNumber= 5,693](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[312: Entity and numeric character references - 313, lineNumber= 5,706](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[312: Entity and numeric character references - 313, lineNumber= 5,706](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[313: Entity and numeric character references - 314, lineNumber= 5,715](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[313: Entity and numeric character references - 314, lineNumber= 5,715](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[314: Entity and numeric character references - 315, lineNumber= 5,732](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[314: Entity and numeric character references - 315, lineNumber= 5,732](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[315: Entity and numeric character references - 316, lineNumber= 5,742](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[315: Entity and numeric character references - 316, lineNumber= 5,742](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[316: Entity and numeric character references - 317, lineNumber= 5,753](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[316: Entity and numeric character references - 317, lineNumber= 5,753](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[317: Entity and numeric character references - 318, lineNumber= 5,760](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[317: Entity and numeric character references - 318, lineNumber= 5,760](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[318: Entity and numeric character references - 319, lineNumber= 5,767](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[318: Entity and numeric character references - 319, lineNumber= 5,767](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test[319: Entity and numeric character references - 320, lineNumber= 5,776](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[319: Entity and numeric character references - 320, lineNumber= 5,776](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[320: Entity and numeric character references - 321, lineNumber= 5,789](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[320: Entity and numeric character references - 321, lineNumber= 5,789](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[321: Entity and numeric character references - 322, lineNumber= 5,796](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[321: Entity and numeric character references - 322, lineNumber= 5,796](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[322: Entity and numeric character references - 323, lineNumber= 5,808](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[322: Entity and numeric character references - 323, lineNumber= 5,808](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[323: Entity and numeric character references - 324, lineNumber= 5,816](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[323: Entity and numeric character references - 324, lineNumber= 5,816](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[324: Entity and numeric character references - 325, lineNumber= 5,827](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[324: Entity and numeric character references - 325, lineNumber= 5,827](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[325: Entity and numeric character references - 326, lineNumber= 5,835](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[325: Entity and numeric character references - 326, lineNumber= 5,835](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[326: Entity and numeric character references - 327, lineNumber= 5,842](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[326: Entity and numeric character references - 327, lineNumber= 5,842](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[327: Code spans - 328, lineNumber= 5,870](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[327: Code spans - 328, lineNumber= 5,870](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[328: Code spans - 329, lineNumber= 5,881](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[328: Code spans - 329, lineNumber= 5,881](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[329: Code spans - 330, lineNumber= 5,891](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[329: Code spans - 330, lineNumber= 5,891](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[330: Code spans - 331, lineNumber= 5,899](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[330: Code spans - 331, lineNumber= 5,899](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[331: Code spans - 332, lineNumber= 5,908](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[331: Code spans - 332, lineNumber= 5,908](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[332: Code spans - 333, lineNumber= 5,917](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[332: Code spans - 333, lineNumber= 5,917](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[333: Code spans - 334, lineNumber= 5,925](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[333: Code spans - 334, lineNumber= 5,925](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[334: Code spans - 335, lineNumber= 5,936](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[334: Code spans - 335, lineNumber= 5,936](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[335: Code spans - 336, lineNumber= 5,946](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[335: Code spans - 336, lineNumber= 5,946](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[336: Code spans - 337, lineNumber= 5,957](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[336: Code spans - 337, lineNumber= 5,957](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[337: Code spans - 338, lineNumber= 5,974](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[337: Code spans - 338, lineNumber= 5,974](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[338: Code spans - 339, lineNumber= 5,985](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[338: Code spans - 339, lineNumber= 5,985](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[339: Code spans - 340, lineNumber= 5,991](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[339: Code spans - 340, lineNumber= 5,991](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[340: Code spans - 341, lineNumber= 6,003](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[340: Code spans - 341, lineNumber= 6,003](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[341: Code spans - 342, lineNumber= 6,012](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[341: Code spans - 342, lineNumber= 6,012](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[342: Code spans - 343, lineNumber= 6,022](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[342: Code spans - 343, lineNumber= 6,022](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[343: Code spans - 344, lineNumber= 6,031](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[343: Code spans - 344, lineNumber= 6,031](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test[344: Code spans - 345, lineNumber= 6,040](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[344: Code spans - 345, lineNumber= 6,040](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[345: Code spans - 346, lineNumber= 6,049](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[345: Code spans - 346, lineNumber= 6,049](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[346: Code spans - 347, lineNumber= 6,059](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[346: Code spans - 347, lineNumber= 6,059](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[347: Code spans - 348, lineNumber= 6,066](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[347: Code spans - 348, lineNumber= 6,066](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[348: Code spans - 349, lineNumber= 6,075](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[348: Code spans - 349, lineNumber= 6,075](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[349: Emphasis and strong emphasis - 350, lineNumber= 6,292](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[349: Emphasis and strong emphasis - 350, lineNumber= 6,292](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[350: Emphasis and strong emphasis - 351, lineNumber= 6,302](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[350: Emphasis and strong emphasis - 351, lineNumber= 6,302](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[351: Emphasis and strong emphasis - 352, lineNumber= 6,313](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[351: Emphasis and strong emphasis - 352, lineNumber= 6,313](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[352: Emphasis and strong emphasis - 353, lineNumber= 6,322](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[352: Emphasis and strong emphasis - 353, lineNumber= 6,322](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[353: Emphasis and strong emphasis - 354, lineNumber= 6,331](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[353: Emphasis and strong emphasis - 354, lineNumber= 6,331](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[354: Emphasis and strong emphasis - 355, lineNumber= 6,338](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[354: Emphasis and strong emphasis - 355, lineNumber= 6,338](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[355: Emphasis and strong emphasis - 356, lineNumber= 6,347](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[355: Emphasis and strong emphasis - 356, lineNumber= 6,347](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[356: Emphasis and strong emphasis - 357, lineNumber= 6,357](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[356: Emphasis and strong emphasis - 357, lineNumber= 6,357](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[357: Emphasis and strong emphasis - 358, lineNumber= 6,367](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[357: Emphasis and strong emphasis - 358, lineNumber= 6,367](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[358: Emphasis and strong emphasis - 359, lineNumber= 6,376](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[358: Emphasis and strong emphasis - 359, lineNumber= 6,376](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[359: Emphasis and strong emphasis - 360, lineNumber= 6,383](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[359: Emphasis and strong emphasis - 360, lineNumber= 6,383](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[360: Emphasis and strong emphasis - 361, lineNumber= 6,390](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[360: Emphasis and strong emphasis - 361, lineNumber= 6,390](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[361: Emphasis and strong emphasis - 362, lineNumber= 6,400](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[361: Emphasis and strong emphasis - 362, lineNumber= 6,400](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[362: Emphasis and strong emphasis - 363, lineNumber= 6,411](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[362: Emphasis and strong emphasis - 363, lineNumber= 6,411](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[363: Emphasis and strong emphasis - 364, lineNumber= 6,423](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[363: Emphasis and strong emphasis - 364, lineNumber= 6,423](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[364: Emphasis and strong emphasis - 365, lineNumber= 6,433](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[364: Emphasis and strong emphasis - 365, lineNumber= 6,433](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[365: Emphasis and strong emphasis - 366, lineNumber= 6,442](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[365: Emphasis and strong emphasis - 366, lineNumber= 6,442](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[366: Emphasis and strong emphasis - 367, lineNumber= 6,455](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[366: Emphasis and strong emphasis - 367, lineNumber= 6,455](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[367: Emphasis and strong emphasis - 368, lineNumber= 6,465](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[367: Emphasis and strong emphasis - 368, lineNumber= 6,465](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[368: Emphasis and strong emphasis - 369, lineNumber= 6,474](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[368: Emphasis and strong emphasis - 369, lineNumber= 6,474](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[369: Emphasis and strong emphasis - 370, lineNumber= 6,487](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[369: Emphasis and strong emphasis - 370, lineNumber= 6,487](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[370: Emphasis and strong emphasis - 371, lineNumber= 6,497](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[370: Emphasis and strong emphasis - 371, lineNumber= 6,497](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[371: Emphasis and strong emphasis - 372, lineNumber= 6,506](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[371: Emphasis and strong emphasis - 372, lineNumber= 6,506](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[372: Emphasis and strong emphasis - 373, lineNumber= 6,515](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[372: Emphasis and strong emphasis - 373, lineNumber= 6,515](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test[373: Emphasis and strong emphasis - 374, lineNumber= 6,522](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[373: Emphasis and strong emphasis - 374, lineNumber= 6,522](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[374: Emphasis and strong emphasis - 375, lineNumber= 6,529](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[374: Emphasis and strong emphasis - 375, lineNumber= 6,529](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[375: Emphasis and strong emphasis - 376, lineNumber= 6,540](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[375: Emphasis and strong emphasis - 376, lineNumber= 6,540](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[376: Emphasis and strong emphasis - 377, lineNumber= 6,549](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[376: Emphasis and strong emphasis - 377, lineNumber= 6,549](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[377: Emphasis and strong emphasis - 378, lineNumber= 6,559](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[377: Emphasis and strong emphasis - 378, lineNumber= 6,559](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[378: Emphasis and strong emphasis - 379, lineNumber= 6,570](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[378: Emphasis and strong emphasis - 379, lineNumber= 6,570](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[379: Emphasis and strong emphasis - 380, lineNumber= 6,579](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[379: Emphasis and strong emphasis - 380, lineNumber= 6,579](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[380: Emphasis and strong emphasis - 381, lineNumber= 6,588](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[380: Emphasis and strong emphasis - 381, lineNumber= 6,588](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[381: Emphasis and strong emphasis - 382, lineNumber= 6,598](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[381: Emphasis and strong emphasis - 382, lineNumber= 6,598](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[382: Emphasis and strong emphasis - 383, lineNumber= 6,606](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[382: Emphasis and strong emphasis - 383, lineNumber= 6,606](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[383: Emphasis and strong emphasis - 384, lineNumber= 6,618](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[383: Emphasis and strong emphasis - 384, lineNumber= 6,618](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[384: Emphasis and strong emphasis - 385, lineNumber= 6,627](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[384: Emphasis and strong emphasis - 385, lineNumber= 6,627](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[385: Emphasis and strong emphasis - 386, lineNumber= 6,634](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[385: Emphasis and strong emphasis - 386, lineNumber= 6,634](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[386: Emphasis and strong emphasis - 387, lineNumber= 6,641](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[386: Emphasis and strong emphasis - 387, lineNumber= 6,641](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[387: Emphasis and strong emphasis - 388, lineNumber= 6,648](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[387: Emphasis and strong emphasis - 388, lineNumber= 6,648](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[388: Emphasis and strong emphasis - 389, lineNumber= 6,659](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[388: Emphasis and strong emphasis - 389, lineNumber= 6,659](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[389: Emphasis and strong emphasis - 390, lineNumber= 6,672](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[389: Emphasis and strong emphasis - 390, lineNumber= 6,672](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[390: Emphasis and strong emphasis - 391, lineNumber= 6,685](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[390: Emphasis and strong emphasis - 391, lineNumber= 6,685](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[391: Emphasis and strong emphasis - 392, lineNumber= 6,695](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[391: Emphasis and strong emphasis - 392, lineNumber= 6,695](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[392: Emphasis and strong emphasis - 393, lineNumber= 6,702](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[392: Emphasis and strong emphasis - 393, lineNumber= 6,702](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[393: Emphasis and strong emphasis - 394, lineNumber= 6,711](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[393: Emphasis and strong emphasis - 394, lineNumber= 6,711](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[394: Emphasis and strong emphasis - 395, lineNumber= 6,720](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[394: Emphasis and strong emphasis - 395, lineNumber= 6,720](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[395: Emphasis and strong emphasis - 396, lineNumber= 6,732](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[395: Emphasis and strong emphasis - 396, lineNumber= 6,732](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.007 s
test[396: Emphasis and strong emphasis - 397, lineNumber= 6,742](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[396: Emphasis and strong emphasis - 397, lineNumber= 6,742](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[397: Emphasis and strong emphasis - 398, lineNumber= 6,752](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[397: Emphasis and strong emphasis - 398, lineNumber= 6,752](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[398: Emphasis and strong emphasis - 399, lineNumber= 6,761](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[398: Emphasis and strong emphasis - 399, lineNumber= 6,761](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[399: Emphasis and strong emphasis - 400, lineNumber= 6,768](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[399: Emphasis and strong emphasis - 400, lineNumber= 6,768](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[400: Emphasis and strong emphasis - 401, lineNumber= 6,775](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[400: Emphasis and strong emphasis - 401, lineNumber= 6,775](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[401: Emphasis and strong emphasis - 402, lineNumber= 6,786](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[401: Emphasis and strong emphasis - 402, lineNumber= 6,786](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[402: Emphasis and strong emphasis - 403, lineNumber= 6,798](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[402: Emphasis and strong emphasis - 403, lineNumber= 6,798](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[403: Emphasis and strong emphasis - 404, lineNumber= 6,805](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[403: Emphasis and strong emphasis - 404, lineNumber= 6,805](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[404: Emphasis and strong emphasis - 405, lineNumber= 6,817](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[404: Emphasis and strong emphasis - 405, lineNumber= 6,817](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[405: Emphasis and strong emphasis - 406, lineNumber= 6,824](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[405: Emphasis and strong emphasis - 406, lineNumber= 6,824](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[406: Emphasis and strong emphasis - 407, lineNumber= 6,831](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[406: Emphasis and strong emphasis - 407, lineNumber= 6,831](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[407: Emphasis and strong emphasis - 408, lineNumber= 6,838](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[407: Emphasis and strong emphasis - 408, lineNumber= 6,838](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[408: Emphasis and strong emphasis - 409, lineNumber= 6,845](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[408: Emphasis and strong emphasis - 409, lineNumber= 6,845](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[409: Emphasis and strong emphasis - 410, lineNumber= 6,851](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[409: Emphasis and strong emphasis - 410, lineNumber= 6,851](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[410: Emphasis and strong emphasis - 411, lineNumber= 6,875](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[410: Emphasis and strong emphasis - 411, lineNumber= 6,875](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[411: Emphasis and strong emphasis - 412, lineNumber= 6,888](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[411: Emphasis and strong emphasis - 412, lineNumber= 6,888](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[412: Emphasis and strong emphasis - 413, lineNumber= 6,895](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[412: Emphasis and strong emphasis - 413, lineNumber= 6,895](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[413: Emphasis and strong emphasis - 414, lineNumber= 6,902](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[413: Emphasis and strong emphasis - 414, lineNumber= 6,902](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[414: Emphasis and strong emphasis - 415, lineNumber= 6,913](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[414: Emphasis and strong emphasis - 415, lineNumber= 6,913](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[415: Emphasis and strong emphasis - 416, lineNumber= 6,919](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[415: Emphasis and strong emphasis - 416, lineNumber= 6,919](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[416: Emphasis and strong emphasis - 417, lineNumber= 6,928](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[416: Emphasis and strong emphasis - 417, lineNumber= 6,928](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[417: Emphasis and strong emphasis - 418, lineNumber= 6,935](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[417: Emphasis and strong emphasis - 418, lineNumber= 6,935](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[418: Emphasis and strong emphasis - 419, lineNumber= 6,944](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[418: Emphasis and strong emphasis - 419, lineNumber= 6,944](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[419: Emphasis and strong emphasis - 420, lineNumber= 6,951](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[419: Emphasis and strong emphasis - 420, lineNumber= 6,951](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[420: Emphasis and strong emphasis - 421, lineNumber= 6,964](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[420: Emphasis and strong emphasis - 421, lineNumber= 6,964](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[421: Emphasis and strong emphasis - 422, lineNumber= 6,971](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[421: Emphasis and strong emphasis - 422, lineNumber= 6,971](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[422: Emphasis and strong emphasis - 423, lineNumber= 6,983](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[422: Emphasis and strong emphasis - 423, lineNumber= 6,983](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[423: Emphasis and strong emphasis - 424, lineNumber= 6,990](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[423: Emphasis and strong emphasis - 424, lineNumber= 6,990](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[424: Emphasis and strong emphasis - 425, lineNumber= 6,997](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[424: Emphasis and strong emphasis - 425, lineNumber= 6,997](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[425: Emphasis and strong emphasis - 426, lineNumber= 7,004](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[425: Emphasis and strong emphasis - 426, lineNumber= 7,004](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[426: Emphasis and strong emphasis - 427, lineNumber= 7,011](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[426: Emphasis and strong emphasis - 427, lineNumber= 7,011](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[427: Emphasis and strong emphasis - 428, lineNumber= 7,018](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[427: Emphasis and strong emphasis - 428, lineNumber= 7,018](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[428: Emphasis and strong emphasis - 429, lineNumber= 7,025](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[428: Emphasis and strong emphasis - 429, lineNumber= 7,025](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[429: Emphasis and strong emphasis - 430, lineNumber= 7,032](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[429: Emphasis and strong emphasis - 430, lineNumber= 7,032](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[430: Emphasis and strong emphasis - 431, lineNumber= 7,041](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[430: Emphasis and strong emphasis - 431, lineNumber= 7,041](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[431: Emphasis and strong emphasis - 432, lineNumber= 7,050](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[431: Emphasis and strong emphasis - 432, lineNumber= 7,050](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[432: Emphasis and strong emphasis - 433, lineNumber= 7,059](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[432: Emphasis and strong emphasis - 433, lineNumber= 7,059](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[433: Emphasis and strong emphasis - 434, lineNumber= 7,066](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[433: Emphasis and strong emphasis - 434, lineNumber= 7,066](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[434: Emphasis and strong emphasis - 435, lineNumber= 7,076](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[434: Emphasis and strong emphasis - 435, lineNumber= 7,076](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[435: Emphasis and strong emphasis - 436, lineNumber= 7,083](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[435: Emphasis and strong emphasis - 436, lineNumber= 7,083](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[436: Emphasis and strong emphasis - 437, lineNumber= 7,090](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[436: Emphasis and strong emphasis - 437, lineNumber= 7,090](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[437: Emphasis and strong emphasis - 438, lineNumber= 7,097](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[437: Emphasis and strong emphasis - 438, lineNumber= 7,097](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[438: Emphasis and strong emphasis - 439, lineNumber= 7,104](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[438: Emphasis and strong emphasis - 439, lineNumber= 7,104](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[439: Emphasis and strong emphasis - 440, lineNumber= 7,111](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[439: Emphasis and strong emphasis - 440, lineNumber= 7,111](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[440: Emphasis and strong emphasis - 441, lineNumber= 7,122](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[440: Emphasis and strong emphasis - 441, lineNumber= 7,122](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[441: Emphasis and strong emphasis - 442, lineNumber= 7,129](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[441: Emphasis and strong emphasis - 442, lineNumber= 7,129](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[442: Emphasis and strong emphasis - 443, lineNumber= 7,136](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[442: Emphasis and strong emphasis - 443, lineNumber= 7,136](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[443: Emphasis and strong emphasis - 444, lineNumber= 7,143](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[443: Emphasis and strong emphasis - 444, lineNumber= 7,143](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[444: Emphasis and strong emphasis - 445, lineNumber= 7,150](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[444: Emphasis and strong emphasis - 445, lineNumber= 7,150](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[445: Emphasis and strong emphasis - 446, lineNumber= 7,157](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[445: Emphasis and strong emphasis - 446, lineNumber= 7,157](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[446: Emphasis and strong emphasis - 447, lineNumber= 7,167](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[446: Emphasis and strong emphasis - 447, lineNumber= 7,167](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[447: Emphasis and strong emphasis - 448, lineNumber= 7,174](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[447: Emphasis and strong emphasis - 448, lineNumber= 7,174](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[448: Emphasis and strong emphasis - 449, lineNumber= 7,181](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[448: Emphasis and strong emphasis - 449, lineNumber= 7,181](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[449: Emphasis and strong emphasis - 450, lineNumber= 7,188](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[449: Emphasis and strong emphasis - 450, lineNumber= 7,188](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[450: Emphasis and strong emphasis - 451, lineNumber= 7,195](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[450: Emphasis and strong emphasis - 451, lineNumber= 7,195](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[451: Emphasis and strong emphasis - 452, lineNumber= 7,202](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[451: Emphasis and strong emphasis - 452, lineNumber= 7,202](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[452: Emphasis and strong emphasis - 453, lineNumber= 7,209](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[452: Emphasis and strong emphasis - 453, lineNumber= 7,209](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[453: Emphasis and strong emphasis - 454, lineNumber= 7,220](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[453: Emphasis and strong emphasis - 454, lineNumber= 7,220](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[454: Emphasis and strong emphasis - 455, lineNumber= 7,227](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[454: Emphasis and strong emphasis - 455, lineNumber= 7,227](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[455: Emphasis and strong emphasis - 456, lineNumber= 7,234](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[455: Emphasis and strong emphasis - 456, lineNumber= 7,234](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[456: Emphasis and strong emphasis - 457, lineNumber= 7,241](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[456: Emphasis and strong emphasis - 457, lineNumber= 7,241](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[457: Emphasis and strong emphasis - 458, lineNumber= 7,248](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[457: Emphasis and strong emphasis - 458, lineNumber= 7,248](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[458: Emphasis and strong emphasis - 459, lineNumber= 7,258](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[458: Emphasis and strong emphasis - 459, lineNumber= 7,258](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[459: Emphasis and strong emphasis - 460, lineNumber= 7,265](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[459: Emphasis and strong emphasis - 460, lineNumber= 7,265](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[460: Emphasis and strong emphasis - 461, lineNumber= 7,272](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[460: Emphasis and strong emphasis - 461, lineNumber= 7,272](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[461: Emphasis and strong emphasis - 462, lineNumber= 7,279](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[461: Emphasis and strong emphasis - 462, lineNumber= 7,279](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[462: Emphasis and strong emphasis - 463, lineNumber= 7,289](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[462: Emphasis and strong emphasis - 463, lineNumber= 7,289](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[463: Emphasis and strong emphasis - 464, lineNumber= 7,296](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[463: Emphasis and strong emphasis - 464, lineNumber= 7,296](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[464: Emphasis and strong emphasis - 465, lineNumber= 7,307](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[464: Emphasis and strong emphasis - 465, lineNumber= 7,307](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[465: Emphasis and strong emphasis - 466, lineNumber= 7,316](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[465: Emphasis and strong emphasis - 466, lineNumber= 7,316](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[466: Emphasis and strong emphasis - 467, lineNumber= 7,323](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[466: Emphasis and strong emphasis - 467, lineNumber= 7,323](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[467: Emphasis and strong emphasis - 468, lineNumber= 7,332](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[467: Emphasis and strong emphasis - 468, lineNumber= 7,332](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[468: Emphasis and strong emphasis - 469, lineNumber= 7,339](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[468: Emphasis and strong emphasis - 469, lineNumber= 7,339](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[469: Emphasis and strong emphasis - 470, lineNumber= 7,348](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[469: Emphasis and strong emphasis - 470, lineNumber= 7,348](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[470: Emphasis and strong emphasis - 471, lineNumber= 7,355](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[470: Emphasis and strong emphasis - 471, lineNumber= 7,355](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[471: Emphasis and strong emphasis - 472, lineNumber= 7,364](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[471: Emphasis and strong emphasis - 472, lineNumber= 7,364](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[472: Emphasis and strong emphasis - 473, lineNumber= 7,371](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[472: Emphasis and strong emphasis - 473, lineNumber= 7,371](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[473: Emphasis and strong emphasis - 474, lineNumber= 7,378](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[473: Emphasis and strong emphasis - 474, lineNumber= 7,378](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[474: Emphasis and strong emphasis - 475, lineNumber= 7,385](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[474: Emphasis and strong emphasis - 475, lineNumber= 7,385](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[475: Emphasis and strong emphasis - 476, lineNumber= 7,392](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[475: Emphasis and strong emphasis - 476, lineNumber= 7,392](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[476: Emphasis and strong emphasis - 477, lineNumber= 7,399](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[476: Emphasis and strong emphasis - 477, lineNumber= 7,399](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[477: Emphasis and strong emphasis - 478, lineNumber= 7,406](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[477: Emphasis and strong emphasis - 478, lineNumber= 7,406](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[478: Emphasis and strong emphasis - 479, lineNumber= 7,413](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[478: Emphasis and strong emphasis - 479, lineNumber= 7,413](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[479: Emphasis and strong emphasis - 480, lineNumber= 7,420](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[479: Emphasis and strong emphasis - 480, lineNumber= 7,420](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[480: Links - 481, lineNumber= 7,503](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[480: Links - 481, lineNumber= 7,503](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[481: Links - 482, lineNumber= 7,512](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[481: Links - 482, lineNumber= 7,512](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[482: Links - 483, lineNumber= 7,521](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[482: Links - 483, lineNumber= 7,521](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[483: Links - 484, lineNumber= 7,528](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[483: Links - 484, lineNumber= 7,528](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[484: Links - 485, lineNumber= 7,537](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[484: Links - 485, lineNumber= 7,537](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[485: Links - 486, lineNumber= 7,543](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[485: Links - 486, lineNumber= 7,543](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[486: Links - 487, lineNumber= 7,552](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[486: Links - 487, lineNumber= 7,552](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[487: Links - 488, lineNumber= 7,560](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[487: Links - 488, lineNumber= 7,560](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[488: Links - 489, lineNumber= 7,571](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[488: Links - 489, lineNumber= 7,571](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[489: Links - 490, lineNumber= 7,579](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[489: Links - 490, lineNumber= 7,579](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[490: Links - 491, lineNumber= 7,588](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[490: Links - 491, lineNumber= 7,588](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[491: Links - 492, lineNumber= 7,600](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[491: Links - 492, lineNumber= 7,600](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[492: Links - 493, lineNumber= 7,609](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[492: Links - 493, lineNumber= 7,609](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test[493: Links - 494, lineNumber= 7,618](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[493: Links - 494, lineNumber= 7,618](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[494: Links - 495, lineNumber= 7,625](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[494: Links - 495, lineNumber= 7,625](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[495: Links - 496, lineNumber= 7,635](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[495: Links - 496, lineNumber= 7,635](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[496: Links - 497, lineNumber= 7,644](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[496: Links - 497, lineNumber= 7,644](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[497: Links - 498, lineNumber= 7,660](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[497: Links - 498, lineNumber= 7,660](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[498: Links - 499, lineNumber= 7,676](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[498: Links - 499, lineNumber= 7,676](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[499: Links - 500, lineNumber= 7,687](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[499: Links - 500, lineNumber= 7,687](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[500: Links - 501, lineNumber= 7,696](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[500: Links - 501, lineNumber= 7,696](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[501: Links - 502, lineNumber= 7,710](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[501: Links - 502, lineNumber= 7,710](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[502: Links - 503, lineNumber= 7,720](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[502: Links - 503, lineNumber= 7,720](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[503: Links - 504, lineNumber= 7,729](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[503: Links - 504, lineNumber= 7,729](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[504: Links - 505, lineNumber= 7,738](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[504: Links - 505, lineNumber= 7,738](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[505: Links - 506, lineNumber= 7,762](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[505: Links - 506, lineNumber= 7,762](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[506: Links - 507, lineNumber= 7,773](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[506: Links - 507, lineNumber= 7,773](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[507: Links - 508, lineNumber= 7,783](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[507: Links - 508, lineNumber= 7,783](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[508: Links - 509, lineNumber= 7,790](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.024 s
test_SourceStruct[508: Links - 509, lineNumber= 7,790](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test[509: Links - 510, lineNumber= 7,797](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[509: Links - 510, lineNumber= 7,797](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[510: Links - 511, lineNumber= 7,804](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[510: Links - 511, lineNumber= 7,804](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[511: Links - 512, lineNumber= 7,813](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[511: Links - 512, lineNumber= 7,813](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[512: Links - 513, lineNumber= 7,820](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[512: Links - 513, lineNumber= 7,820](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[513: Links - 514, lineNumber= 7,829](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[513: Links - 514, lineNumber= 7,829](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[514: Links - 515, lineNumber= 7,836](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[514: Links - 515, lineNumber= 7,836](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[515: Links - 516, lineNumber= 7,843](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[515: Links - 516, lineNumber= 7,843](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[516: Links - 517, lineNumber= 7,853](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[516: Links - 517, lineNumber= 7,853](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test[517: Links - 518, lineNumber= 7,860](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[517: Links - 518, lineNumber= 7,860](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[518: Links - 519, lineNumber= 7,870](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[518: Links - 519, lineNumber= 7,870](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[519: Links - 520, lineNumber= 7,880](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[519: Links - 520, lineNumber= 7,880](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[520: Links - 521, lineNumber= 7,887](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[520: Links - 521, lineNumber= 7,887](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[521: Links - 522, lineNumber= 7,894](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[521: Links - 522, lineNumber= 7,894](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[522: Links - 523, lineNumber= 7,932](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[522: Links - 523, lineNumber= 7,932](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[523: Links - 524, lineNumber= 7,947](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[523: Links - 524, lineNumber= 7,947](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[524: Links - 525, lineNumber= 7,956](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[524: Links - 525, lineNumber= 7,956](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[525: Links - 526, lineNumber= 7,967](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[525: Links - 526, lineNumber= 7,967](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[526: Links - 527, lineNumber= 7,976](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[526: Links - 527, lineNumber= 7,976](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[527: Links - 528, lineNumber= 7,987](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[527: Links - 528, lineNumber= 7,987](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[528: Links - 529, lineNumber= 7,996](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[528: Links - 529, lineNumber= 7,996](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[529: Links - 530, lineNumber= 8,011](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[529: Links - 530, lineNumber= 8,011](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[530: Links - 531, lineNumber= 8,020](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[530: Links - 531, lineNumber= 8,020](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[531: Links - 532, lineNumber= 8,032](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[531: Links - 532, lineNumber= 8,032](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[532: Links - 533, lineNumber= 8,041](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[532: Links - 533, lineNumber= 8,041](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[533: Links - 534, lineNumber= 8,050](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[533: Links - 534, lineNumber= 8,050](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[534: Links - 535, lineNumber= 8,061](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[534: Links - 535, lineNumber= 8,061](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[535: Links - 536, lineNumber= 8,072](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[535: Links - 536, lineNumber= 8,072](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[536: Links - 537, lineNumber= 8,084](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[536: Links - 537, lineNumber= 8,084](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[537: Links - 538, lineNumber= 8,097](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[537: Links - 538, lineNumber= 8,097](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[538: Links - 539, lineNumber= 8,106](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[538: Links - 539, lineNumber= 8,106](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[539: Links - 540, lineNumber= 8,147](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[539: Links - 540, lineNumber= 8,147](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[540: Links - 541, lineNumber= 8,162](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[540: Links - 541, lineNumber= 8,162](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[541: Links - 542, lineNumber= 8,174](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[541: Links - 542, lineNumber= 8,174](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[542: Links - 543, lineNumber= 8,184](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[542: Links - 543, lineNumber= 8,184](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[543: Links - 544, lineNumber= 8,194](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[543: Links - 544, lineNumber= 8,194](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[544: Links - 545, lineNumber= 8,204](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[544: Links - 545, lineNumber= 8,204](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[545: Links - 546, lineNumber= 8,215](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[545: Links - 546, lineNumber= 8,215](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[546: Links - 547, lineNumber= 8,226](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[546: Links - 547, lineNumber= 8,226](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[547: Links - 548, lineNumber= 8,236](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[547: Links - 548, lineNumber= 8,236](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[548: Links - 549, lineNumber= 8,259](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[548: Links - 549, lineNumber= 8,259](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[549: Links - 550, lineNumber= 8,268](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[549: Links - 550, lineNumber= 8,268](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[550: Links - 551, lineNumber= 8,279](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[550: Links - 551, lineNumber= 8,279](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[551: Links - 552, lineNumber= 8,292](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[551: Links - 552, lineNumber= 8,292](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[552: Links - 553, lineNumber= 8,312](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[552: Links - 553, lineNumber= 8,312](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[553: Links - 554, lineNumber= 8,321](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[553: Links - 554, lineNumber= 8,321](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[554: Links - 555, lineNumber= 8,330](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[554: Links - 555, lineNumber= 8,330](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[555: Links - 556, lineNumber= 8,339](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[555: Links - 556, lineNumber= 8,339](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[556: Links - 557, lineNumber= 8,350](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[556: Links - 557, lineNumber= 8,350](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[557: Links - 558, lineNumber= 8,361](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[557: Links - 558, lineNumber= 8,361](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[558: Links - 559, lineNumber= 8,373](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[558: Links - 559, lineNumber= 8,373](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[559: Links - 560, lineNumber= 8,385](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[559: Links - 560, lineNumber= 8,385](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[560: Links - 561, lineNumber= 8,397](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[560: Links - 561, lineNumber= 8,397](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[561: Links - 562, lineNumber= 8,406](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[561: Links - 562, lineNumber= 8,406](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[562: Links - 563, lineNumber= 8,416](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[562: Links - 563, lineNumber= 8,416](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[563: Links - 564, lineNumber= 8,424](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[563: Links - 564, lineNumber= 8,424](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[564: Links - 565, lineNumber= 8,435](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[564: Links - 565, lineNumber= 8,435](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[565: Links - 566, lineNumber= 8,447](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[565: Links - 566, lineNumber= 8,447](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[566: Links - 567, lineNumber= 8,460](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[566: Links - 567, lineNumber= 8,460](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[567: Images - 568, lineNumber= 8,483](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[567: Images - 568, lineNumber= 8,483](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[568: Images - 569, lineNumber= 8,490](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[568: Images - 569, lineNumber= 8,490](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[569: Images - 570, lineNumber= 8,499](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[569: Images - 570, lineNumber= 8,499](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[570: Images - 571, lineNumber= 8,506](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[570: Images - 571, lineNumber= 8,506](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[571: Images - 572, lineNumber= 8,520](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[571: Images - 572, lineNumber= 8,520](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[572: Images - 573, lineNumber= 8,529](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[572: Images - 573, lineNumber= 8,529](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[573: Images - 574, lineNumber= 8,538](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[573: Images - 574, lineNumber= 8,538](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[574: Images - 575, lineNumber= 8,545](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[574: Images - 575, lineNumber= 8,545](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[575: Images - 576, lineNumber= 8,552](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[575: Images - 576, lineNumber= 8,552](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[576: Images - 577, lineNumber= 8,559](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[576: Images - 577, lineNumber= 8,559](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[577: Images - 578, lineNumber= 8,568](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[577: Images - 578, lineNumber= 8,568](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[578: Images - 579, lineNumber= 8,577](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[578: Images - 579, lineNumber= 8,577](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[579: Images - 580, lineNumber= 8,588](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[579: Images - 580, lineNumber= 8,588](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test[580: Images - 581, lineNumber= 8,597](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[580: Images - 581, lineNumber= 8,597](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[581: Images - 582, lineNumber= 8,608](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[581: Images - 582, lineNumber= 8,608](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[582: Images - 583, lineNumber= 8,620](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[582: Images - 583, lineNumber= 8,620](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[583: Images - 584, lineNumber= 8,633](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[583: Images - 584, lineNumber= 8,633](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[584: Images - 585, lineNumber= 8,642](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[584: Images - 585, lineNumber= 8,642](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[585: Images - 586, lineNumber= 8,653](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[585: Images - 586, lineNumber= 8,653](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[586: Images - 587, lineNumber= 8,665](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[586: Images - 587, lineNumber= 8,665](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[587: Images - 588, lineNumber= 8,677](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[587: Images - 588, lineNumber= 8,677](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[588: Images - 589, lineNumber= 8,689](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[588: Images - 589, lineNumber= 8,689](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[589: Autolinks - 590, lineNumber= 8,722](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[589: Autolinks - 590, lineNumber= 8,722](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[590: Autolinks - 591, lineNumber= 8,729](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[590: Autolinks - 591, lineNumber= 8,729](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[591: Autolinks - 592, lineNumber= 8,736](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[591: Autolinks - 592, lineNumber= 8,736](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[592: Autolinks - 593, lineNumber= 8,745](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[592: Autolinks - 593, lineNumber= 8,745](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[593: Autolinks - 594, lineNumber= 8,757](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[593: Autolinks - 594, lineNumber= 8,757](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[594: Autolinks - 595, lineNumber= 8,764](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[594: Autolinks - 595, lineNumber= 8,764](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[595: Autolinks - 596, lineNumber= 8,771](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[595: Autolinks - 596, lineNumber= 8,771](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[596: Autolinks - 597, lineNumber= 8,778](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[596: Autolinks - 597, lineNumber= 8,778](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[597: Autolinks - 598, lineNumber= 8,787](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[597: Autolinks - 598, lineNumber= 8,787](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[598: Autolinks - 599, lineNumber= 8,796](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[598: Autolinks - 599, lineNumber= 8,796](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[599: Autolinks - 600, lineNumber= 8,818](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[599: Autolinks - 600, lineNumber= 8,818](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[600: Autolinks - 601, lineNumber= 8,825](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[600: Autolinks - 601, lineNumber= 8,825](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[601: Autolinks - 602, lineNumber= 8,834](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[601: Autolinks - 602, lineNumber= 8,834](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test[602: Autolinks - 603, lineNumber= 8,843](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[602: Autolinks - 603, lineNumber= 8,843](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[603: Autolinks - 604, lineNumber= 8,850](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[603: Autolinks - 604, lineNumber= 8,850](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[604: Autolinks - 605, lineNumber= 8,857](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[604: Autolinks - 605, lineNumber= 8,857](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[605: Autolinks - 606, lineNumber= 8,864](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[605: Autolinks - 606, lineNumber= 8,864](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[606: Autolinks - 607, lineNumber= 8,871](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[606: Autolinks - 607, lineNumber= 8,871](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[607: Autolinks - 608, lineNumber= 8,878](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[607: Autolinks - 608, lineNumber= 8,878](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[608: Raw HTML - 609, lineNumber= 8,960](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[608: Raw HTML - 609, lineNumber= 8,960](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[609: Raw HTML - 610, lineNumber= 8,969](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[609: Raw HTML - 610, lineNumber= 8,969](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[610: Raw HTML - 611, lineNumber= 8,978](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[610: Raw HTML - 611, lineNumber= 8,978](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[611: Raw HTML - 612, lineNumber= 8,989](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[611: Raw HTML - 612, lineNumber= 8,989](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[612: Raw HTML - 613, lineNumber= 9,000](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[612: Raw HTML - 613, lineNumber= 9,000](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[613: Raw HTML - 614, lineNumber= 9,009](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[613: Raw HTML - 614, lineNumber= 9,009](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[614: Raw HTML - 615, lineNumber= 9,018](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[614: Raw HTML - 615, lineNumber= 9,018](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[615: Raw HTML - 616, lineNumber= 9,027](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[615: Raw HTML - 616, lineNumber= 9,027](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[616: Raw HTML - 617, lineNumber= 9,036](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[616: Raw HTML - 617, lineNumber= 9,036](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[617: Raw HTML - 618, lineNumber= 9,051](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[617: Raw HTML - 618, lineNumber= 9,051](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[618: Raw HTML - 619, lineNumber= 9,060](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[618: Raw HTML - 619, lineNumber= 9,060](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[619: Raw HTML - 620, lineNumber= 9,069](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[619: Raw HTML - 620, lineNumber= 9,069](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[620: Raw HTML - 621, lineNumber= 9,078](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[620: Raw HTML - 621, lineNumber= 9,078](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[621: Raw HTML - 622, lineNumber= 9,087](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[621: Raw HTML - 622, lineNumber= 9,087](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[622: Raw HTML - 623, lineNumber= 9,096](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[622: Raw HTML - 623, lineNumber= 9,096](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[623: Raw HTML - 624, lineNumber= 9,108](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[623: Raw HTML - 624, lineNumber= 9,108](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test[624: Raw HTML - 625, lineNumber= 9,117](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[624: Raw HTML - 625, lineNumber= 9,117](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[625: Raw HTML - 626, lineNumber= 9,126](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[625: Raw HTML - 626, lineNumber= 9,126](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[626: Raw HTML - 627, lineNumber= 9,136](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[626: Raw HTML - 627, lineNumber= 9,136](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[627: Raw HTML - 628, lineNumber= 9,145](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[627: Raw HTML - 628, lineNumber= 9,145](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[628: Raw HTML - 629, lineNumber= 9,152](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[628: Raw HTML - 629, lineNumber= 9,152](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[629: Hard line breaks - 630, lineNumber= 9,166](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[629: Hard line breaks - 630, lineNumber= 9,166](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[630: Hard line breaks - 631, lineNumber= 9,178](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[630: Hard line breaks - 631, lineNumber= 9,178](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[631: Hard line breaks - 632, lineNumber= 9,189](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[631: Hard line breaks - 632, lineNumber= 9,189](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[632: Hard line breaks - 633, lineNumber= 9,200](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[632: Hard line breaks - 633, lineNumber= 9,200](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[633: Hard line breaks - 634, lineNumber= 9,209](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test_SourceStruct[633: Hard line breaks - 634, lineNumber= 9,209](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[634: Hard line breaks - 635, lineNumber= 9,221](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[634: Hard line breaks - 635, lineNumber= 9,221](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[635: Hard line breaks - 636, lineNumber= 9,230](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[635: Hard line breaks - 636, lineNumber= 9,230](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[636: Hard line breaks - 637, lineNumber= 9,241](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[636: Hard line breaks - 637, lineNumber= 9,241](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[637: Hard line breaks - 638, lineNumber= 9,249](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[637: Hard line breaks - 638, lineNumber= 9,249](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[638: Hard line breaks - 639, lineNumber= 9,259](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[638: Hard line breaks - 639, lineNumber= 9,259](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[639: Hard line breaks - 640, lineNumber= 9,268](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[639: Hard line breaks - 640, lineNumber= 9,268](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[640: Hard line breaks - 641, lineNumber= 9,281](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[640: Hard line breaks - 641, lineNumber= 9,281](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[641: Hard line breaks - 642, lineNumber= 9,288](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[641: Hard line breaks - 642, lineNumber= 9,288](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[642: Hard line breaks - 643, lineNumber= 9,295](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[642: Hard line breaks - 643, lineNumber= 9,295](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[643: Hard line breaks - 644, lineNumber= 9,302](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[643: Hard line breaks - 644, lineNumber= 9,302](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[644: Soft line breaks - 645, lineNumber= 9,317](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[644: Soft line breaks - 645, lineNumber= 9,317](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0.001 s
test[645: Soft line breaks - 646, lineNumber= 9,329](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[645: Soft line breaks - 646, lineNumber= 9,329](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[646: Textual content - 647, lineNumber= 9,349](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[646: Textual content - 647, lineNumber= 9,349](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[647: Textual content - 648, lineNumber= 9,356](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[647: Textual content - 648, lineNumber= 9,356](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test[648: Textual content - 649, lineNumber= 9,365](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
test_SourceStruct[648: Textual content - 649, lineNumber= 9,365](org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.spec.CommonMarkSpecTest)  Time elapsed: 0 s
Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ReferencesTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ReferencesTest
titlePart(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ReferencesTest)  Time elapsed: 0.001 s
read_NoBracketUri(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ReferencesTest)  Time elapsed: 0 s
read_BracketUri(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ReferencesTest)  Time elapsed: 0 s
Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.TextSegmentTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.TextSegmentTest
toOffset(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.TextSegmentTest)  Time elapsed: 0 s
toOffset_withIndent(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.TextSegmentTest)  Time elapsed: 0 s
toTextOffset(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.TextSegmentTest)  Time elapsed: 0 s
getText(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.TextSegmentTest)  Time elapsed: 0 s
getLineAtOffset(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.TextSegmentTest)  Time elapsed: 0 s
toStringTest(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.TextSegmentTest)  Time elapsed: 0 s
toTextOffset_withIndent(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.TextSegmentTest)  Time elapsed: 0 s
requiresLines(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.TextSegmentTest)  Time elapsed: 0.001 s
Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.CommonMarkIdGenerationStrategyTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.CommonMarkIdGenerationStrategyTest
punctuationAndSpecialCharacters(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.CommonMarkIdGenerationStrategyTest)  Time elapsed: 0 s
simple(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.CommonMarkIdGenerationStrategyTest)  Time elapsed: 0 s
hyphenated(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.CommonMarkIdGenerationStrategyTest)  Time elapsed: 0 s
allWhitespace(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.CommonMarkIdGenerationStrategyTest)  Time elapsed: 0 s
whitespace(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.CommonMarkIdGenerationStrategyTest)  Time elapsed: 0 s
mixedCase(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.CommonMarkIdGenerationStrategyTest)  Time elapsed: 0 s
Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ProcessingHelperTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ProcessingHelperTest
replaceHtmlEntities(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ProcessingHelperTest)  Time elapsed: 0 s
unescape(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ProcessingHelperTest)  Time elapsed: 0 s
Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ProcessingContextTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ProcessingContextTest
generateHeadingId(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ProcessingContextTest)  Time elapsed: 0 s
referenceDefinition(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ProcessingContextTest)  Time elapsed: 0 s
referenceDefinitionDuplicate(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ProcessingContextTest)  Time elapsed: 0 s
empty(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ProcessingContextTest)  Time elapsed: 0 s
Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ToStringHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ToStringHelperTest
toStringValue(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.ToStringHelperTest)  Time elapsed: 0 s
Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineSequenceTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineSequenceTest
createRequiresContent(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineSequenceTest)  Time elapsed: 0 s
oneLine(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineSequenceTest)  Time elapsed: 0 s
lookAheadFailsFast(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineSequenceTest)  Time elapsed: 0.001 s
advance(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineSequenceTest)  Time elapsed: 0 s
empty(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineSequenceTest)  Time elapsed: 0 s
lookAhead(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineSequenceTest)  Time elapsed: 0 s
twoLines(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineSequenceTest)  Time elapsed: 0 s
Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest
requiresText(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest)  Time elapsed: 0 s
toLocator(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest)  Time elapsed: 0 s
requiresNonNegativeLineNumber(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest)  Time elapsed: 0 s
requiresNonNegativeLineOffset(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest)  Time elapsed: 0 s
getLineNumber(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest)  Time elapsed: 0 s
requiresDelimiter(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest)  Time elapsed: 0 s
getText(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest)  Time elapsed: 0 s
getColumn(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest)  Time elapsed: 0 s
toStringTest(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest)  Time elapsed: 0 s
getOffset(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest)  Time elapsed: 0 s
segment(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest)  Time elapsed: 0 s
isBlank(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.LineTest)  Time elapsed: 0 s
Running org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.SourceBlocksTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.SourceBlocksTest
requiresBlocks(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.SourceBlocksTest)  Time elapsed: 0 s
process(org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.SourceBlocksTest)  Time elapsed: 0.001 s
Running org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageTest
modeStrictlyConforming(org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageTest)  Time elapsed: 0 s
processDocumentFalse(org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageTest)  Time elapsed: 0 s
processBlankLines(org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageTest)  Time elapsed: 0 s
cloneTest(org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageTest)  Time elapsed: 0 s
name(org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageTest)  Time elapsed: 0 s
modeCompat(org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageTest)  Time elapsed: 0.001 s
linksWithHash(org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageTest)  Time elapsed: 0 s
processSimple(org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageTest)  Time elapsed: 0 s
linksByDef(org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageTest)  Time elapsed: 0 s
processEmpty(org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageTest)  Time elapsed: 0 s
Running org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageDocumentOffsetsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageDocumentOffsetsTest
blockQuoteWithBoldSpanMac(org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageDocumentOffsetsTest)  Time elapsed: 0.001 s
blockQuoteWithBoldSpanUnix(org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageDocumentOffsetsTest)  Time elapsed: 0 s
blockQuoteWithBoldSpanWindows(org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageDocumentOffsetsTest)  Time elapsed: 0 s
blockQuoteWithNestedListAndEmphasis(org.eclipse.statet.docmlet.wikitext.commonmark.core.CommonmarkLanguageDocumentOffsetsTest)  Time elapsed: 0 s

Results:

Tests run: 1459, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.wikitext.commonmark.ui >--
[INFO] Building StatET DocMLET - Wikitext - CommonMark - UI  (Incubation) 4.2.4.202103250600-r [93/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/src/org/eclipse/statet/docmlet/wikitext/commonmark/ui/AbstractCommonmarkConfigDialog.java:[25] 
	public class AbstractCommonmarkConfigDialog<T extends BasicCommonmarkConfig<? super T>> extends AbstractMarkupConfigDialog<T> {
	                                                                                                                           ^
Null constraint mismatch: The type 'T extends BasicCommonmarkConfig<? super T>' is not a valid substitute for the type parameter 'T extends @NonNull AbstractMarkupConfig<? super T>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/src/org/eclipse/statet/docmlet/wikitext/commonmark/ui/AbstractCommonmarkConfigDialog.java:[35] 
	protected void addProperty(final Composite parent, final String propertyName) {
	                                 ^^^^^^^^^
Missing non-null annotation: inherited method from AbstractMarkupConfigDialog<T> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/src/org/eclipse/statet/docmlet/wikitext/commonmark/ui/AbstractCommonmarkConfigDialog.java:[35] 
	protected void addProperty(final Composite parent, final String propertyName) {
	                                                         ^^^^^^
Missing non-null annotation: inherited method from AbstractMarkupConfigDialog<T> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/src/org/eclipse/statet/docmlet/wikitext/commonmark/ui/AbstractCommonmarkConfigDialog.java:[38] 
	addProperty(parent, propertyName,
	            ^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/src/org/eclipse/statet/docmlet/wikitext/commonmark/ui/AbstractCommonmarkConfigDialog.java:[39] 
	Messages.MarkupConfig_BlankBeforeHeader_Enable_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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/src/org/eclipse/statet/docmlet/wikitext/commonmark/ui/AbstractCommonmarkConfigDialog.java:[42] 
	addProperty(parent, propertyName,
	            ^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/src/org/eclipse/statet/docmlet/wikitext/commonmark/ui/AbstractCommonmarkConfigDialog.java:[43] 
	Messages.MarkupConfig_BlankBeforeBlockquote_Enable_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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/src/org/eclipse/statet/docmlet/wikitext/commonmark/ui/AbstractCommonmarkConfigDialog.java:[46] 
	addProperty(parent, propertyName,
	            ^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/src/org/eclipse/statet/docmlet/wikitext/commonmark/ui/AbstractCommonmarkConfigDialog.java:[47] 
	Messages.MarkupConfig_StrikeoutByDTilde_Enable_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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/src/org/eclipse/statet/docmlet/wikitext/commonmark/ui/AbstractCommonmarkConfigDialog.java:[50] 
	addProperty(parent, propertyName,
	            ^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/src/org/eclipse/statet/docmlet/wikitext/commonmark/ui/AbstractCommonmarkConfigDialog.java:[51] 
	Messages.MarkupConfig_SuperscriptBySCircumflex_Enable_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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/src/org/eclipse/statet/docmlet/wikitext/commonmark/ui/AbstractCommonmarkConfigDialog.java:[54] 
	addProperty(parent, propertyName,
	            ^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/src/org/eclipse/statet/docmlet/wikitext/commonmark/ui/AbstractCommonmarkConfigDialog.java:[55] 
	Messages.MarkupConfig_SubscriptBySTilde_Enable_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.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/src/org/eclipse/statet/docmlet/wikitext/commonmark/ui/AbstractCommonmarkConfigDialog.java:[58] 
	super.addProperty(parent, propertyName);
	                  ^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
14 problems (14 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/target/org.eclipse.statet.docmlet.wikitext.commonmark.ui-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/target/org.eclipse.statet.docmlet.wikitext.commonmark.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/target/org.eclipse.statet.docmlet.wikitext.commonmark.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/target/org.eclipse.statet.docmlet.wikitext.commonmark.ui-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/target/org.eclipse.statet.docmlet.wikitext.commonmark.ui-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.wikitext.commonmark.ui/target/org.eclipse.statet.docmlet.wikitext.commonmark.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.docmlet.wikitext.commonmark.ui ---
[INFO] 
[INFO] ---< org.eclipse.statet.docmlet:org.eclipse.statet.docmlet.doc.user >---
[INFO] Building StatET DocMLET - Documentation  (Incubation) 4.2.4.202103250600-r [94/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.docmlet.doc.user ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.docmlet.doc.user ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.docmlet.doc.user ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.docmlet.doc.user ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.doc.user/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.docmlet.doc.user ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.docmlet.doc.user ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.doc.user/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.docmlet.doc.user ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.doc.user/target/org.eclipse.statet.docmlet.doc.user-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.docmlet.doc.user ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.docmlet.doc.user ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.doc.user/target/org.eclipse.statet.docmlet.doc.user-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.docmlet.doc.user ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.docmlet.doc.user ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.docmlet.doc.user ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.doc.user/target/org.eclipse.statet.docmlet.doc.user-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.docmlet.doc.user ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.doc.user/target/org.eclipse.statet.docmlet.doc.user-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.doc.user/target/org.eclipse.statet.docmlet.doc.user-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.docmlet.doc.user ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/docmlet/org.eclipse.statet.docmlet.doc.user/target/org.eclipse.statet.docmlet.doc.user-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.docmlet.doc.user ---
[INFO] 
[INFO] -----------< org.eclipse.statet.docmlet-assemblies:docmlet >------------
[INFO] Building docmlet 4.2.4.202103250600-r                           [95/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ docmlet ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ docmlet ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ docmlet ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ docmlet ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ docmlet ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ docmlet ---
[INFO] 
[INFO] ---------< org.eclipse.statet.yaml:org.eclipse.statet.yaml.ui >---------
[INFO] Building StatET YAML Tools - UI  (Incubation) 4.2.4.202103250600-r [96/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.yaml.ui ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.yaml.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.yaml.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.yaml.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.yaml.ui ---
[INFO] Compiling 40 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/sourceediting/YamlQuickOutlineInformationControl.java:[41] 
	public String getModelTypeId() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from QuickOutlineInformationControl.getModelTypeId() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/sourceediting/YamlQuickOutlineInformationControl.java:[46] 
	protected LtkModelElementFilter getContentFilter() {
	          ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/sourceediting/YamlQuickOutlineInformationControl.java:[46] 
	protected LtkModelElementFilter getContentFilter() {
	          ^^^^^^^^^^^^^^^^^^^^^
Type safety: The return type LtkModelElementFilter for getContentFilter() from the type YamlQuickOutlineInformationControl needs unchecked conversion to conform to LtkModelElementFilter<? super SourceStructElement<?,?>> from the type QuickOutlineInformationControl
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/sourceediting/YamlQuickOutlineInformationControl.java:[51] 
	protected ITextElementFilter createNameFilter() {
	          ^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull ITextElementFilter' returned from QuickTreeInformationControl.createNameFilter() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/sourceediting/YamlQuickOutlineInformationControl.java:[61] 
	protected void configureViewer(final TreeViewer viewer) {
	                                     ^^^^^^^^^^
Missing non-null annotation: inherited method from QuickOutlineInformationControl specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/sourceediting/YamlQuickOutlineInformationControl.java:[62] 
	super.configureViewer(viewer);
	                      ^^^^^^
Null type safety (type annotations): The expression of type 'TreeViewer' needs unchecked conversion to conform to '@NonNull TreeViewer'
7. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/sourceediting/YamlAutoEditStrategy.java (at line 95)
	this.enabledByDefault= prefs.getPreferenceValue(YamlEditingSettings.SMARTINSERT_BYDEFAULT_ENABLED_PREF);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
8. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/sourceediting/YamlAutoEditStrategy.java (at line 97)
	this.closeBrackets= prefs.getPreferenceValue(YamlEditingSettings.SMARTINSERT_CLOSEBRACKETS_ENABLED_PREF);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
9. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/sourceediting/YamlAutoEditStrategy.java (at line 98)
	this.closeQuotes= prefs.getPreferenceValue(YamlEditingSettings.SMARTINSERT_CLOSEQUOTES_ENABLED_PREF);
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/sourceediting/YamlAutoEditStrategy.java:[192] 
	this.scanner.configure(getDocument(), currentPartition);
	                       ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/sourceediting/YamlAutoEditStrategy.java:[192] 
	this.scanner.configure(getDocument(), currentPartition);
	                                      ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/sourceediting/YamlAutoEditStrategy.java:[198] 
	this.scanner.configure(getDocument());
	                       ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/sourceediting/YamlAutoEditStrategy.java:[326] 
	partition.getTreeNode().getParent().getType().getPartitionType()) )) {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/sourceediting/YamlAutoEditStrategy.java:[373] 
	if (YAML_DEFAULT_CONTENT_CONSTRAINT.matches(partitionType)
	                                            ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/sourceediting/YamlAutoEditStrategy.java:[384] 
	final StringBuilder sb= new StringBuilder(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.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/sourceediting/YamlAutoEditStrategy.java:[396] 
	final int column= util.getLineIndent(line, false)[IndentUtil.COLUMN_IDX];
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getLineIndent(int, boolean) from the type IndentUtil is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/actions/YamlToggleFoldingHandler.java:[19] 
	import org.eclipse.statet.ecommons.ui.actions.TogglePreferenceEnablementHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type TogglePreferenceEnablementHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/actions/YamlToggleFoldingHandler.java:[27] 
	public class YamlToggleFoldingHandler extends TogglePreferenceEnablementHandler {
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type TogglePreferenceEnablementHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/actions/YamlToggleFoldingHandler.java:[31] 
	super(YamlEditingSettings.FOLDING_ENABLED_PREF, IFoldingCommandIds.FOLDING_TOGGLE);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor TogglePreferenceEnablementHandler(Preference<Boolean>, String) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/sourceediting/YamlSourceViewerConfigurator.java:[108] 
	public PreferenceAccess getPrefs() {
	       ^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull PreferenceAccess' returned from YamlCoreAccess.getPrefs() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/sourceediting/YamlSourceViewerConfigurator.java:[113] 
	public YamlCodeStyleSettings getYamlCodeStyle() {
	       ^^^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull YamlCodeStyleSettings' returned from YamlCoreAccess.getYamlCodeStyle() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/YamlLabelProvider.java:[50] 
	return getImage((LtkModelElement) element);
	                 ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/YamlLabelProvider.java:[59] 
	public Image getImage(final LtkModelElement element) {
	       ^^^^^
The return type is incompatible with '@NonNull Image' returned from ElementLabelProvider.getImage(LtkModelElement) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/YamlLabelProvider.java:[59] 
	public Image getImage(final LtkModelElement element) {
	                            ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/YamlLabelProvider.java:[59] 
	public Image getImage(final LtkModelElement element) {
	                            ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ElementLabelProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/YamlLabelProvider.java:[76] 
	return getText((LtkModelElement) element);
	                ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/YamlLabelProvider.java:[85] 
	public String getText(final LtkModelElement element) {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from ElementLabelProvider.getText(LtkModelElement) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/YamlLabelProvider.java:[85] 
	public String getText(final LtkModelElement element) {
	                            ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/YamlLabelProvider.java:[85] 
	public String getText(final LtkModelElement element) {
	                            ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ElementLabelProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/YamlLabelProvider.java:[94] 
	public StyledString getStyledText(final LtkModelElement element) {
	       ^^^^^^^^^^^^
The return type is incompatible with '@NonNull StyledString' returned from ElementLabelProvider.getStyledText(LtkModelElement) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/YamlLabelProvider.java:[94] 
	public StyledString getStyledText(final LtkModelElement element) {
	                                        ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/YamlLabelProvider.java:[94] 
	public StyledString getStyledText(final LtkModelElement element) {
	                                        ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ElementLabelProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/YamlLabelProvider.java:[102] 
	final LtkModelElement element= (LtkModelElement) cellElement;
	      ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/YamlLabelProvider.java:[102] 
	final LtkModelElement element= (LtkModelElement) cellElement;
	                                ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/config/YamlEditorTemplatesPreferencePage.java:[55] 
	partitioner.setStartType(YamlPartitionNodeType.DEFAULT_ROOT);
	^^^^^^^^^^^
Potential null pointer access: The variable partitioner may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/editors/YamlOutlinePage.java:[42] 
	private class ContentFilter implements LtkModelElementFilter {
	                                       ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/editors/YamlOutlinePage.java:[48] 
	public boolean include(final LtkModelElement element) {
	                             ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/editors/YamlOutlinePage.java:[68] 
	protected IDialogSettings getDialogSettings() {
	          ^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull IDialogSettings' returned from BasicEditorOutlinePage.getDialogSettings() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/editors/YamlOutlinePage.java:[69] 
	return DialogUtils.getDialogSettings(YamlUIPlugin.getInstance(), "YamlOutlineView"); //$NON-NLS-1$
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'YamlUIPlugin' needs unchecked conversion to conform to '@NonNull AbstractUIPlugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/editors/YamlOutlinePage.java:[73] 
	protected LtkModelElementFilter getContentFilter() {
	          ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/editors/YamlOutlinePage.java:[73] 
	protected LtkModelElementFilter getContentFilter() {
	          ^^^^^^^^^^^^^^^^^^^^^
Type safety: The return type LtkModelElementFilter for getContentFilter() from the type YamlOutlinePage needs unchecked conversion to conform to LtkModelElementFilter<? super SourceStructElement<?,?>> from the type SourceEditor1OutlinePage
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/editors/YamlOutlinePage.java:[78] 
	protected void configureViewer(final TreeViewer viewer) {
	                                     ^^^^^^^^^^
Missing non-null annotation: inherited method from SourceEditor1OutlinePage specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/editors/YamlOutlinePage.java:[79] 
	super.configureViewer(viewer);
	                      ^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/editors/YamlOutlinePage.java:[91] 
	protected void contributeToActionBars(final IServiceLocator serviceLocator,
	                                            ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SourceEditor1OutlinePage specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/editors/YamlOutlinePage.java:[92] 
	final IActionBars actionBars, final HandlerCollection handlers) {
	      ^^^^^^^^^^^
Missing non-null annotation: inherited method from SourceEditor1OutlinePage specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/editors/YamlOutlinePage.java:[92] 
	final IActionBars actionBars, final HandlerCollection handlers) {
	                                    ^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SourceEditor1OutlinePage specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/editors/YamlOutlinePage.java:[93] 
	super.contributeToActionBars(serviceLocator, actionBars, handlers);
	                             ^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/editors/YamlOutlinePage.java:[93] 
	super.contributeToActionBars(serviceLocator, actionBars, 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.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/editors/YamlOutlinePage.java:[93] 
	super.contributeToActionBars(serviceLocator, actionBars, handlers);
	                                                         ^^^^^^^^
Null type safety (type annotations): The expression of type 'HandlerCollection' needs unchecked conversion to conform to '@NonNull HandlerCollection'
50. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/sourceediting/YamlSourceViewerConfiguration.java (at line 180)
	return PreferenceUtils.getInstancePrefs().getPreferenceValue(
				YamlEditingSettings.SMARTINSERT_BYDEFAULT_ENABLED_PREF );
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/sourceediting/YamlSourceViewerConfiguration.java:[224] 
	{	final ContentAssistProcessor processor= new ContentAssistProcessor(assistant,
	 	                                                                   ^^^^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/sourceediting/YamlSourceViewerConfiguration.java:[225] 
	YamlDocumentConstants.YAML_DEFAULT_CONTENT_TYPE, registry, getSourceEditor());
	                                                 ^^^^^^^^
Null type safety (type annotations): The expression of type 'ContentAssistComputerRegistry' needs unchecked conversion to conform to '@NonNull ContentAssistComputerRegistry'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/sourceediting/YamlSourceViewerConfiguration.java:[225] 
	YamlDocumentConstants.YAML_DEFAULT_CONTENT_TYPE, registry, getSourceEditor());
	                                                           ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ISourceEditor' needs unchecked conversion to conform to '@NonNull ISourceEditor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/editors/YamlBracketLevel.java:[151] 
	super(model, document, docContentSections, positions, mode);
	                                           ^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<LinkedPosition>' needs unchecked conversion to conform to 'List<@NonNull LinkedPosition>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/config/YamlCodeStylePreferencePage.java:[56] 
	return ((ManagedConfigurationBlock) getBlock()).hasProjectSpecificOptions(project);
	                                                                          ^^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/text/YamlDoubleClickStrategy.java:[60] 
	TreePartition partition= (TreePartition) TextUtilities.getPartition(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.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/text/YamlDoubleClickStrategy.java:[74] 
	partition= (TreePartition) TextUtilities.getPartition(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.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/editors/YamlDocumentProvider.java:[92] 
	public void settingsChanged(final Set<String> groupIds) {
	                                  ^^^
Illegal redefinition of parameter groupIds, inherited method from SettingsChangeNotifier.ChangeListener does not constrain this parameter
59. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/editors/YamlDocumentProvider.java (at line 100)
	this.handleTemporaryProblems= access.getPreferenceValue(YamlEditorBuild.PROBLEMCHECKING_ENABLED_PREF);
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
60. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/editors/YamlDocumentProvider.java (at line 114)
	final boolean newHandleTemporaryProblems= access.getPreferenceValue(YamlEditorBuild.PROBLEMCHECKING_ENABLED_PREF);
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/editors/YamlEditorTemplateCompletionComputer.java:[49] 
	final ITypedRegion partition= document.getPartition(
	                   ^^^^^^^^^
The value of the local variable partition is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/config/YamlEditorPreferencePage.java:[59] 
	return new YamlEditorConfigurationBlock(createStatusChangedListener());
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/config/YamlEditorPreferencePage.java:[82] 
	public YamlEditorConfigurationBlock(final StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field foldingEnableControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/config/YamlEditorPreferencePage.java:[82] 
	public YamlEditorConfigurationBlock(final StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field foldingRestoreStateControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/config/YamlEditorPreferencePage.java:[82] 
	public YamlEditorConfigurationBlock(final StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field markOccurrencesControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/config/YamlEditorPreferencePage.java:[82] 
	public YamlEditorConfigurationBlock(final StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field problemsEnableControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/config/YamlEditorPreferencePage.java:[82] 
	public YamlEditorConfigurationBlock(final StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field smartInsertCloseBracketsControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/config/YamlEditorPreferencePage.java:[82] 
	public YamlEditorConfigurationBlock(final StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field smartInsertCloseQuotesControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/config/YamlEditorPreferencePage.java:[82] 
	public YamlEditorConfigurationBlock(final StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field smartInsertControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/config/YamlEditorPreferencePage.java:[82] 
	public YamlEditorConfigurationBlock(final StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field smartInsertTabActionControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/text/YamlDefaultTextStyleScanner.java:[72] 
	reset(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.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/sourceediting/YamlEditingSettings.java:[79] 
	return YamlUIPlugin.getInstance().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.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/config/YamlCodeStylePreferenceBlock.java:[59] 
	setStatusListener(this.statusListener);
	                  ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'CombineStatusChangeListener' needs unchecked conversion to conform to '@NonNull StatusChangeListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/config/YamlCodeStylePreferenceBlock.java:[64] 
	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.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/config/YamlCodeStylePreferenceBlock.java:[74] 
	setupPreferenceManager(prefs);
	                       ^^^^^
Null type safety (type annotations): The expression of type 'Map<Preference<?>,String>' needs unchecked conversion to conform to '@NonNull Map<@NonNull Preference<?>,@Nullable String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/config/YamlCodeStylePreferenceBlock.java:[79] 
	protected IndentationType[] getAvailableIndentationTypes() {
	          ^^^^^^^^^^^^^^^^^
The return type is incompatible with 'IIndentSettings.@NonNull IndentationType @NonNull[]' returned from IndentSettingsUI.getAvailableIndentationTypes() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/config/YamlCodeStylePreferenceBlock.java:[122] 
	private Text createIndentDepthLine(final Composite composite, final String label) {
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createIndentDepthLine(Composite, String) from the type YamlCodeStylePreferenceBlock is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/config/YamlCodeStylePreferenceBlock.java:[134] 
	LayoutUtils.addGDDummy(composite);
	                       ^^^^^^^^^
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.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/config/YamlCodeStylePreferenceBlock.java:[139] 
	private Control createLineControls(final Composite parent) {
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createLineControls(Composite) from the type YamlCodeStylePreferenceBlock is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/config/YamlCodeStylePreferenceBlock.java:[149] 
	protected void addBindings(final DataBindingSupport db) {
	                                 ^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ManagedConfigurationBlock specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/config/YamlCodeStylePreferenceBlock.java:[150] 
	this.stdIndentSettings.addBindings(db, this.model);
	                                   ^^
Null type safety (type annotations): The expression of type 'DataBindingSupport' needs unchecked conversion to conform to '@NonNull DataBindingSupport'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/config/YamlCodeStylePreferenceBlock.java:[150] 
	this.stdIndentSettings.addBindings(db, this.model);
	                                       ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'YamlCodeStyleSettings' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/config/YamlCodeStylePreferenceBlock.java:[165] 
	setPrefValues(this.model.toPreferencesMap());
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<Preference<?>,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull Preference<?>,@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/actions/YamlToggleMarkOccurrencesHandler.java:[17] 
	import org.eclipse.statet.ecommons.ui.actions.TogglePreferenceEnablementHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type TogglePreferenceEnablementHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/actions/YamlToggleMarkOccurrencesHandler.java:[25] 
	public class YamlToggleMarkOccurrencesHandler extends TogglePreferenceEnablementHandler {
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type TogglePreferenceEnablementHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/yaml/ui/actions/YamlToggleMarkOccurrencesHandler.java:[29] 
	super(	YamlEditingSettings.MARKOCCURRENCES_ENABLED_PREF,
				"org.eclipse.jdt.ui.edit.text.java.toggleMarkOccurrences"); //$NON-NLS-1$
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor TogglePreferenceEnablementHandler(Preference<Boolean>, String) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/YamlUIPlugin.java:[27] 
	import org.eclipse.jface.text.templates.ContextTypeRegistry;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/YamlUIPlugin.java:[82] 
	private ContextTypeRegistry yamlEditorTemplateContextTypeRegistry;
	        ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/YamlUIPlugin.java:[93] 
	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.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/YamlUIPlugin.java:[94] 
	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.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/YamlUIPlugin.java:[101] 
	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.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/YamlUIPlugin.java:[125] 
	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.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/org/eclipse/statet/internal/yaml/ui/YamlUIPlugin.java:[190] 
	public synchronized ContextTypeRegistry getYamlEditorTemplateContextTypeRegistry() {
	                    ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
93 problems (0 errors, 87 warnings, 87 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.yaml.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.yaml.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/target/org.eclipse.statet.yaml.ui-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.yaml.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.yaml.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/target/org.eclipse.statet.yaml.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.yaml.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.yaml.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.yaml.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/target/org.eclipse.statet.yaml.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.yaml.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/target/org.eclipse.statet.yaml.ui-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/target/org.eclipse.statet.yaml.ui-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.yaml.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/org.eclipse.statet.yaml.ui/target/org.eclipse.statet.yaml.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.yaml.ui ---
[INFO] 
[INFO] --------------< org.eclipse.statet.yaml-assemblies:yaml >---------------
[INFO] Building yaml 4.2.4.202103250600-r                              [97/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ yaml ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ yaml ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ yaml ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ yaml ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ yaml ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ yaml ---
[INFO] 
[INFO] -----< org.eclipse.statet.yaml-assemblies:org.eclipse.statet.yaml >-----
[INFO] Building StatET YAML Editor  (Incubation) 4.2.4.202103250600-r  [98/145]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.yaml ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.yaml ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.yaml ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.yaml ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.yaml ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.statet.yaml ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/_assemblies/org.eclipse.statet.yaml-feature/target/org.eclipse.statet.yaml-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.yaml ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.yaml ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.yaml ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/_assemblies/org.eclipse.statet.yaml-feature/target/org.eclipse.statet.yaml-4.2.4.202103250600-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.yaml ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.yaml ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/_assemblies/org.eclipse.statet.yaml-feature/target/org.eclipse.statet.yaml-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-docmlet/yaml/_assemblies/org.eclipse.statet.yaml-feature/target/org.eclipse.statet.yaml-4.2.4.202103250600-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.yaml ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.yaml ---
[INFO] 
[INFO] -----------< org.eclipse.statet-releng:org.eclipse.statet-r >-----------
[INFO] Building org.eclipse.statet-r 4.2.4.202103250600-r              [99/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet-r ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet-r ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet-r ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet-r ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet-r ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet-r ---
[INFO] 
[INFO] -------------------< org.eclipse.statet.rhelp:rhelp >-------------------
[INFO] Building rhelp 4.2.4.202103250600-r                            [100/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ rhelp ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ rhelp ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ rhelp ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ rhelp ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ rhelp ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ rhelp ---
[INFO] 
[INFO] -------< org.eclipse.statet.rhelp:org.eclipse.statet.rhelp.core >-------
[INFO] Building org.eclipse.statet.rhelp.core 4.2.4.202103250600-r    [101/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rhelp.core ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.rhelp.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.rhelp.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rhelp.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.rhelp.core ---
[INFO] Compiling 76 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/RHelpManagerIntern.java:[92] 
	public EnvItem(final REnv rEnv) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field configStateType may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/RHelpManagerIntern.java:[320] 
	this.oldHelp.dispose();
	     ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/RHelpManagerIntern.java:[502] 
	item.help.lock();
	     ^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/RHelpManagerIntern.java:[512] 
	item.help.lock();
	     ^^^^
Potential null pointer access: this expression has a '@Nullable' type
5. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/http/HttpHeaderUtils.java (at line 97)
	super(String.format("Parse error: %1$s at %3$s in:\n%2$s", errorDescription, input, errorOffset));
	                                                                                    ^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/jetty/JettyResourceHandler.java:[60] 
	public @Nullable String getMimeByExtension(String filename) {
	                                           ^^^^^^
Illegal redefinition of parameter filename, inherited method from MimeTypes does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/jetty/JettyResourceHandler.java:[67] 
	type= this.specialMediaTypes.getMediaTypeString(filename);
	           ^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/jetty/JettyForwardHandler.java:[135] 
	getServlet(req.getServletContext()).service(req, resp);
	           ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ServletContext' needs unchecked conversion to conform to '@NonNull ServletContext'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpService.java:[99] 
	return url.getPath().substring(this.contextPath.length());
	       ^^^^^^^^^^^^^
Potential null pointer access: The method getPath() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpService.java:[325] 
	final RPkgHelp pkgHelp= help.getPkgHelp(info.pkgName);
	                                        ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpService.java:[327] 
	final RHelpPage page= pkgHelp.getPage(info.detail);
	                                      ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpService.java:[341] 
	return new Object[] { rEnv, null };
	                            ^^^^
Null type mismatch: required '@NonNull Object' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/SimpleResourceHandler.java:[54] 
	type= this.specialMediaTypes.getMediaTypeString(fileName);
	           ^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/SimpleResourceHandler.java:[74] 
	{	final String mediaType= getMediaType(file.getFileName().toString());
	 	                                     ^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getFileName() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/REnvHelpImpl.java:[99] 
	this.index.dispose();
	     ^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpApi1Servlet.java:[69] 
	private static String getEnvId(final HttpServletRequest req) {
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getEnvId(HttpServletRequest) from the type RHelpApi1Servlet is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpApi1Servlet.java:[114] 
	public RHelpApi1Servlet() {
	       ^^^^^^^^^^^^^^^^^^
The @NonNull field rHelpManager may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpApi1Servlet.java:[114] 
	public RHelpApi1Servlet() {
	       ^^^^^^^^^^^^^^^^^^
The @NonNull field resourceHandler may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpApi1Servlet.java:[122] 
	new SimpleResourceHandler(new ServletMediaTypeProvider(getServletContext()));
	                                                       ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ServletContext' needs unchecked conversion to conform to '@NonNull ServletContext'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpApi1Servlet.java:[303] 
	final Path file= SerUtil.getBasicDataFilePath(config);
	                                              ^^^^^^
Null type safety (type annotations): The expression of type 'REnvHelpConfiguration' needs unchecked conversion to conform to '@NonNull REnvHelpConfiguration'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/RHelpManager.java:[41] 
	public RHelpManager(final REnvManager rEnvManager) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field serverUpdateExecutor may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/RHelpManager.java:[109] 
	if (query == null) {
			throw new NullPointerException("query"); //$NON-NLS-1$
		}
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/RHelpManager.java:[112] 
	if (requestor == null) {
			throw new NullPointerException("requestor"); //$NON-NLS-1$
		}
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
24. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/server/JettyREnvHelpAccess.java (at line 70)
	response.getStatus(), response.getReason() );
	^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/server/JettyREnvHelpAccess.java:[108] 
	return doGetDataStream(request, false);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull InputStream' but this expression has type '@Nullable InputStream'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/server/JettyREnvHelpAccess.java:[169] 
	checkDataStreamResponse(response);
	                        ^^^^^^^^
Null type safety (type annotations): The expression of type 'ContentResponse' needs unchecked conversion to conform to '@NonNull Response'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/RHelpSearchQuery.java:[97] 
	if (this.rEnv.isDeleted()) {
	         ^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/RHelpSearchQuery.java:[101] 
	if (this.rEnv.get(REnvHelpConfiguration.class) == null) {
	         ^^^^
Potential null pointer access: this expression has a '@Nullable' type
29. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexSearchQuery.java (at line 58)
	FIELD_BOOSTS.put(ALIAS_TXT_FIELD_NAME, 2.0f);
	                                       ^^^^
The expression of type float is boxed into Float
30. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexSearchQuery.java (at line 59)
	FIELD_BOOSTS.put(TITLE_TXT_FIELD_NAME, 2.0f);
	                                       ^^^^
The expression of type float is boxed into Float
31. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexSearchQuery.java (at line 60)
	FIELD_BOOSTS.put(DESCRIPTION_TXT_FIELD_NAME, 1.5f);
	                                             ^^^^
The expression of type float is boxed into Float
32. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexSearchQuery.java (at line 61)
	FIELD_BOOSTS.put(EXAMPLES_TXT_FIELD_NAME, 0.5f);
	                                          ^^^^
The expression of type float is boxed into Float
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/DataStream.java:[52] 
	final DataStream io= INSTANCES.get();
	                     ^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on the receiver type '@NonNull ThreadLocal<@NonNull DataStream>'. Type 'ThreadLocal<T>' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/DataStream.java:[59] 
	final DataStream io= INSTANCES.get();
	                     ^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on the receiver type '@NonNull ThreadLocal<@NonNull DataStream>'. Type 'ThreadLocal<T>' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/DataStream.java:[66] 
	final byte[] buffer= INSTANCES.get().ba;
	                     ^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on the receiver type '@NonNull ThreadLocal<@NonNull DataStream>'. Type 'ThreadLocal<T>' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/DataStream.java:[309] 
	s.getBytes(0, cn, this.ba, 0);
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getBytes(int, int, byte[], int) from the type String is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/DataStream.java:[355] 
	s.getBytes(0, cn, this.ba, 0);
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getBytes(int, int, byte[], int) from the type String is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/DataStream.java:[403] 
	s.getBytes(0, cn, this.ba, 0);
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getBytes(int, int, byte[], int) from the type String is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/DataStream.java:[424] 
	else {
				this.out.writeInt(Integer.MIN_VALUE);
				continue;
			}
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/DataStream.java:[520] 
	return new String(this.ba, 0, 0, -cn);
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor String(byte[], int, int, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/DataStream.java:[525] 
	return new String(bt, 0, 0, -cn);
	           ^^^^^^^^^^^^^^^^^^^^^
The constructor String(byte[], int, int, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/DataStream.java:[561] 
	return new String(this.ba, 0, 0, -cn);
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor String(byte[], int, int, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/DataStream.java:[566] 
	return new String(bt, 0, 0, -cn);
	           ^^^^^^^^^^^^^^^^^^^^^
The constructor String(byte[], int, int, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/DataStream.java:[610] 
	array[i]= new String(this.ba, 0, 0, -cn);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor String(byte[], int, int, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/DataStream.java:[616] 
	array[i]= new String(bt, 0, 0, -cn);
	              ^^^^^^^^^^^^^^^^^^^^^
The constructor String(byte[], int, int, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/REnvHelpIndexChecker.java:[121] 
	if (this.rEnvConfig == null) {
			return false;
		}
	                             ^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/REnvHelpIndexChecker.java:[159] 
	final RPkgHelp pkgHelp= this.rEnvHelp.getPkgHelp(pkgInfo.getName());
	                             ^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/REnvHelpIndexChecker.java:[201] 
	this.rEnvHelp.unlock();
	     ^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/REnvHelpIndexChecker.java:[207] 
	this.rHelpManager.endIndexCheck(this.indexLock);
	                                ^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[108] 
	public RdItem(final String pkg, final String name) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field imTopics may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[167] 
	this.concepts.add(concept);
	     ^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[238] 
	this.authorsTxtField.setStringValue(item.getAuthor());
	                                    ^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[242] 
	this.maintainerTxtField.setStringValue(item.getMaintainer());
	                                       ^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[246] 
	this.urlTxtField.setStringValue(item.getUrl());
	                                ^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[273] 
	for (int i= 0; i < keywords.size(); i++) {
	                   ^^^^^^^^
Potential null pointer access: The variable keywords may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[281] 
	for (int i= 0; i < concepts.size(); i++) {
	                   ^^^^^^^^
Potential null pointer access: The variable concepts may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[290] 
	this.descriptionTxtField.setStringValue(item.descrTxt);
	                                        ^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[293] 
	this.docTxtField.setStringValue(item.mainTxt);
	                                ^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[296] 
	this.examplesTxtField.setStringValue(item.examplesTxt);
	                                     ^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[299] 
	this.docHtmlField.setStringValue(item.html);
	                                 ^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[308] 
	{	final int idx1= html.indexOf("</h2>"); //$NON-NLS-1$
	 	                ^^^^
Potential null pointer access: The variable html may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[334] 
	{	final String[] s= new String[] { html, null };
	 	                                       ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[433] 
	public REnvIndexWriter(final REnvHelpConfiguration rEnvConfig,
			final RHelpManagerIntern rHelpManager) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field existingPackages may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[433] 
	public REnvIndexWriter(final REnvHelpConfiguration rEnvConfig,
			final RHelpManagerIntern rHelpManager) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field keywordGroups may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[433] 
	public REnvIndexWriter(final REnvHelpConfiguration rEnvConfig,
			final RHelpManagerIntern rHelpManager) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field luceneDirectory may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[433] 
	public REnvIndexWriter(final REnvHelpConfiguration rEnvConfig,
			final RHelpManagerIntern rHelpManager) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field luceneWriter may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[433] 
	public REnvIndexWriter(final REnvHelpConfiguration rEnvConfig,
			final RHelpManagerIntern rHelpManager) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field packages may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[457] 
	this.status= new MultiStatus(RHelpCore.BUNDLE_ID,
				String.format("Indexing: '%1$s'.", this.rEnvConfig.getName()) ); //$NON-NLS-1$
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[465] 
	this.status.add(status);
	     ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[465] 
	this.status.add(status);
	                ^^^^^^
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.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[466] 
	throw new StatusException(status);
	                          ^^^^^^
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.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[469] 
	this.status.add(new InfoStatus(RHelpCore.BUNDLE_ID,
	     ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[490] 
	final RPkgHelp pkgHelp= (oldHelp != null) ? oldHelp.getPkgHelp(name) : 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.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[491] 
	this.existingPackages.put(name, pkgHelp);
	                          ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[491] 
	this.existingPackages.put(name, pkgHelp);
	                                ^^^^^^^
Null type mismatch: required '@NonNull RPkgHelp' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[546] 
	throw new AbortIndexOperationException(e);
	                                       ^
Null type safety (type annotations): The expression of type 'IOException' needs unchecked conversion to conform to '@NonNull Throwable'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[549] 
	throw new AbortIndexOperationException(e);
	                                       ^
Null type safety (type annotations): The expression of type 'OutOfMemoryError' needs unchecked conversion to conform to '@NonNull Throwable'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[562] 
	return this.docDir;
	       ^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[569] 
	this.status.add(new InfoStatus(RHelpCore.BUNDLE_ID,
	     ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[667] 
	this.status.add(new InfoStatus(RHelpCore.BUNDLE_ID,
	     ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[710] 
	this.status.add(new InfoStatus(RHelpCore.BUNDLE_ID, "Finishing package.")); //$NON-NLS-1$
	     ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[723] 
	this.status.add(new InfoStatus(RHelpCore.BUNDLE_ID, sb.toString()));
	     ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[730] 
	this.currentPkg.setPages(ImCollections.toList(this.currentPkgPages));
	     ^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[735] 
	if (this.luceneWriter == null) {
			return null;
		}
	                               ^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[762] 
	{	for (final Iterator<RPkgHelp> iter= this.packages.values().iterator(); iter.hasNext(); ) {
	 	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required 'Iterator<@NonNull RPkgHelp>' but this expression has type 'Iterator<@Nullable RPkgHelp>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[763] 
	if (iter.next() == null) {
						iter.remove();
					}
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[767] 
	final RPkgHelp[] array= this.packages.values().toArray(new RPkgHelp[this.packages.size()]);
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RPkgHelp @NonNull[]' needs unchecked conversion to conform to '@NonNull RPkgHelp []'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[783] 
	this.luceneWriter= null;
	                   ^^^^
Null type mismatch: required '@NonNull IndexWriter' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[811] 
	this.status.add(new ErrorStatus(RHelpCore.BUNDLE_ID,
	     ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[817] 
	this.luceneWriter= null;
	                   ^^^^
Null type mismatch: required '@NonNull IndexWriter' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[846] 
	this.luceneWriter= null;
	                   ^^^^
Null type mismatch: required '@NonNull IndexWriter' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[849] 
	this.rHelpManager.endIndexUpdate(this.indexLock);
	                                 ^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[853] 
	this.luceneDirectory= null;
	                      ^^^^
Null type mismatch: required '@NonNull FSDirectory' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[866] 
	final DocResource res= iter.next();
	                       ^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'ListIterator<@NonNull DocResource>'. Type 'ListIterator<E>' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[867] 
	if (Files.isRegularFile(basePath.resolve(res.getPath()))) {
	                        ^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexWriter.java:[869] 
	&& !Files.isRegularFile(basePath.resolve(res.getPdfPath())) ) {
	                                         ^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[92] 
	return (s != null && !s.equals("NA") && s.length() > 0) ? s : null; //$NON-NLS-1$
	                                                              ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[110] 
	public PkgTask(final String name, final RNumVersion version, final String built,
				final RLibLocation libLocation, final RLibLocationInfo libLocationInfo) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field rDescr may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[110] 
	public PkgTask(final String name, final RNumVersion version, final String built,
				final RLibLocation libLocation, final RLibLocationInfo libLocationInfo) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field rRd may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[169] 
	throw this.exception;
	           ^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[215] 
	task= this.queue.take();
	      ^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on the receiver type '@NonNull BlockingQueue<REnvIndexUpdater.@NonNull PkgTask>'. Type 'BlockingQueue<E>' doesn't seem to be designed with null type annotations in mind
102. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java (at line 220)
	(double) this.queueCumCount / this.count )));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type double is boxed into Double
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[302] 
	final String docDir= checkNA2Null(RDataUtils.checkSingleChar(
					r.evalData("R.home(\"doc\")", m) )); //$NON-NLS-1$
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
104. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java (at line 323)
	tKeywords / 1_000_000, tPackages / 1_000_000 )));
	^^^^^^^^^^^^^^^^^^^^^
The expression of type long is boxed into Long
105. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java (at line 323)
	tKeywords / 1_000_000, tPackages / 1_000_000 )));
	                       ^^^^^^^^^^^^^^^^^^^^^
The expression of type long is boxed into Long
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[361] 
	if (docDir == null) {
			return;
		}
	                    ^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[436] 
	if (this.index.checkPackage(pkgInfo.getName(),
	                            ^^^^^^^
Potential null pointer access: The variable pkgInfo may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[520] 
	else {
				version= RNumVersion.create(versionString);
			}
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[521] 
	version= RNumVersion.create(versionString);
	                            ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[533] 
	else {
				built= builtString;
			}
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[539] 
	RDataUtils.getValue(data, PKG_DESCR_IDX_TITLE, ""), //$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.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[540] 
	RDataUtils.getValue(data, PKG_DESCR_IDX_DESCRIPTION, ""), //$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.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[550] 
	if (rdObj.getRClassName().equals("RdData")) { //$NON-NLS-1$
	    ^^^^^
Potential null pointer access: The variable rdObj may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[552] 
	final RdItem rdItem= new RdItem(pkgName, pkgList.getName(j));
	                                         ^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[553] 
	{	final RStore<?> store= rdData.get("title").getData(); //$NON-NLS-1$
	 	                       ^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method get(String) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[554] 
	if (!store.isNA(0)) {
	     ^^^^^
Potential null pointer access: The variable store may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[558] 
	{	final RStore<?> store= rdData.get("topics").getData(); //$NON-NLS-1$
	 	                       ^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method get(String) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[559] 
	for (int k= 0; k < store.getLength(); k++) {
	                   ^^^^^
Potential null pointer access: The variable store may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[568] 
	{	final RStore<?> store= rdData.get("keywords").getData(); //$NON-NLS-1$
	 	                       ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method get(String) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[569] 
	for (int k= 0; k < store.getLength(); k++) {
	                   ^^^^^
Potential null pointer access: The variable store may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[578] 
	{	final RStore<?> store= rdData.get("concepts").getData(); //$NON-NLS-1$
	 	                       ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method get(String) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[579] 
	for (int k= 0; k < store.getLength(); k++) {
	                   ^^^^^
Potential null pointer access: The variable store may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[588] 
	{	final RStore<?> store= rdData.get("HTML").getData(); //$NON-NLS-1$
	 	                       ^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method get(String) may return null
124. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java (at line 598)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/update/REnvIndexUpdater.java:[602] 
	int length= 0;
	    ^^^^^^
The value of the local variable length is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/RequestStreamCollector.java:[83] 
	public RequestStreamCollector(final REnvIndexSearchQuery indexQuery, final Map<String, RPkgHelp> packageMap,
			final RHelpSearchRequestor requestor) throws IOException {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field reader may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/RequestStreamCollector.java:[134] 
	final RHelpPage page= pkgHelp.getPage(this.pageName);
	                                      ^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/SerUtil.java:[328] 
	final DocResource[] array= new org.eclipse.statet.rhelp.core.DocResource[count];
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'DocResource[]' needs unchecked conversion to conform to '@NonNull DocResource []'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/SerUtil.java:[402] 
	return new RHelpKeywordGroupImpl(label, description, ImCollections.newList(keywords));
	                                 ^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/SerUtil.java:[402] 
	return new RHelpKeywordGroupImpl(label, description, ImCollections.newList(keywords));
	                                        ^^^^^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/SerUtil.java:[426] 
	return new RHelpKeywordImpl(keyword, description, ImCollections.newList(nestedKeywords));
	                            ^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/SerUtil.java:[426] 
	return new RHelpKeywordImpl(keyword, description, ImCollections.newList(nestedKeywords));
	                                     ^^^^^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/RHelpHtmlUtils.java:[68] 
	idx= formatHtmlMatch(startMatcher.group(1).charAt(0), html, startMatcher.end(), sb);
	                     ^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method group(int) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[113] 
	private static REnv getREnv(final HttpServletRequest req) {
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getREnv(HttpServletRequest) from the type RHelpHttpServlet is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[189] 
	public RHelpHttpServlet() {
	       ^^^^^^^^^^^^^^^^^^
The @NonNull field fileResourceHandler may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[189] 
	public RHelpHttpServlet() {
	       ^^^^^^^^^^^^^^^^^^
The @NonNull field rHelpManager may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[199] 
	new SimpleResourceHandler(new ServletMediaTypeProvider(getServletContext()));
	                                                       ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ServletContext' needs unchecked conversion to conform to '@NonNull ServletContext'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[263] 
	if (!checkREnv(info.rEnvId, req, resp)) {
	               ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[273] 
	processPkgIndex(info.pkgName, req, resp);
	                ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[276] 
	processHelpPage(info.pkgName, info.detail, req, resp);
	                ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[276] 
	processHelpPage(info.pkgName, info.detail, req, resp);
	                              ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[279] 
	processPkgRes(info.pkgName, LIBRARY_HELP, info.detail, req, resp);
	              ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[279] 
	processPkgRes(info.pkgName, LIBRARY_HELP, info.detail, req, resp);
	                                          ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[282] 
	processTopic(info.pkgName, info.detail, req, resp);
	             ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[282] 
	processTopic(info.pkgName, info.detail, req, resp);
	                           ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[285] 
	processPkgRes(info.pkgName, LIBRARY_DOC, "index.html", req, resp); //$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.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[288] 
	processPkgRes(info.pkgName, LIBRARY_DOC, info.detail, req, resp);
	              ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[288] 
	processPkgRes(info.pkgName, LIBRARY_DOC, info.detail, req, resp);
	                                         ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[291] 
	processPkgRes(info.pkgName, null, "DESCRIPTION", req, resp); //$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.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[296] 
	processEnvDoc(info.detail, req, resp);
	              ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[815] 
	if (pkgDescription.getAuthor() != null && pkgDescription.getAuthor().length() > 0) {
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getAuthor() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[818] 
	printSaveHtml(writer, pkgDescription.getAuthor());
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[821] 
	if (pkgDescription.getMaintainer() != null && pkgDescription.getMaintainer().length() > 0) {
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getMaintainer() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[824] 
	printSaveHtml(writer, pkgDescription.getMaintainer());
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[827] 
	if (pkgDescription.getUrl() != null && pkgDescription.getUrl().length() > 0) {
	                                       ^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getUrl() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[830] 
	printSaveHtml(writer, pkgDescription.getUrl());
	                      ^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[832] 
	printSaveHtml(writer, pkgDescription.getUrl());
	                      ^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[1080] 
	req.getPathInfo().substring(localId.length() + 1) );
	^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getPathInfo() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/rhelp/core/http/RHelpHttpServlet.java:[1081] 
	this.serverForwardHandler.forward(serverUrl, req, resp);
	     ^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/DocFieldVisitorCollector.java:[68] 
	public DocFieldVisitorCollector(final Visitor visitor) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field reader may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/DocFieldVisitorCollector.java:[68] 
	public DocFieldVisitorCollector(final Visitor visitor) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field readerSet may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/DocFieldVisitorCollector.java:[68] 
	public DocFieldVisitorCollector(final Visitor visitor) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field scorer may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/StringDataField.java:[34] 
	if (value == null) {
			throw new IllegalArgumentException("value cannot be null");
		}
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/RPkgHelpImpl.java:[50] 
	public RPkgHelpImpl(final RPkgDescription pkgDescription, final REnv rEnv) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field pages may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexReader.java:[91] 
	true, true, null, null);
	            ^^^^
Null type mismatch: required '@NonNull FragListBuilder' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexReader.java:[91] 
	true, true, null, null);
	                  ^^^^
Null type mismatch: required '@NonNull FragmentsBuilder' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexReader.java:[106] 
	if (this.indexSearcher == null) {
			throw new IllegalStateException();
		}
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexReader.java:[123] 
	this.indexSearcher= null;
	                    ^^^^
Null type mismatch: required '@NonNull IndexSearcher' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexReader.java:[178] 
	final RHelpPage page= pkgHelp.getPage(this.pageName);
	                                      ^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
170. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexReader.java (at line 225)
	docs.totalHits,
	^^^^^^^^^^^^^^
The expression of type long is boxed into Long
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/org/eclipse/statet/internal/rhelp/core/index/REnvIndexReader.java:[237] 
	return HTML_PAGE_QUERY_HIGHLIGHTER.getComplete(fieldQuery, this.indexReader, docId,
	                                               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'FieldQuery' needs unchecked conversion to conform to '@NonNull FieldQuery'
171 problems (0 errors, 160 warnings, 160 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rhelp.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.rhelp.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/target/org.eclipse.statet.rhelp.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.rhelp.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rhelp.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/target/org.eclipse.statet.rhelp.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rhelp.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.rhelp.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.rhelp.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/target/org.eclipse.statet.rhelp.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.rhelp.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/target/org.eclipse.statet.rhelp.core-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/target/org.eclipse.statet.rhelp.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.rhelp.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core/target/org.eclipse.statet.rhelp.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rhelp.core ---
[INFO] 
[INFO] --< org.eclipse.statet.rhelp:org.eclipse.statet.rhelp.core.http.tests >--
[INFO] Building StatET R-Help - Core - Tests  (Incubation) 4.2.4.202103250600-r [102/145]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rhelp.core.http.tests ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.rhelp.core.http.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.rhelp.core.http.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rhelp.core.http.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core-tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.rhelp.core.http.tests ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core-tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rhelp.core.http.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core-tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.rhelp.core.http.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core-tests/target/org.eclipse.statet.rhelp.core.http.tests-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.rhelp.core.http.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rhelp.core.http.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core-tests/target/org.eclipse.statet.rhelp.core.http.tests-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rhelp.core.http.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.rhelp.core.http.tests ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.rhelp.core.http.tests ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core-tests/target/org.eclipse.statet.rhelp.core.http.tests-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.rhelp.core.http.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core-tests/target/org.eclipse.statet.rhelp.core.http.tests-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core-tests/target/org.eclipse.statet.rhelp.core.http.tests-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.rhelp.core.http.tests ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core-tests/target/org.eclipse.statet.rhelp.core.http.tests-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rhelp.core.http.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.statet.rhelp.core.http.tests ---
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core-tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/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.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core-tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.core-tests/target/surefire.properties]
Mar 25, 2021 9:38:57 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:38:57 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:38:57 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 34 more

Running org.eclipse.statet.internal.rhelp.core.server.ServerREnvHelpAccessTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.statet.internal.rhelp.core.server.ServerREnvHelpAccessTest
DS_VERSIONED_AcceptHeader_valid  Time elapsed: 0.008 s
DS_MODEST_AcceptHeader_valid  Time elapsed: 0.001 s
Running org.eclipse.statet.internal.rhelp.core.http.HttpHeaderTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.statet.internal.rhelp.core.http.HttpHeaderTest
parseMediaTypes_withQualityFactor  Time elapsed: 0.001 s
findFirstValid_noValid  Time elapsed: 0.001 s
findFirstValid_withInvalidSpec  Time elapsed: 0 s
findFirstValid  Time elapsed: 0.001 s
parseMediaTypes_empty  Time elapsed: 0 s
parseMediaTypes_withParameter  Time elapsed: 0 s
parseMediaTypes_withQualityFactor_invalid  Time elapsed: 0.002 s
findFirstValid_withMissingSpec  Time elapsed: 0 s
parseMediaTypes_precedence_bySpecific  Time elapsed: 0 s
parseMediaTypes_precedence_byQualityFactor  Time elapsed: 0 s
parseMediaTypes_simple  Time elapsed: 0 s

Results:

Tests run: 13, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] --< org.eclipse.statet.rhelp-assemblies:org.eclipse.statet.rhelp.server >--
[INFO] Building org.eclipse.statet.rhelp.server 4.2.4.202103250600-r  [103/145]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rhelp.server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 0 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.statet.rhelp.server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.server/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rhelp.server ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.server/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.statet.rhelp.server ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.server/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.statet.rhelp.server ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.statet.rhelp.server.HttpAccesssTests
09:39:10.759 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
09:39:10.767 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
09:39:10.777 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.eclipse.statet.rhelp.server.HttpAccesssTests] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
09:39:10.783 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [org.eclipse.statet.rhelp.server.HttpAccesssTests], using SpringBootContextLoader
09:39:10.785 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.eclipse.statet.rhelp.server.HttpAccesssTests]: class path resource [org/eclipse/statet/rhelp/server/HttpAccesssTests-context.xml] does not exist
09:39:10.785 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [org.eclipse.statet.rhelp.server.HttpAccesssTests]: class path resource [org/eclipse/statet/rhelp/server/HttpAccesssTestsContext.groovy] does not exist
09:39:10.785 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [org.eclipse.statet.rhelp.server.HttpAccesssTests]: no resource found for suffixes {-context.xml, Context.groovy}.
09:39:10.786 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [org.eclipse.statet.rhelp.server.HttpAccesssTests]: HttpAccesssTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
09:39:10.808 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.eclipse.statet.rhelp.server.HttpAccesssTests]
09:39:10.854 [main] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [/home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.server/target/classes/org/eclipse/statet/rhelp/server/Application.class]
09:39:10.856 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration org.eclipse.statet.rhelp.server.Application for test class org.eclipse.statet.rhelp.server.HttpAccesssTests
09:39:10.918 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [org.eclipse.statet.rhelp.server.HttpAccesssTests]: using defaults.
09:39:10.918 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
09:39:10.924 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Skipping candidate TestExecutionListener [org.springframework.test.context.transaction.TransactionalTestExecutionListener] due to a missing dependency. Specify custom listener classes or make the default listener classes and their required dependencies available. Offending class: [org/springframework/transaction/TransactionDefinition]
09:39:10.925 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Skipping candidate TestExecutionListener [org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] due to a missing dependency. Specify custom listener classes or make the default listener classes and their required dependencies available. Offending class: [org/springframework/transaction/interceptor/TransactionAttribute]
09:39:10.925 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3059cbc, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7ea9e1e2, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@24fcf36f, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@10feca44, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3fb1549b, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@ea6147e, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@4d02f94e, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@2b48a640, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@1e683a3e, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@2053d869]
09:39:10.927 [main] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@7e5afaa6 testClass = HttpAccesssTests, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@63a12c68 testClass = HttpAccesssTests, locations = '{}', classes = '{class org.eclipse.statet.rhelp.server.Application}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=0}', contextCustomizers = set[[ImportsContextCustomizer@28f3b248 key = [org.eclipse.statet.rhelp.server.ContextConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@4278a03f, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@124c278f, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@419c5f1a, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1f0f1111], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> false]], class annotated with @DirtiesContext [false] with mode [null].
09:39:10.930 [main] DEBUG org.springframework.test.context.support.DependencyInjectionTestExecutionListener - Performing dependency injection for test context [[DefaultTestContext@7e5afaa6 testClass = HttpAccesssTests, testInstance = org.eclipse.statet.rhelp.server.HttpAccesssTests@32ee6fee, testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@63a12c68 testClass = HttpAccesssTests, locations = '{}', classes = '{class org.eclipse.statet.rhelp.server.Application}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=0}', contextCustomizers = set[[ImportsContextCustomizer@28f3b248 key = [org.eclipse.statet.rhelp.server.ContextConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@4278a03f, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@124c278f, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@419c5f1a, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1f0f1111], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> false]]].
09:39:10.941 [main] DEBUG org.springframework.test.context.support.TestPropertySourceUtils - Adding inlined properties to environment: {spring.jmx.enabled=false, org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=0}

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::       (v2.1.18.RELEASE)

2021-03-25 09:39:11.077  INFO 1933 --- [           main] o.e.s.rhelp.server.HttpAccesssTests      : Starting HttpAccesssTests on basic-4ht33 with PID 1933 (started by jenkins in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.server)
2021-03-25 09:39:11.077  INFO 1933 --- [           main] o.e.s.rhelp.server.HttpAccesssTests      : No active profile set, falling back to default profiles: default
2021-03-25 09:39:11.571  INFO 1933 --- [           main] org.eclipse.jetty.util.log               : Logging initialized @1221ms to org.eclipse.jetty.util.log.Slf4jLog
2021-03-25 09:39:11.638  INFO 1933 --- [           main] o.s.b.w.e.j.JettyServletWebServerFactory : Server initialized with port: 0
2021-03-25 09:39:11.639  INFO 1933 --- [           main] org.eclipse.jetty.server.Server          : jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_202-b08
2021-03-25 09:39:11.661  INFO 1933 --- [           main] o.e.j.s.h.ContextHandler.application     : Initializing Spring embedded WebApplicationContext
2021-03-25 09:39:11.661  INFO 1933 --- [           main] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 564 ms
Status ERROR [org.eclipse.statet.rj.services:0]
  message= Issues detected in R environment configuration 'Default'.
  exception= <null>
  children= [
    Status ERROR [org.eclipse.statet.rj.services:0]
          message= R home directory: the specification of the resource path is missing.
          exception= <null>
  ]2021-03-25 09:39:11.865  INFO 1933 --- [           main] org.eclipse.jetty.server.session         : DefaultSessionIdManager workerName=node0
2021-03-25 09:39:11.865  INFO 1933 --- [           main] org.eclipse.jetty.server.session         : No SessionScavenger set, using defaults
2021-03-25 09:39:11.889  INFO 1933 --- [           main] org.eclipse.jetty.server.session         : node0 Scavenging every 660000ms
2021-03-25 09:39:11.893  INFO 1933 --- [           main] o.e.jetty.server.handler.ContextHandler  : Started o.s.b.w.e.j.JettyEmbeddedWebAppContext@5a5c128{application,/,[file:///tmp/jetty-docbase.7087131213020216444.0/],AVAILABLE}
2021-03-25 09:39:11.894  INFO 1933 --- [           main] org.eclipse.jetty.server.Server          : Started @1544ms
2021-03-25 09:39:11.900  INFO 1933 --- [           main] org.eclipse.statet.jcommons.util         : [0]
  message= CommonsRuntime initialized with: AppEnvironment (org.eclipse.statet.rhelp.server.Application$$EnhancerBySpringCGLIB$$80a7d6b3) org.eclipse.statet.rhelp.server
        bundleResolvers= [
          BundleResolver (org.eclipse.statet.jcommons.runtime.bundle.RefClassBundleResolver) RefClass
        ]
2021-03-25 09:39:11.900  INFO 1933 --- [           main] org.eclipse.statet.rhelp.server          : [0] Application started.
2021-03-25 09:39:12.026  INFO 1933 --- [Pool [Thread-1]] org.eclipse.statet.rhelp.server          : [0] REnv 'default': R environment index update started (EXPLICITE).
2021-03-25 09:39:12.034 ERROR 1933 --- [Pool [Thread-1]] org.eclipse.statet.rhelp.server          : [0] REnv 'default': R environment index did not complete normally.

org.eclipse.statet.jcommons.status.StatusException: Issues detected in R environment configuration 'Default'.
	at org.eclipse.statet.rj.servi.node.RServiNodeConfig.load(RServiNodeConfig.java:139) ~[org.eclipse.statet.rj.servi-4.2.4.202103250600-r.jar:na]
	at org.eclipse.statet.internal.rhelp.server.update.REnvServiController.configure(REnvServiController.java:89) ~[classes/:na]
	at org.eclipse.statet.internal.rhelp.server.update.REnvIndexer.run(REnvIndexer.java:208) ~[classes/:na]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [na:1.8.0_202]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [na:1.8.0_202]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) [na:1.8.0_202]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) [na:1.8.0_202]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_202]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_202]
	at java.lang.Thread.run(Thread.java:748) [na:1.8.0_202]

2021-03-25 09:39:12.042  INFO 1933 --- [           main] o.e.jetty.server.AbstractConnector       : Started ServerConnector@669253b7{HTTP/1.1, (http/1.1)}{0.0.0.0:39027}
2021-03-25 09:39:12.043  INFO 1933 --- [           main] o.s.b.web.embedded.jetty.JettyWebServer  : Jetty started on port(s) 39027 (http/1.1) with context path '/'
2021-03-25 09:39:12.044  INFO 1933 --- [           main] o.e.s.rhelp.server.HttpAccesssTests      : Started HttpAccesssTests in 1.097 seconds (JVM running for 1.695)
[WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.358 s - in org.eclipse.statet.rhelp.server.HttpAccesssTests
[INFO] Running org.eclipse.statet.rhelp.server.ApplicationTests
2021-03-25 09:39:12.054  INFO 1933 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Neither @ContextConfiguration nor @ContextHierarchy found for test class [org.eclipse.statet.rhelp.server.ApplicationTests], using SpringBootContextLoader
2021-03-25 09:39:12.054  INFO 1933 --- [           main] o.s.t.c.support.AbstractContextLoader    : Could not detect default resource locations for test class [org.eclipse.statet.rhelp.server.ApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
2021-03-25 09:39:12.055  INFO 1933 --- [           main] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [org.eclipse.statet.rhelp.server.ApplicationTests]: ApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2021-03-25 09:39:12.057  INFO 1933 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration org.eclipse.statet.rhelp.server.Application for test class org.eclipse.statet.rhelp.server.ApplicationTests
2021-03-25 09:39:12.058  INFO 1933 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
2021-03-25 09:39:12.059  INFO 1933 --- [           main] .b.t.c.SpringBootTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@71391b3f, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2cfbeac4, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@12db3386, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@4078695f, org.springframework.test.context.support.DirtiesContextTestExecutionListener@79a1728c, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@a7f0ab6, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@41f35f7c, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@42c2f48c, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@3005db4a, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@425d5d46]
[WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.009 s - in org.eclipse.statet.rhelp.server.ApplicationTests
2021-03-25 09:39:12.106  INFO 1933 --- [      Thread-10] org.eclipse.statet.rhelp.server          : [0] Application stopped.
2021-03-25 09:39:12.110  INFO 1933 --- [      Thread-10] o.e.jetty.server.AbstractConnector       : Stopped ServerConnector@669253b7{HTTP/1.1, (http/1.1)}{0.0.0.0:0}
2021-03-25 09:39:12.110  INFO 1933 --- [      Thread-10] org.eclipse.jetty.server.session         : node0 Stopped scavenging
2021-03-25 09:39:12.110  INFO 1933 --- [      Thread-10] o.e.jetty.server.handler.ContextHandler  : Stopped o.s.b.w.e.j.JettyEmbeddedWebAppContext@5a5c128{application,/,[file:///tmp/jetty-docbase.7087131213020216444.0/],STOPPED}
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 7, Failures: 0, Errors: 0, Skipped: 4
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ org.eclipse.statet.rhelp.server ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.server/target/org.eclipse.statet.rhelp.server-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:2.1.18.RELEASE:repackage (repackage) @ org.eclipse.statet.rhelp.server ---
[INFO] Replacing main artifact with repackaged archive
[INFO] 
[INFO] --- maven-assembly-plugin:3.1.1:single (distr-bin) @ org.eclipse.statet.rhelp.server ---
[INFO] Reading assembly descriptor: src/assembly/distr-bin.xml
[INFO] Building zip: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.server/target/statet-rhelpserver-incubation-4.2.4-202103250600-r.zip
[INFO] 
[INFO] -----------------------< org.eclipse.statet.r:r >-----------------------
[INFO] Building r 4.2.4.202103250600-r                                [104/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ r ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ r ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ r ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ r ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ r ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ r ---
[INFO] 
[INFO] ----------< org.eclipse.statet.r:org.eclipse.statet.ide.core >----------
[INFO] Building StatET IDE - Core  (Incubation) 4.2.4.202103250600-r  [105/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ide.core ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.ide.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.ide.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ide.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.ide.core ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/src/org/eclipse/statet/base/core/preferences/TaskTagsPreferences.java:[44] 
	public static final EnumListPref<TaskPriority> PREF_PRIORITIES= new EnumListPref<>(
	                                 ^^^^^^^^^^^^
Null constraint mismatch: The type 'TaskPriority' is not a valid substitute for the type parameter 'E extends @NonNull Enum<E>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/src/org/eclipse/statet/base/core/preferences/TaskTagsPreferences.java:[49] 
	return prefs.getPreferenceValue(PREF_TAGS);
	                                ^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/src/org/eclipse/statet/base/core/preferences/TaskTagsPreferences.java:[62] 
	this.taskTags= ImCollections.toList(taskTags);
	                                    ^^^^^^^^
Null type safety (type annotations): The expression of type 'Collection<capture#of ? extends TaskTag>' needs unchecked conversion to conform to '@NonNull Collection<? extends TaskTag>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/src/org/eclipse/statet/base/core/preferences/TaskTagsPreferences.java:[80] 
	final String[] keywords= prefs.getPreferenceValue(PREF_TAGS);
	                                                  ^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/src/org/eclipse/statet/base/core/preferences/TaskTagsPreferences.java:[81] 
	final List<TaskPriority> priorities= prefs.getPreferenceValue(PREF_PRIORITIES);
	                                                              ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.EnumListPref<TaskPriority>' needs unchecked conversion to conform to '@NonNull Preference<@NonNull List<TaskPriority>>', corresponding supertype is 'Preference<@NonNull List<TaskPriority>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/src/org/eclipse/statet/base/core/preferences/TaskTagsPreferences.java:[86] 
	array[i]= new BasicTaskTag(keywords[i], priorities.get(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/src/org/eclipse/statet/base/core/preferences/TaskTagsPreferences.java:[86] 
	array[i]= new BasicTaskTag(keywords[i], priorities.get(i));
	                                        ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TaskPriority' needs unchecked conversion to conform to '@NonNull TaskPriority'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/src/org/eclipse/statet/base/core/preferences/TaskTagsPreferences.java:[124] 
	map.put(PREF_PRIORITIES, ImCollections.newList(getPriorities()));
	                                               ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TaskPriority[]' needs unchecked conversion to conform to 'TaskPriority @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/src/org/eclipse/statet/internal/ide/core/BaseCorePreferenceInitializer.java:[41] 
	PreferenceUtils.setPrefValues(scope, map);
	                                     ^^^
Null type safety (type annotations): The expression of type 'Map<Preference<?>,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull Preference<?>,@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/src/org/eclipse/statet/internal/ide/core/BaseCorePlugin.java:[58] 
	private ServiceTracker sshTracker;
	        ^^^^^^^^^^^^^^
ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/src/org/eclipse/statet/internal/ide/core/BaseCorePlugin.java:[71] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/src/org/eclipse/statet/internal/ide/core/BaseCorePlugin.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/src/org/eclipse/statet/internal/ide/core/BaseCorePlugin.java:[74] 
	this.sshTracker= new ServiceTracker(context, "org.eclipse.jsch.core.IJSchService", null); //$NON-NLS-1$
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/src/org/eclipse/statet/internal/ide/core/BaseCorePlugin.java:[74] 
	this.sshTracker= new ServiceTracker(context, "org.eclipse.jsch.core.IJSchService", null); //$NON-NLS-1$
	                     ^^^^^^^^^^^^^^
ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/src/org/eclipse/statet/internal/ide/core/BaseCorePlugin.java:[81] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/src/org/eclipse/statet/internal/ide/core/BaseCorePlugin.java:[105] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/src/org/eclipse/statet/internal/ide/core/SshSessionManager.java:[25] 
	import org.eclipse.core.runtime.SubProgressMonitor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/src/org/eclipse/statet/internal/ide/core/SshSessionManager.java:[70] 
	jschService.connect(session, SSH_TIMEOUT, new SubProgressMonitor(monitor, 1));
	                                              ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/src/org/eclipse/statet/internal/ide/core/SshSessionManager.java:[70] 
	jschService.connect(session, SSH_TIMEOUT, new SubProgressMonitor(monitor, 1));
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
19 problems (19 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ide.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.ide.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/target/org.eclipse.statet.ide.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.ide.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ide.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/target/org.eclipse.statet.ide.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ide.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.ide.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.ide.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/target/org.eclipse.statet.ide.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.ide.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/target/org.eclipse.statet.ide.core-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/target/org.eclipse.statet.ide.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.ide.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.core/target/org.eclipse.statet.ide.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ide.core ---
[INFO] 
[INFO] -----------< org.eclipse.statet.r:org.eclipse.statet.ide.ui >-----------
[INFO] Building StatET IDE - UI  (Incubation) 4.2.4.202103250600-r    [106/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.ide.ui ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.ide.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.ide.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.ide.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.ide.ui ---
[INFO] Compiling 39 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/StatetUIPreferenceInitializer.java:[33] 
	final IScopeContext context= DefaultScope.INSTANCE;
	                    ^^^^^^^
The value of the local variable context is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/StructuredSelectionOptionsGroup.java:[43] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/StructuredSelectionOptionsGroup.java:[43] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/StructuredSelectionOptionsGroup.java:[43] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/StructuredSelectionOptionsGroup.java:[56] 
	public StructuredSelectionOptionsGroup(final boolean grabSelectionHorizontal, final boolean grabVertical) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field fSelectionViewer may not have been initialized, whereas its type 'SelectionT' is a free type variable that may represent a '@NonNull' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/StructuredSelectionOptionsGroup.java:[63] 
	this.fSelectionViewer.setContentProvider(createContentProvider());
	     ^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has type 'SelectionT', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/StructuredSelectionOptionsGroup.java:[64] 
	this.fSelectionViewer.addSelectionChangedListener(createSelectionChangeListener());
	     ^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has type 'SelectionT', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/StructuredSelectionOptionsGroup.java:[64] 
	this.fSelectionViewer.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/StructuredSelectionOptionsGroup.java:[65] 
	this.fSelectionViewer.addDoubleClickListener(createDoubleClickListener());
	     ^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has type 'SelectionT', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/StructuredSelectionOptionsGroup.java:[66] 
	this.fSelectionViewer.getControl().addKeyListener(new KeyAdapter() {
	     ^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has type 'SelectionT', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/StructuredSelectionOptionsGroup.java:[68] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/StructuredSelectionOptionsGroup.java:[72] 
	return this.fSelectionViewer.getControl();
	            ^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has type 'SelectionT', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/StructuredSelectionOptionsGroup.java:[84] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/StructuredSelectionOptionsGroup.java:[94] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/StructuredSelectionOptionsGroup.java:[108] 
	this.fSelectionViewer.setInput(getListModel());
	     ^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has type 'SelectionT', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/StructuredSelectionOptionsGroup.java:[109] 
	this.fSelectionViewer.refresh();
	     ^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has type 'SelectionT', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/StructuredSelectionOptionsGroup.java:[113] 
	getStructuredViewer().refresh();
	^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has type 'SelectionT', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/StructuredSelectionOptionsGroup.java:[149] 
	return (IStructuredSelection) this.fSelectionViewer.getSelection();
	                                   ^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has type 'SelectionT', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/StructuredSelectionOptionsGroup.java:[154] 
	return (ItemT) selection.getFirstElement(); 
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to ItemT
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/StructuredSelectionOptionsGroup.java:[156] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'ItemT'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/debug/ui/util/UnterminatedLaunchAlerter.java:[74] 
	final ILaunchConfigurationType programType = manager.getLaunchConfigurationType(id);
	                                                                                ^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
22. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/debug/ui/util/UnterminatedLaunchAlerter.java (at line 116)
	new Object[] { count, names });
	               ^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResultPage.java:[52] 
	return (ExtTextSearchResult<E, M>) super.getInput();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from AbstractTextSearchResult to ExtTextSearchResult<E,M>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResultPage.java:[104] 
	return (M[]) new Match[0];
	       ^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Match[] to M[]
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResultPage.java:[107] 
	return (M[]) new Match[] { (Match) element };
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Match[] to M[]
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchResultContentProvider.java:[30] 
	private final ExtTextSearchResultPage page;
	              ^^^^^^^^^^^^^^^^^^^^^^^
ExtTextSearchResultPage is a raw type. References to generic type ExtTextSearchResultPage<E,M> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchResultContentProvider.java:[38] 
	public TextSearchResultContentProvider(final ExtTextSearchResultPage page, final V viewer) {
	                                             ^^^^^^^^^^^^^^^^^^^^^^^
ExtTextSearchResultPage is a raw type. References to generic type ExtTextSearchResultPage<E,M> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchResultContentProvider.java:[50] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchResultContentProvider.java:[50] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchResultContentProvider.java:[50] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchResultContentProvider.java:[52] 
	this.input= (ExtTextSearchResult<E, M>) newInput;
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to ExtTextSearchResult<E,M>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchResultContentProvider.java:[61] 
	protected ExtTextSearchResultPage getPage() {
	          ^^^^^^^^^^^^^^^^^^^^^^^
ExtTextSearchResultPage is a raw type. References to generic type ExtTextSearchResultPage<E,M> should be parameterized
33. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchResultContentProvider.java (at line 78)
	return limit;
	       ^^^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchResultContentProvider.java:[85] 
	this.viewer.refresh();
	     ^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchResultTableContentProvider.java:[32] 
	private final SortedArraySet<E> currentElements;
	                             ^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchResultTableContentProvider.java:[40] 
	this.currentElements= new SortedArraySet<>(this.comparator.getElement0(), this.comparator.getElementComparator());
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'E[]' needs unchecked conversion to conform to '@NonNull E @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchResultTableContentProvider.java:[64] 
	this.currentElements.addAll(new SortedArraySet<>(elements, result.getComparator().getElementComparator()));
	                                                 ^^^^^^^^
Null type safety (type annotations): The expression of type 'E[]' needs unchecked conversion to conform to '@NonNull E @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchResultTableContentProvider.java:[72] 
	this.currentElements.addE(this.currentElements.size(), elements[i]);
	                                                       ^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchResultTableContentProvider.java:[96] 
	final E element= (E) elements[i];
	                 ^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to E
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchResultTableContentProvider.java:[99] 
	final int idx= this.currentElements.addE(element);
	                                         ^^^^^^^
Null type safety (type annotations): The expression of type 'E' needs unchecked conversion to conform to '@NonNull E'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchResultTableContentProvider.java:[108] 
	else if (this.currentElements.contains(element)) {
	                                       ^^^^^^^
Null type safety (type annotations): The expression of type 'E' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchResultTableContentProvider.java:[113] 
	final int idx= this.currentElements.removeE(element);
	                                            ^^^^^^^
Null type safety (type annotations): The expression of type 'E' needs unchecked conversion to conform to '@NonNull E'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/ButtonGroup.java:[61] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/ButtonGroup.java:[65] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/debug/ui/util/HelpRequestor.java:[75] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/debug/ui/util/HelpRequestor.java:[93] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/debug/ui/util/HelpRequestor.java:[148] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/debug/ui/util/HelpRequestor.java:[149] 
	final String cmdInfo = LaunchUtils.generateCommandLine(this.fBuilder.command());
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method generateCommandLine(List<String>) from the type LaunchUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[36] 
	import org.eclipse.statet.ecommons.collections.FastList;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FastList<T> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[80] 
	final int d= o1.getOffset() - o2.getOffset();
	             ^^
Potential null pointer access: this expression has type 'M', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[80] 
	final int d= o1.getOffset() - o2.getOffset();
	                              ^^
Potential null pointer access: this expression has type 'M', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[101] 
	private final SortedListSet<E> elementList;
	                            ^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[102] 
	private final Map<E, SortedListSet<M>> elementMatches;
	                                   ^
Null constraint mismatch: The type 'M extends Match' is not a valid substitute for the type parameter 'E extends @NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[104] 
	private final FastList<ISearchResultListener> listeners= new FastList<>(ISearchResultListener.class, FastList.IDENTITY);
	              ^^^^^^^^
The type FastList<ISearchResultListener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[104] 
	private final FastList<ISearchResultListener> listeners= new FastList<>(ISearchResultListener.class, FastList.IDENTITY);
	                                                             ^^^^^^^^
The type FastList is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[104] 
	private final FastList<ISearchResultListener> listeners= new FastList<>(ISearchResultListener.class, FastList.IDENTITY);
	                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor FastList<ISearchResultListener>(Class<ISearchResultListener>, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[104] 
	private final FastList<ISearchResultListener> listeners= new FastList<>(ISearchResultListener.class, FastList.IDENTITY);
	                                                                                                     ^^^^^^^^
The type FastList<T> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[104] 
	private final FastList<ISearchResultListener> listeners= new FastList<>(ISearchResultListener.class, FastList.IDENTITY);
	                                                                                                              ^^^^^^^^
The field FastList.IDENTITY is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[111] 
	this.elementList= new SortedArraySet<>(comparator.getElement0(), comparator.getElementComparator());
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'E[]' needs unchecked conversion to conform to '@NonNull E @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[138] 
	this.listeners.add(l);
	               ^^^^^^
The method add(ISearchResultListener) from the type FastList<ISearchResultListener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[143] 
	this.listeners.remove(l);
	               ^^^^^^^^^
The method remove(ISearchResultListener) from the type FastList<ISearchResultListener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[160] 
	final ISearchResultListener[] listeners= this.listeners.toArray();
	                                                        ^^^^^^^^^
The method toArray() from the type FastList<ISearchResultListener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[176] 
	return this.elementList.toArray(this.comparator.getElement0());
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'E[]' needs unchecked conversion to conform to 'E @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[185] 
	done= doAddMatch((M) match);
	                 ^^^^^^^^^
Type safety: Unchecked cast from Match to M
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[197] 
	if (doAddMatch((M) matches[i])) {
	               ^^^^^^^^^^^^^^
Type safety: Unchecked cast from Match to M
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[208] 
	final E element= (E) match.getElement();
	                 ^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to E
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[208] 
	final E element= (E) match.getElement();
	                     ^^^^^
Potential null pointer access: this expression has type 'M', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[212] 
	SortedListSet<M> matches= this.elementMatches.get(element);
	              ^
Null constraint mismatch: The type 'M extends Match' is not a valid substitute for the type parameter 'E extends @NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[217] 
	matches= new SortedArraySet<>(this.comparator.getMatch0(), this.comparator.getMatchComparator());
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'M[]' needs unchecked conversion to conform to '@NonNull M extends Match @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[232] 
	done= doRemoveMatch((M) match);
	                    ^^^^^^^^^
Type safety: Unchecked cast from Match to M
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[244] 
	if (doRemoveMatch((M) matches[i])) {
	                  ^^^^^^^^^^^^^^
Type safety: Unchecked cast from Match to M
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[255] 
	final E element= (E) match.getElement();
	                 ^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to E
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[255] 
	final E element= (E) match.getElement();
	                     ^^^^^
Potential null pointer access: this expression has type 'M', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[259] 
	final SortedListSet<M> matches= this.elementMatches.get(element);
	                    ^
Null constraint mismatch: The type 'M extends Match' is not a valid substitute for the type parameter 'E extends @NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[306] 
	final SortedListSet<M> matches;
	                    ^
Null constraint mismatch: The type 'M extends Match' is not a valid substitute for the type parameter 'E extends @NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[317] 
	if (!match.isFiltered()) {
	     ^^^^^
Potential null pointer access: this expression has type 'M', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[330] 
	final SortedListSet<M> matches= this.elementMatches.get(element);
	                    ^
Null constraint mismatch: The type 'M extends Match' is not a valid substitute for the type parameter 'E extends @NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[339] 
	final SortedListSet<M> matches;
	                    ^
Null constraint mismatch: The type 'M extends Match' is not a valid substitute for the type parameter 'E extends @NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[353] 
	if (!match.isFiltered()) {
	     ^^^^^
Potential null pointer access: this expression has type 'M', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[367] 
	final SortedListSet<M> matches= this.elementMatches.get(element);
	                    ^
Null constraint mismatch: The type 'M extends Match' is not a valid substitute for the type parameter 'E extends @NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[369] 
	return matches.toArray(this.comparator.getMatch0());
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'M[]' needs unchecked conversion to conform to 'M extends Match @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[376] 
	final SortedListSet<M> matches;
	                    ^
Null constraint mismatch: The type 'M extends Match' is not a valid substitute for the type parameter 'E extends @NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[383] 
	return matches.toArray(this.comparator.getMatch0());
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'M[]' needs unchecked conversion to conform to 'M extends Match @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[390] 
	if (!match.isFiltered()) {
	     ^^^^^
Potential null pointer access: this expression has type 'M', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ExtTextSearchResult.java:[394] 
	return filtered.toArray(this.comparator.getMatch0());
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'M[]' needs unchecked conversion to conform to 'M extends Match @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/base/ext/templates/StatextCodeTemplateContextType.java:[50] 
	protected String getTag(final SourceUnit su) {
	                              ^^^^^^^^^^
Missing nullable annotation: inherited method from SourceEditorContextType.Todo specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/StatetUIPlugin.java:[88] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/StatetUIPlugin.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/StatetUIPlugin.java:[97] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/StatetUIPlugin.java:[111] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/StatetUIPlugin.java:[116] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[29] 
	import org.eclipse.jface.text.templates.persistence.TemplatePersistenceData;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[30] 
	import org.eclipse.jface.text.templates.persistence.TemplateReaderWriter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type TemplateReaderWriter is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[47] 
	final TemplateReaderWriter reader= new TemplateReaderWriter();
	      ^^^^^^^^^^^^^^^^^^^^
The type TemplateReaderWriter is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[47] 
	final TemplateReaderWriter reader= new TemplateReaderWriter();
	                                       ^^^^^^^^^^^^^^^^^^^^
The type TemplateReaderWriter is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[47] 
	final TemplateReaderWriter reader= new TemplateReaderWriter();
	                                       ^^^^^^^^^^^^^^^^^^^^^^
The constructor TemplateReaderWriter() is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[48] 
	TemplatePersistenceData[] datas;
	^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[50] 
	datas = reader.read(input);
	               ^^^^^^^^^^^
The method read(Reader) from the type TemplateReaderWriter is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[85] 
	public void add(final TemplatePersistenceData data) {
	                      ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[86] 
	internalAdd(data);
	            ^^^^
Null type safety (type annotations): The expression of type 'TemplatePersistenceData' needs unchecked conversion to conform to '@NonNull TemplatePersistenceData'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[96] 
	final TemplateReaderWriter writer = new TemplateReaderWriter();
	      ^^^^^^^^^^^^^^^^^^^^
The type TemplateReaderWriter is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[96] 
	final TemplateReaderWriter writer = new TemplateReaderWriter();
	                                        ^^^^^^^^^^^^^^^^^^^^
The type TemplateReaderWriter is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[96] 
	final TemplateReaderWriter writer = new TemplateReaderWriter();
	                                        ^^^^^^^^^^^^^^^^^^^^^^
The constructor TemplateReaderWriter() is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[97] 
	writer.save(getTemplateData(false), output);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method save(TemplatePersistenceData[], Writer) from the type TemplateReaderWriter is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[110] 
	public TemplatePersistenceData[] getAllTemplateData() {
	       ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[115] 
	final TemplatePersistenceData[][] datas = new TemplatePersistenceData[this.fInstanceStores.length][];
	      ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[115] 
	final TemplatePersistenceData[][] datas = new TemplatePersistenceData[this.fInstanceStores.length][];
	                                              ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[120] 
	final TemplatePersistenceData[] allData = new TemplatePersistenceData[length];
	      ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[120] 
	final TemplatePersistenceData[] allData = new TemplatePersistenceData[length];
	                                              ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[123] 
	System.arraycopy(datas[i], 0, allData, k, datas[i].length);
	                 ^^^^^^^^
Null type safety (type annotations): The expression of type 'TemplatePersistenceData[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[130] 
	public TemplatePersistenceData[] getTemplateData(final int categoryIndex) {
	       ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[132] 
	final TemplatePersistenceData[] data = this.fInstanceStores[categoryIndex].getTemplateData(true);
	      ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[133] 
	final TemplatePersistenceData[] allProjectData = this.fProjectStore.getTemplateData(true);
	      ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[137] 
	if (data[i].getId().equals(allProjectData[j].getId() )) {
	            ^^^^^^^
The method getId() from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[137] 
	if (data[i].getId().equals(allProjectData[j].getId() )) {
	                                             ^^^^^^^
The method getId() from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[152] 
	template = this.fProjectStore.findTemplateById(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[155] 
	template = this.fInstanceStores[i].findTemplateById(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[160] 
	public TemplatePersistenceData getTemplateData(final String id) {
	       ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[161] 
	TemplatePersistenceData data = null;
	^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[163] 
	data = this.fProjectStore.getTemplateData(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[166] 
	data = this.fInstanceStores[i].getTemplateData(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[171] 
	public TemplatePersistenceData getTemplateData(final int categoryIndex, final String id) {
	       ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[172] 
	TemplatePersistenceData data = null;
	^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[174] 
	data = this.fProjectStore.getTemplateData(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[177] 
	data = this.fInstanceStores[categoryIndex].getTemplateData(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[187] 
	TemplatePersistenceData[] datas = this.fProjectStore.getTemplateData(false);
	^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[189] 
	collectedDatas.add(datas[i].getId());
	                            ^^^^^^^
The method getId() from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[196] 
	final TemplatePersistenceData orig = datas[j];
	      ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[197] 
	if (!collectedDatas.contains(orig.getId())) {
	                                  ^^^^^^^
The method getId() from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[198] 
	final TemplatePersistenceData copy = new TemplatePersistenceData(new Template(orig.getTemplate()), orig.isEnabled(), orig.getId());
	      ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[198] 
	final TemplatePersistenceData copy = new TemplatePersistenceData(new Template(orig.getTemplate()), orig.isEnabled(), orig.getId());
	                                         ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[198] 
	final TemplatePersistenceData copy = new TemplatePersistenceData(new Template(orig.getTemplate()), orig.isEnabled(), orig.getId());
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor TemplatePersistenceData(Template, boolean, String) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[198] 
	final TemplatePersistenceData copy = new TemplatePersistenceData(new Template(orig.getTemplate()), orig.isEnabled(), orig.getId());
	                                                                                   ^^^^^^^^^^^^^
The method getTemplate() from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[198] 
	final TemplatePersistenceData copy = new TemplatePersistenceData(new Template(orig.getTemplate()), orig.isEnabled(), orig.getId());
	                                                                                                        ^^^^^^^^^^^
The method isEnabled() from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[198] 
	final TemplatePersistenceData copy = new TemplatePersistenceData(new Template(orig.getTemplate()), orig.isEnabled(), orig.getId());
	                                                                                                                          ^^^^^^^
The method getId() from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[200] 
	copy.setDeleted(true);
	     ^^^^^^^^^^^^^^^^
The method setDeleted(boolean) from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[216] 
	final TemplatePersistenceData data = this.fProjectStore.getTemplateData(id);
	      ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[217] 
	return (data != null && !data.isDeleted());
	                              ^^^^^^^^^^^
The method isDeleted() from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[234] 
	final TemplatePersistenceData data = this.fProjectStore.getTemplateData(id);
	      ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[234] 
	final TemplatePersistenceData data = this.fProjectStore.getTemplateData(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesStore.java:[236] 
	data.setDeleted(!projectSpecific);
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setDeleted(boolean) from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/base/ext/templates/ICodeGenerationTemplateCategory.java:[18] 
	import org.eclipse.jface.text.templates.ContextTypeRegistry;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/base/ext/templates/ICodeGenerationTemplateCategory.java:[35] 
	public ContextTypeRegistry getContextTypeRegistry();
	       ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/CategorizedOptionsGroup.java:[71] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/CategorizedOptionsGroup.java:[71] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/CategorizedOptionsGroup.java:[86] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/CategorizedOptionsGroup.java:[86] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/CategorizedOptionsGroup.java:[86] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/CategorizedOptionsGroup.java:[90] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/CategorizedOptionsGroup.java:[90] 
	public Object[] getElements(final Object inputElement) {
	                                  ^^^^^^
Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/CategorizedOptionsGroup.java:[96] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/CategorizedOptionsGroup.java:[102] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/CategorizedOptionsGroup.java:[102] 
	public Object[] getChildren(final Object parentElement) {
	                                  ^^^^^^
Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/CategorizedOptionsGroup.java:[113] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/CategorizedOptionsGroup.java:[150] 
	maxWidth = Math.max(maxWidth, pixel.convertWidthInCharsToPixels(item.getName().length()));
	                                                                ^^^^
Potential null pointer access: The variable item may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/CategorizedOptionsGroup.java:[173] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/CategorizedOptionsGroup.java:[212] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'ItemT'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/debug/ui/util/ProcessOutputCollector.java:[67] 
	final String cmdInfo = LaunchUtils.generateCommandLine(this.fProcessBuilder.command());
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method generateCommandLine(List<String>) from the type LaunchUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/base/ui/contentfilter/FilterView.java:[52] 
	protected PageRec doCreatePage(final IWorkbenchPart part) {
	                                     ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from PageBookView specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/base/ui/contentfilter/FilterView.java:[56] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/base/ui/contentfilter/FilterView.java:[63] 
	protected void doDestroyPage(final IWorkbenchPart part, final PageRec rec) {
	                                   ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from PageBookView specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/base/ui/contentfilter/FilterView.java:[71] 
	public <T> T getAdapter(final Class<T> adapterType) {
	                              ^^^^^
Missing non-null annotation: inherited method from PageBookView specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/base/ui/contentfilter/FilterView.java:[80] 
	return super.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/base/ui/contentfilter/FilterView.java:[80] 
	return super.getAdapter(adapterType);
	                        ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Class<T>' needs unchecked conversion to conform to '@NonNull Class<T>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/base/ui/contentfilter/FilterView.java:[89] 
	return null;
	^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsPreferencePage.java:[69] 
	return ((ManagedConfigurationBlock) getBlock()).hasProjectSpecificOptions(project);
	                                                                          ^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchLabelUtil.java:[41] 
	properties.addAll(DecoratingStyledLabelProvider.DEFAULT_UPDATE_PROPERTIES);
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Collection<String>' needs unchecked conversion to conform to '@NonNull Collection<? extends String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchLabelUtil.java:[95] 
	final int matchStart= Math.max(match.getOffset() - lineElement.getOffset(), 0);
	                               ^^^^^
Potential null pointer access: The variable match may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[88] 
	private final IObservableList list;
	              ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[89] 
	private final IObservableValue defaultValue;
	              ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[96] 
	this.list= new WritableList();
	               ^^^^^^^^^^^^
WritableList is a raw type. References to generic type WritableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[97] 
	this.defaultValue= new WritableValue();
	                       ^^^^^^^^^^^^^
WritableValue is a raw type. References to generic type WritableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[111] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[117] 
	setupPreferenceManager(prefs);
	                       ^^^^^
Null type safety (type annotations): The expression of type 'Map<Preference<?>,String>' needs unchecked conversion to conform to '@NonNull Map<@NonNull Preference<?>,@Nullable String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[131] 
	protected TaskTag edit1(final TaskTag item, final boolean newItem, final Object parent) {
	                              ^^^^^^^
Missing nullable annotation: inherited method from ButtonGroup<TaskTag> specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[132] 
	final TaskTagsInputDialog dialog = new TaskTagsInputDialog(getShell(), item, newItem, TaskTagsConfigurationBlock.this.list);
	                                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type IObservableList needs unchecked conversion to conform to List<BasicTaskTag>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[152] 
	this.listButtons.connectTo(this.listViewer, this.list, this.defaultValue);
	                                            ^^^^^^^^^
Type safety: The expression of type IObservableList needs unchecked conversion to conform to IObservableCollection<TaskTag>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[152] 
	this.listButtons.connectTo(this.listViewer, this.list, this.defaultValue);
	                                                       ^^^^^^^^^^^^^^^^^
Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue<TaskTag>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[160] 
	final TableComposite composite = new ViewerUtils.TableComposite(parent, SWT.BORDER | SWT.MULTI | 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[250] 
	ViewerUtils.scheduleStandardSelection(this.listViewer);
	                                      ^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[257] 
	this.list.addAll(taskPrefs.getTaskTags());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addAll(Collection) belongs to the raw type IObservableList. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[260] 
	this.defaultValue.setValue(this.list.get(0));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[265] 
	final ArrayList<BasicTaskTag> basicTaskTags= new ArrayList<>(this.list);
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[265] 
	final ArrayList<BasicTaskTag> basicTaskTags= new ArrayList<>(this.list);
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type ArrayList needs unchecked conversion to conform to ArrayList<BasicTaskTag>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[272] 
	setPrefValues(taskPrefs.getPreferencesMap());
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<Preference<?>,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull Preference<?>,@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[299] 
	protected String[] getFullBuildDialogStrings(final boolean workspaceSettings) {
	          ^^^^^^^^
The return type is incompatible with '@NonNull String @Nullable[]' returned from ManagedConfigurationBlock.getFullBuildDialogStrings(boolean) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[349] 
	return DialogUtils.getDialogSettings(StatetUIPlugin.getInstance(), "TaskTagEditDialog"); //$NON-NLS-1$
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'StatetUIPlugin' needs unchecked conversion to conform to '@NonNull AbstractUIPlugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[360] 
	((GridData) this.keywordControl.getLayoutData()).widthHint =
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getLayoutData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[364] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[378] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[431] 
	return new BasicTaskTag(this.keyword, this.priority);
	                        ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/TaskTagsConfigurationBlock.java:[431] 
	return new BasicTaskTag(this.keyword, this.priority);
	                                      ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TaskPriority' needs unchecked conversion to conform to '@NonNull TaskPriority'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/ui/dialogs/groups/Layouter.java:[192] 
	gd.widthHint = LayoutUtils.hintWidth(combo, items);
	                                            ^^^^^
Null type mismatch: required '@NonNull String @NonNull[]' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchResultMatchTableContentProvider.java:[91] 
	final E element= (E) elements[i];
	                 ^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to E
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchResultMatchTableContentProvider.java:[93] 
	final SortedListSet<M> currentElementMatches= this.currentMatches.subList(element);
	                    ^
Null constraint mismatch: The type 'M extends Match' is not a valid substitute for the type parameter 'E extends @NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchResultMatchTableContentProvider.java:[98] 
	k= currentElementMatches.addE(match);
	                              ^^^^^
Null type safety: required '@NonNull' but this expression has type 'M', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchResultMatchTableContentProvider.java:[108] 
	k= currentElementMatches.indexOf(match);
	                                 ^^^^^
Null type safety: required '@NonNull' but this expression has type 'M', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ElementMatchComparator.java:[39] 
	if (elementComparator == null && !Comparable.class.isAssignableFrom(elements0.getClass().getComponentType())) {
	                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Class<capture#of ?>' needs unchecked conversion to conform to '@NonNull Class<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ElementMatchComparator.java:[45] 
	if (matchComparator == null && !Comparable.class.isAssignableFrom(matches0.getClass().getComponentType())) {
	                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Class<capture#of ?>' needs unchecked conversion to conform to '@NonNull Class<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ElementMatchComparator.java:[75] 
	return (E) element.getElement();
	       ^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to E
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ElementMatchComparator.java:[75] 
	return (E) element.getElement();
	           ^^^^^^^
Potential null pointer access: this expression has type 'M', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ElementMatchComparator.java:[82] 
	((Comparable<? super M>) element1).compareTo(element2);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from M to Comparable<? super M>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ElementMatchComparator.java:[82] 
	((Comparable<? super M>) element1).compareTo(element2);
	                         ^^^^^^^^
Potential null pointer access: this expression has type 'M', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ElementMatchComparator.java:[82] 
	((Comparable<? super M>) element1).compareTo(element2);
	                                             ^^^^^^^^
Null type safety: required '@NonNull' but this expression has type 'M', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ElementMatchComparator.java:[89] 
	((Comparable<? super E>) category1).compareTo(category2);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from E to Comparable<? super E>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ElementMatchComparator.java:[89] 
	((Comparable<? super E>) category1).compareTo(category2);
	                         ^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/ElementMatchComparator.java:[89] 
	((Comparable<? super E>) category1).compareTo(category2);
	                                              ^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchResultTreeContentProvider.java:[33] 
	private final SortedArraySet<E> currentElements;
	                             ^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchResultTreeContentProvider.java:[41] 
	this.currentElements= new SortedArraySet<>(this.comparator.getElement0(), this.comparator.getElementComparator());
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'E[]' needs unchecked conversion to conform to '@NonNull E @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchResultTreeContentProvider.java:[52] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchResultTreeContentProvider.java:[52] 
	public Object[] getElements(final Object inputElement) {
	                                  ^^^^^^
Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchResultTreeContentProvider.java:[74] 
	this.currentElements.addE(this.currentElements.size(), 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchResultTreeContentProvider.java:[83] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchResultTreeContentProvider.java:[94] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchResultTreeContentProvider.java:[99] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchResultTreeContentProvider.java:[99] 
	public Object[] getChildren(final Object parentElement) {
	                                  ^^^^^^
Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchResultTreeContentProvider.java:[123] 
	final E element= (E) elements[i];
	                 ^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to E
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchResultTreeContentProvider.java:[126] 
	final int currentIdx= this.currentElements.addE(element);
	                                                ^^^^^^^
Null type safety (type annotations): The expression of type 'E' needs unchecked conversion to conform to '@NonNull E'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchResultTreeContentProvider.java:[135] 
	final int currentIdx= this.currentElements.indexOfE(element);
	                                                    ^^^^^^^
Null type safety (type annotations): The expression of type 'E' needs unchecked conversion to conform to '@NonNull E'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/workbench/search/ui/TextSearchResultTreeContentProvider.java:[142] 
	final int currentIdx= this.currentElements.removeE(element);
	                                                   ^^^^^^^
Null type safety (type annotations): The expression of type 'E' needs unchecked conversion to conform to '@NonNull E'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[48] 
	import org.eclipse.jface.text.templates.persistence.TemplatePersistenceData;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[49] 
	import org.eclipse.jface.text.templates.persistence.TemplateReaderWriter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type TemplateReaderWriter is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[101] 
	protected TemplatePersistenceData fData;
	          ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[103] 
	public TemplateItem(final TemplatePersistenceData data) {
	                          ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[104] 
	super(data.getTemplate().getDescription());
	           ^^^^^^^^^^^^^
The method getTemplate() from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[145] 
	final List<TemplatePersistenceData> datas= new ArrayList<>();
	           ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[157] 
	doExport(datas.toArray(new TemplatePersistenceData[datas.size()]));
	                           ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[235] 
	final TemplatePersistenceData[] datas = this.fTemplatesStore.getTemplateData(i);
	      ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[248] 
	i, this.fGroup.fCategoryChilds[i][j].fData.getId());
	                                           ^^^^^^^
The method getId() from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[253] 
	private void updateTemplate(final TemplatePersistenceData data) {
	                                  ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[254] 
	final TemplatePersistenceData[] datas = this.fTemplatesStore.getAllTemplateData();
	      ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[256] 
	final String id = datas[i].getId();
	                           ^^^^^^^
The method getId() from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[257] 
	if (id != null && id.equals(data.getId())) {
	                                 ^^^^^^^
The method getId() from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[258] 
	datas[i].setTemplate(data.getTemplate());
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setTemplate(Template) from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[258] 
	datas[i].setTemplate(data.getTemplate());
	                          ^^^^^^^^^^^^^
The method getTemplate() from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[281] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[328] 
	final TemplatePersistenceData data = item.fData;
	      ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[330] 
	final Template template = data.getTemplate();
	                               ^^^^^^^^^^^^^
The method getTemplate() from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[332] 
	final TemplateContextType type = category.getContextTypeRegistry().getContextType(template.getContextTypeId());
	                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getContextType(String) from the type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[370] 
	getShell(), item.fData.getTemplate(), true,
	                       ^^^^^^^^^^^^^
The method getTemplate() from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[378] 
	item.fData.setTemplate(dialog.getTemplate());
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method setTemplate(Template) from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[395] 
	final TemplateReaderWriter reader = new TemplateReaderWriter();
	      ^^^^^^^^^^^^^^^^^^^^
The type TemplateReaderWriter is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[395] 
	final TemplateReaderWriter reader = new TemplateReaderWriter();
	                                        ^^^^^^^^^^^^^^^^^^^^
The type TemplateReaderWriter is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[395] 
	final TemplateReaderWriter reader = new TemplateReaderWriter();
	                                        ^^^^^^^^^^^^^^^^^^^^^^
The constructor TemplateReaderWriter() is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[400] 
	final TemplatePersistenceData[] datas = reader.read(input, null);
	      ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[400] 
	final TemplatePersistenceData[] datas = reader.read(input, null);
	                                               ^^^^^^^^^^^^^^^^^
The method read(InputStream, ResourceBundle) from the type TemplateReaderWriter is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[422] 
	public void doExport(final TemplatePersistenceData[] templates) {
	                           ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[453] 
	final TemplateReaderWriter writer= new TemplateReaderWriter();
	      ^^^^^^^^^^^^^^^^^^^^
The type TemplateReaderWriter is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[453] 
	final TemplateReaderWriter writer= new TemplateReaderWriter();
	                                       ^^^^^^^^^^^^^^^^^^^^
The type TemplateReaderWriter is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[453] 
	final TemplateReaderWriter writer= new TemplateReaderWriter();
	                                       ^^^^^^^^^^^^^^^^^^^^^^
The constructor TemplateReaderWriter() is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[454] 
	writer.save(templates, output);
	       ^^^^^^^^^^^^^^^^^^^^^^^
The method save(TemplatePersistenceData[], OutputStream) from the type TemplateReaderWriter is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[491] 
	final TemplatePersistenceData[] templateData = this.fTemplatesStore.getAllTemplateData();
	      ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/org/eclipse/statet/internal/ide/ui/preferences/CodeGenerationTemplatesConfigurationBlock.java:[494] 
	this.fTemplatesStore.setProjectSpecific(templateData[i].getId(), isUseProjectSpecificSettings());
	                                                        ^^^^^^^
The method getId() from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/debug/ui/util/CheckedCommonTab.java:[32] 
	public void initializeFrom(final ILaunchConfiguration configuration) {
	                                 ^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from CommonTab specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/srcECommons/org/eclipse/statet/ecommons/debug/ui/util/CheckedCommonTab.java:[35] 
	super.initializeFrom(configuration);
	                     ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ILaunchConfiguration' needs unchecked conversion to conform to '@NonNull ILaunchConfiguration'
255 problems (0 errors, 253 warnings, 253 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.ide.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.ide.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/target/org.eclipse.statet.ide.ui-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.ide.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.ide.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/target/org.eclipse.statet.ide.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.ide.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.ide.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.ide.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/target/org.eclipse.statet.ide.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.ide.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/target/org.eclipse.statet.ide.ui-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/target/org.eclipse.statet.ide.ui-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.ide.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.ide.ui/target/org.eclipse.statet.ide.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.ide.ui ---
[INFO] 
[INFO] ---------< org.eclipse.statet.r:org.eclipse.statet.nico.core >----------
[INFO] Building StatET NiCo - Core  (Incubation) 4.2.4.202103250600-r [107/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.nico.core ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.nico.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.nico.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.nico.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.nico.core ---
[INFO] Compiling 42 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/ConsoleInstanceScope.java:[51] 
	public IEclipsePreferences getNode(final String qualifier) {
	                                         ^^^^^^
Missing non-null annotation: inherited method from IScopeContext specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolStreamProxy.java:[43] 
	public void write(final String input) throws IOException {
	                        ^^^^^^
Illegal redefinition of parameter input, inherited method from IStreamsProxy does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/internal/nico/core/ResourceMappingManager.java:[70] 
	final int diff= o1.getHost().compareTo(o2.getHost());
	                                       ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/internal/nico/core/ResourceMappingManager.java:[107] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/internal/nico/core/ResourceMappingManager.java:[107] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/internal/nico/core/ResourceMappingManager.java:[127] 
	mappings= new List[] { new ArrayList<>(), null };
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List[] needs unchecked conversion to conform to List<IResourceMapping>[]
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/internal/nico/core/ResourceMappingManager.java:[143] 
	lists[ResourceMappingOrder.LOCAL.ordinal()]= ImCollections.toList(unsorted,
	                                                                  ^^^^^^^^
Null type safety (type annotations): The expression of type 'List<IResourceMapping>' needs unchecked conversion to conform to '@NonNull Collection<? extends IResourceMapping>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/internal/nico/core/ResourceMappingManager.java:[145] 
	lists[ResourceMappingOrder.REMOTE.ordinal()]= ImCollections.toList(unsorted,
	                                                                   ^^^^^^^^
Null type safety (type annotations): The expression of type 'List<IResourceMapping>' needs unchecked conversion to conform to '@NonNull Collection<? extends IResourceMapping>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/internal/nico/core/ResourceMappingManager.java:[226] 
	final ImList<ResourceMapping> newMappings= ImCollections.toList(list, DEFAULT_COMPARATOR);
	                                                                ^^^^
Null type safety (type annotations): The expression of type 'List<ResourceMapping>' needs unchecked conversion to conform to '@NonNull Collection<? extends ResourceMapping>', corresponding supertype is 'Collection<ResourceMapping>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/internal/nico/core/ResourceMappingManager.java:[230] 
	final List<String> names= new LinkedList<>(ImCollections.newList(rootNode.childrenNames()));
	                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/ToolTerminateListener.java:[54] 
	public void handleDebugEvents(final DebugEvent[] events) {
	                                    ^^^^^^^^^^^^
Missing non-null annotation: inherited method from IDebugEventSetListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/internal/nico/core/ToolPropertyTester.java:[38] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/internal/nico/core/ToolPropertyTester.java:[38] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/internal/nico/core/ToolPropertyTester.java:[38] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/internal/nico/core/ToolPropertyTester.java:[38] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/internal/nico/core/ToolPropertyTester.java:[49] 
	tool.isProvidingFeatureSet((String) expectedValue));
	                           ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/Queue.java:[139] 
	private static final int toRequestState(final int state) {
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method toRequestState(int) from the type Queue is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/Queue.java:[237] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/Queue.java:[502] 
	final Status status= acceptSubmit(toolStatus, section);
	                                  ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ToolStatus' needs unchecked conversion to conform to '@NonNull ToolStatus'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/Queue.java:[522] 
	final Status status= acceptSubmit(toolStatus, section);
	                                  ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ToolStatus' needs unchecked conversion to conform to '@NonNull ToolStatus'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/Queue.java:[569] 
	if (to == null) {
			throw new NullPointerException("to"); //$NON-NLS-1$
		}
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/Queue.java:[586] 
	if (to == null) {
			throw new NullPointerException("to"); //$NON-NLS-1$
		}
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/Queue.java:[621] 
	final Status status= acceptSubmit(toolStatus);
	                                  ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ToolStatus' needs unchecked conversion to conform to '@NonNull ToolStatus'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/Queue.java:[685] 
	final Status status= acceptSubmit(toolStatus);
	                                  ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ToolStatus' needs unchecked conversion to conform to '@NonNull ToolStatus'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/Queue.java:[897] 
	runnable= this.singleIOCache.get(0);
	               ^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/Queue.java:[900] 
	runnable= this.currentSection.list.peekFirst();
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on the receiver type '@NonNull LinkedList<@NonNull ToolRunnable>'. Type 'LinkedList<E>' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/Queue.java:[907] 
	runnable= this.currentIdleList.peekFirst();
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on the receiver type '@NonNull LinkedList<@NonNull ToolRunnable>'. Type 'LinkedList<E>' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/Queue.java:[921] 
	finalRunnable= this.singleIOCache;
	               ^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull ImList<@NonNull ToolRunnable>' but this expression has type '@Nullable ImList<@NonNull ToolRunnable>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/Queue.java:[953] 
	assert (runnable == this.finishedExpected.peek().get(0));
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on the receiver type '@NonNull Deque<@NonNull ImList<@NonNull ToolRunnable>>'. Type 'Deque<E>' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/Queue.java:[1124] 
	this.currentSection.append(this.singleIOCache.get(0));
	                                ^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/Queue.java:[1125] 
	addContentChangeEvent(new TaskDelta(ToolRunnable.ADDING_TO, idx, this.singleIOCache));
	                                                                 ^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull ImList<@NonNull ToolRunnable>' but this expression has type '@Nullable ImList<@NonNull ToolRunnable>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackingConfiguration2LaunchConfiguration.java:[48] 
	trackingConfig.setName(launchConfig.getAttribute(id+'.'+LABEL_KEY, "")); //$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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackingConfiguration2LaunchConfiguration.java:[63] 
	trackingConfig.setSubmitTypes(submitTypes);
	                              ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'EnumSet<SubmitType>' needs unchecked conversion to conform to '@NonNull EnumSet<@NonNull SubmitType>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackingConfiguration2LaunchConfiguration.java:[66] 
	trackingConfig.setSubmitTypes(SubmitType.getDefaultSet());
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'EnumSet<SubmitType>' needs unchecked conversion to conform to '@NonNull EnumSet<@NonNull SubmitType>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackingConfiguration2LaunchConfiguration.java:[69] 
	trackingConfig.setFilePath(launchConfig.getAttribute(id+'.'+FILE_PATH, "")); //$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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/LogRuntimeProcessFactory.java:[36] 
	final Map attributes) {
	      ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/LogRuntimeProcessFactory.java:[37] 
	return new LogRuntimeProcess(launch, process, label, attributes);
	                                                     ^^^^^^^^^^
Type safety: The expression of type Map needs unchecked conversion to conform to Map<String,String>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackingConfiguration.java:[55] 
	public TrackingConfiguration(final String id) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field fFilePath may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackingConfiguration.java:[55] 
	public TrackingConfiguration(final String id) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field submitTypes may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackingConfiguration.java:[87] 
	setSubmitTypes(SubmitType.getDefaultSet());
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'EnumSet<SubmitType>' needs unchecked conversion to conform to '@NonNull EnumSet<@NonNull SubmitType>'
41. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackingConfiguration.java (at line 115)
	firePropertyChange("trackStreamInfo", oldValue, enable);
	                                      ^^^^^^^^
The expression of type boolean is boxed into Boolean
42. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackingConfiguration.java (at line 115)
	firePropertyChange("trackStreamInfo", oldValue, enable);
	                                                ^^^^^^
The expression of type boolean is boxed into Boolean
43. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackingConfiguration.java (at line 125)
	firePropertyChange("trackStreamInput", oldValue, enable);
	                                       ^^^^^^^^
The expression of type boolean is boxed into Boolean
44. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackingConfiguration.java (at line 125)
	firePropertyChange("trackStreamInput", oldValue, enable);
	                                                 ^^^^^^
The expression of type boolean is boxed into Boolean
45. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackingConfiguration.java (at line 135)
	firePropertyChange("trackStreamInputHistoryOnly", oldValue, enable);
	                                                  ^^^^^^^^
The expression of type boolean is boxed into Boolean
46. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackingConfiguration.java (at line 135)
	firePropertyChange("trackStreamInputHistoryOnly", oldValue, enable);
	                                                            ^^^^^^
The expression of type boolean is boxed into Boolean
47. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackingConfiguration.java (at line 145)
	firePropertyChange("trackStreamOutput", oldValue, enable);
	                                        ^^^^^^^^
The expression of type boolean is boxed into Boolean
48. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackingConfiguration.java (at line 145)
	firePropertyChange("trackStreamOutput", oldValue, enable);
	                                                  ^^^^^^
The expression of type boolean is boxed into Boolean
49. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackingConfiguration.java (at line 155)
	firePropertyChange("trackStreamOutputTruncate", oldValue, enable);
	                                                ^^^^^^^^
The expression of type boolean is boxed into Boolean
50. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackingConfiguration.java (at line 155)
	firePropertyChange("trackStreamOutputTruncate", oldValue, enable);
	                                                          ^^^^^^
The expression of type boolean is boxed into Boolean
51. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackingConfiguration.java (at line 165)
	firePropertyChange("trackStreamOutputTruncateLines", oldValue, lines);
	                                                     ^^^^^^^^
The expression of type int is boxed into Integer
52. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackingConfiguration.java (at line 165)
	firePropertyChange("trackStreamOutputTruncateLines", oldValue, lines);
	                                                               ^^^^^
The expression of type int is boxed into Integer
53. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackingConfiguration.java (at line 195)
	firePropertyChange("fileMode", oldValue, mode);
	                               ^^^^^^^^
The expression of type int is boxed into Integer
54. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackingConfiguration.java (at line 195)
	firePropertyChange("fileMode", oldValue, mode);
	                                         ^^^^
The expression of type int is boxed into Integer
55. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackingConfiguration.java (at line 210)
	firePropertyChange("prependTimestamp", oldValue, enable);
	                                       ^^^^^^^^
The expression of type boolean is boxed into Boolean
56. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackingConfiguration.java (at line 210)
	firePropertyChange("prependTimestamp", oldValue, enable);
	                                                 ^^^^^^
The expression of type boolean is boxed into Boolean
57. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/internal/nico/core/NicoPreferenceInitializer.java (at line 40)
	map.put(NicoPreferenceNodes.KEY_DEFAULT_TIMEOUT, 15000);
	                                                 ^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/internal/nico/core/NicoPreferenceInitializer.java:[42] 
	PreferenceUtils.setPrefValues(scope, map);
	                                     ^^^
Null type safety (type annotations): The expression of type 'Map<Preference<?>,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull Preference<?>,@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/HistoryOperationsHandler.java:[53] 
	public Status execute(final String id, final ToolService service, final Map<String, Object> data,
	       ^^^^^^
The return type is incompatible with '@NonNull Status' returned from ToolCommandHandler.execute(String, ToolService, Map<String,Object>, ProgressMonitor) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/HistoryOperationsHandler.java:[53] 
	public Status execute(final String id, final ToolService service, final Map<String, Object> data,
	                            ^^^^^^
Missing non-null annotation: inherited method from ToolCommandHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/HistoryOperationsHandler.java:[53] 
	public Status execute(final String id, final ToolService service, final Map<String, Object> data,
	                                             ^^^^^^^^^^^
Missing non-null annotation: inherited method from ToolCommandHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/HistoryOperationsHandler.java:[53] 
	public Status execute(final String id, final ToolService service, final Map<String, Object> data,
	                                                                        ^^^
Missing non-null annotation: inherited method from ToolCommandHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/HistoryOperationsHandler.java:[54] 
	final ProgressMonitor m) {
	      ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ToolCommandHandler specifies this parameter as @NonNull
64. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/HistoryOperationsHandler.java (at line 64)
	final String item = ToolCommandHandlerUtils.getCheckedData(data, "text", String.class, true); //$NON-NLS-1$
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'C=@NonNull String'. Declaring type 'ToolCommandHandlerUtils' doesn't seem to be designed with null type annotations in mind
65. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/HistoryOperationsHandler.java (at line 78)
	final String filename = ToolCommandHandlerUtils.getCheckedData(data, "filename", String.class, true); //$NON-NLS-1$
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'C=@NonNull String'. Declaring type 'ToolCommandHandlerUtils' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/HistoryOperationsHandler.java:[97] 
	tools.handleStatus(status, m);
	                   ^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/HistoryOperationsHandler.java:[97] 
	tools.handleStatus(status, m);
	                           ^
Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor'
68. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/HistoryOperationsHandler.java (at line 112)
	final String filename = ToolCommandHandlerUtils.getCheckedData(data, "filename", String.class, true); //$NON-NLS-1$
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'C=@NonNull String'. Declaring type 'ToolCommandHandlerUtils' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/HistoryOperationsHandler.java:[130] 
	tools.handleStatus(status, m);
	                   ^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/HistoryOperationsHandler.java:[130] 
	tools.handleStatus(status, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolStreamMonitor.java:[28] 
	private final EnumMap<SubmitType, ListenerList> fListeners;
	                                  ^^^^^^^^^^^^
ListenerList is a raw type. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolStreamMonitor.java:[36] 
	fListeners.put(type, new ListenerList(ListenerList.IDENTITY));
	                         ^^^^^^^^^^^^
ListenerList is a raw type. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolStreamMonitor.java:[59] 
	final ListenerList list = fListeners.get(type);
	      ^^^^^^^^^^^^
ListenerList is a raw type. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolStreamMonitor.java:[61] 
	list.add(listener);
	^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ListenerList. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolStreamMonitor.java:[71] 
	for (final ListenerList list : fListeners.values()) {
	           ^^^^^^^^^^^^
ListenerList is a raw type. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolStreamMonitor.java:[90] 
	final ListenerList list = fListeners.get(type);
	      ^^^^^^^^^^^^
ListenerList is a raw type. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[130] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[135] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[140] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[145] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[177] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[182] 
	public SubmitType getSubmitType() {
	       ^^^^^^^^^^
The return type is incompatible with '@NonNull SubmitType' returned from ConsoleRunnable.getSubmitType() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[191] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[199] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[204] 
	public void run(final ToolService service,
	                      ^^^^^^^^^^^
Missing non-null annotation: inherited method from ToolRunnable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[205] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[206] 
	((ConsoleService) service).submitToConsole(this.fText, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[206] 
	((ConsoleService) service).submitToConsole(this.fText, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[217] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[222] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[227] 
	public SubmitType getSubmitType() {
	       ^^^^^^^^^^
The return type is incompatible with '@NonNull SubmitType' returned from ConsoleRunnable.getSubmitType() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[232] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[237] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[245] 
	public void run(final ToolService s,
	                      ^^^^^^^^^^^
Missing non-null annotation: inherited method from ToolRunnable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[246] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[253] 
	private final int level;
	                  ^^^^^
The value of the field ToolController.SuspendedInsertRunnable.level is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[261] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[271] 
	public void run(final ToolService service,
	                      ^^^^^^^^^^^
Missing non-null annotation: inherited method from ToolRunnable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[272] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[285] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[293] 
	public void run(final ToolService service,
	                      ^^^^^^^^^^^
Missing non-null annotation: inherited method from ToolRunnable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[294] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[298] 
	runnable.run(service, m);
	             ^^^^^^^
Null type safety (type annotations): The expression of type 'ToolService' needs unchecked conversion to conform to '@NonNull ToolService'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[298] 
	runnable.run(service, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[329] 
	public SubmitType getSubmitType() {
	       ^^^^^^^^^^
The return type is incompatible with '@NonNull SubmitType' returned from ConsoleRunnable.getSubmitType() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[338] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[355] 
	public void run(final ToolService adapter,
	                      ^^^^^^^^^^^
Missing non-null annotation: inherited method from ToolRunnable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[356] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[475] 
	private boolean terminateForced;
	                ^^^^^^^^^^^^^^^
The value of the field ToolController.terminateForced is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[519] 
	this.toolStatusListeners.add(this.process);
	                             ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ToolProcess' needs unchecked conversion to conform to 'ToolController.@NonNull IToolStatusListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[546] 
	this.toolStatusListeners.add(listener);
	                             ^^^^^^^^
Null type safety (type annotations): The expression of type 'ToolController.IToolStatusListener' needs unchecked conversion to conform to 'ToolController.@NonNull IToolStatusListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[568] 
	this.disposables.add(disposable);
	                     ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Disposable' needs unchecked conversion to conform to '@NonNull Disposable'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[599] 
	public ToolProcess getTool() {
	       ^^^^^^^^^^^
The return type is incompatible with '@NonNull ToolProcess' returned from ConsoleService.getTool() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[756] 
	this.queue.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[799] 
	this.queue.remove(getQuitRunnables());
	                  ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<ToolRunnable>' needs unchecked conversion to conform to '@NonNull List<@NonNull ToolRunnable>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[862] 
	newMonitor= new RunnableProgressData(newStatus.getMarkedLabel());
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[894] 
	this.queue.internal_onStatusChanged(newStatus);
	                                    ^^^^^^^^^
Null type safety (type annotations): The expression of type 'ToolStatus' needs unchecked conversion to conform to '@NonNull ToolStatus'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1004] 
	return this.queue.add(ImCollections.newList(runs));
	                                            ^^^^
Null type safety (type annotations): The expression of type 'ToolRunnable[]' needs unchecked conversion to conform to '@NonNull ToolRunnable @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1206] 
	new RunnableProgressData(runnable));
	                         ^^^^^^^^
Null type mismatch: required '@NonNull ToolRunnable' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1215] 
	runnable.run(this, runnableProgressMonitor);
	^^^^^^^^
Potential null pointer access: The variable runnable may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1228] 
	runnable.getLabel() ), e);
	^^^^^^^^
Potential null pointer access: The variable runnable may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1260] 
	runnable.run(this, runnableProgressMonitor.newSubMonitor(99));
	^^^^^^^^
Potential null pointer access: The variable runnable may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1278] 
	String.format("Failed to complete '%1$s'.", runnable.getLabel()),
	                                            ^^^^^^^^
Potential null pointer access: The variable runnable may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1310] 
	this.queue.internal_onFinished(runnableData.runnable, event);
	                               ^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1316] 
	runnable.changed(event, this.process);
	                        ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ToolProcess' needs unchecked conversion to conform to '@NonNull Tool'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1390] 
	runnable.run(this, this.hotModeMonitor);
	                   ^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1476] 
	this.suspendUpdateRunnables.add(runnable);
	                                ^^^^^^^^
Null type safety (type annotations): The expression of type 'SystemRunnable' needs unchecked conversion to conform to '@NonNull SystemRunnable'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1489] 
	this.queue.remove(this.suspendExitRunnable);
	                  ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ToolController.SuspendResumeRunnable' needs unchecked conversion to conform to '@NonNull ToolRunnable'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1727] 
	public void handleStatus(final Status status, final ProgressMonitor m) {
	                               ^^^^^^
Missing non-null annotation: inherited method from ConsoleService specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1727] 
	public void handleStatus(final Status status, final ProgressMonitor m) {
	                                                    ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ConsoleService specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1746] 
	new IStatus[] { StatusUtils.convert(status) },
	                                    ^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1756] 
	return handler.execute(commandID, this, data, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1756] 
	return handler.execute(commandID, this, data, m);
	                                        ^^^^
Null type safety (type annotations): The expression of type 'Map<String,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1756] 
	return handler.execute(commandID, this, data, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1775] 
	public final ToolController getController() {
	             ^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull ToolController' returned from ConsoleService.getController() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1821] 
	final ProgressMonitor m) throws StatusException {
	      ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ConsoleService specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1826] 
	public ToolWorkspace getWorkspaceData() {
	       ^^^^^^^^^^^^^
The return type is incompatible with '@NonNull ToolWorkspace' returned from ConsoleService.getWorkspaceData() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1836] 
	public Prompt getPrompt() {
	       ^^^^^^
The return type is incompatible with '@NonNull Prompt' returned from ConsoleService.getPrompt() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1902] 
	final ToStringBuilder sb= new ObjectUtils.ToStringBuilder(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1917] 
	public void submitToConsole(final String input,
	                                  ^^^^^^
Missing non-null annotation: inherited method from ConsoleService specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolController.java:[1918] 
	final ProgressMonitor m) throws StatusException {
	      ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ConsoleService specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/NicoCoreMessages.java:[51] 
	return String.format(ProblemWhileRunningTask_message,
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
143. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/internal/nico/core/preferences/HistoryPreferences.java (at line 58)
	final int limitCount = prefs.getPreferenceValue(PREF_LIMIT_COUNT);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/internal/nico/core/preferences/HistoryPreferences.java:[58] 
	final int limitCount = prefs.getPreferenceValue(PREF_LIMIT_COUNT);
	                                                ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.IntPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Integer>', corresponding supertype is 'Preference<@NonNull Integer>'
145. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/internal/nico/core/preferences/HistoryPreferences.java (at line 70)
	map.put(PREF_LIMIT_COUNT, fLimitCount);
	                          ^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/internal/nico/core/preferences/HistoryPreferences.java:[94] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[96] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[101] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[106] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[111] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[121] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[121] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[181] 
	new DateVariable(NicoVariables.SESSION_STARTUP_DATE_VARIABLE) {
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IDynamicVariable' needs unchecked conversion to conform to '@NonNull IStringVariable'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[187] 
	new TimeVariable(NicoVariables.SESSION_STARTUP_TIME_VARIABLE) {
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IDynamicVariable' needs unchecked conversion to conform to '@NonNull IStringVariable'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[193] 
	new DateVariable(NicoVariables.SESSION_CONNECTION_DATE_VARIABLE) {
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IDynamicVariable' needs unchecked conversion to conform to '@NonNull IStringVariable'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[199] 
	new TimeVariable(NicoVariables.SESSION_CONNECTION_TIME_VARIABLE) {
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IDynamicVariable' needs unchecked conversion to conform to '@NonNull IStringVariable'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[205] 
	new DynamicVariable.LocationVariable(NicoVariables.SESSION_STARTUP_WD_VARIABLE) {
					@Override
					public String getValue(final String argument) throws CoreException {
						return ToolWorkspace.this.process.getStartupWD();
					}
				} );
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor DynamicVariable.LocationVariable(IStringVariable) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[205] 
	new DynamicVariable.LocationVariable(NicoVariables.SESSION_STARTUP_WD_VARIABLE) {
	                    ^^^^^^^^^^^^^^^^
The type DynamicVariable.LocationVariable is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[205] 
	new DynamicVariable.LocationVariable(NicoVariables.SESSION_STARTUP_WD_VARIABLE) {
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IDynamicVariable' needs unchecked conversion to conform to '@NonNull IStringVariable'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[207] 
	public String getValue(final String argument) throws CoreException {
	                             ^^^^^^
Missing nullable annotation: inherited method from DynamicVariable specifies this parameter as @Nullable
161. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java (at line 233)
	addPropertyChanged("AutoRefresh.enabled", enable);
	                                          ^^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[347] 
	return URIUtil.toPath(fileStore.toURI()).toString();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method toPath(URI) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[407] 
	final String oldSeparator= this.lineSeparator;
	             ^^^^^^^^^^^^
The value of the local variable oldSeparator is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[430] 
	final char oldSeparator= this.fileSeparator;
	           ^^^^^^^^^^^^
The value of the local variable oldSeparator is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolWorkspace.java:[480] 
	this.propertyListener.add(listener);
	                          ^^^^^^^^
Null type safety (type annotations): The expression of type 'ToolWorkspace.Listener' needs unchecked conversion to conform to 'ToolWorkspace.@NonNull Listener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/History.java:[30] 
	import org.eclipse.core.runtime.SubProgressMonitor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/History.java:[70] 
	private final ListenerList listeners= new ListenerList(ListenerList.IDENTITY);
	              ^^^^^^^^^^^^
ListenerList is a raw type. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/History.java:[70] 
	private final ListenerList listeners= new ListenerList(ListenerList.IDENTITY);
	                                          ^^^^^^^^^^^^
ListenerList is a raw type. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/History.java:[155] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/History.java:[160] 
	NicoPreferenceNodes.CAT_HISTORY_QUALIFIER, this.preferenceListener );
	                                           ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IEclipsePreferences.IPreferenceChangeListener' needs unchecked conversion to conform to 'IEclipsePreferences.@NonNull IPreferenceChangeListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/History.java:[180] 
	streams.getInputStreamMonitor().addListener(listener, EnumSet.of(submitType));
	                                                                 ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SubmitType' needs unchecked conversion to conform to '@NonNull SubmitType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/History.java:[188] 
	NicoPreferenceNodes.CAT_HISTORY_QUALIFIER, this.preferenceListener );
	                                           ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IEclipsePreferences.IPreferenceChangeListener' needs unchecked conversion to conform to 'IEclipsePreferences.@NonNull IPreferenceChangeListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/History.java:[248] 
	m.beginTask(NicoCoreMessages.LoadHistoryJob_label, 4);
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/History.java:[255] 
	long timeStamp= fileUtil.getTimeStamp(new SubProgressMonitor(monitor, 1));
	                                          ^^^^^^^^^^^^^^^^^^
The type SubProgressMonitor is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/History.java:[255] 
	long timeStamp= fileUtil.getTimeStamp(new SubProgressMonitor(monitor, 1));
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SubProgressMonitor(IProgressMonitor, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/History.java:[361] 
	m.beginTask(NicoCoreMessages.SaveHistoryJob_label, 4);
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/History.java:[484] 
	this.listeners.add(listener);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ListenerList. References to generic type ListenerList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[139] 
	nameEvent = doSet(attributes, IProcess.ATTR_PROCESS_LABEL, computeConsoleLabel());
	                  ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,String>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[149] 
	doSet(attributes, IProcess.ATTR_PROCESS_LABEL, computeConsoleLabel());
	      ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,String>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[150] 
	doSet(attributes, IProcess.ATTR_PROCESS_TYPE, (fMainType+PROCESS_TYPE_SUFFIX).intern());
	      ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,String>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[163] 
	public boolean isProvidingFeatureSet(final String featureSetID) {
	                                           ^^^^^^
Missing non-null annotation: inherited method from Tool specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[219] 
	public final String getMainType() {
	             ^^^^^^
The return type is incompatible with '@NonNull String' returned from Tool.getMainType() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[249] 
	public String getLabel(final int config) {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Tool.getLabel(int) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[265] 
	public Queue getQueue() {
	       ^^^^^
The return type is incompatible with '@NonNull ToolQueue' returned from Tool.getQueue() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[322] 
	nameEvent = doSet(attributes, IProcess.ATTR_PROCESS_LABEL, computeConsoleLabel());
	                  ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,String>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[416] 
	fTracks= ImCollections.toList(tracks);
	                              ^^^^^^
Null type safety (type annotations): The expression of type 'List<capture#of ? extends ITrack>' needs unchecked conversion to conform to '@NonNull Collection<? extends capture#of ? extends ITrack>', corresponding supertype is 'Collection<capture#of ? extends ITrack>'
187. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java (at line 436)
	return DateFormat.getDateTimeInstance().format(timestamp) + '\n';
	                                               ^^^^^^^^^
The expression of type long is boxed into Long
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[449] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[449] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[449] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[449] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[449] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/runtime/ToolProcess.java:[449] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/ConsoleDefaultScope.java:[51] 
	public IEclipsePreferences getNode(final String qualifier) {
	                                         ^^^^^^
Missing non-null annotation: inherited method from IScopeContext specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/internal/nico/core/NicoCorePlugin.java:[58] 
	log(StatusUtils.convert(status));
	                        ^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/internal/nico/core/NicoCorePlugin.java:[79] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/internal/nico/core/NicoCorePlugin.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/internal/nico/core/NicoCorePlugin.java:[84] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/internal/nico/core/NicoCorePlugin.java:[86] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackWriter.java:[76] 
	checkedVariables.add(new WrappedDynamicVariable(variable) {
	                                                ^^^^^^^^
Null type safety (type annotations): The expression of type 'IDynamicVariable' needs unchecked conversion to conform to '@NonNull IDynamicVariable'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackWriter.java:[78] 
	public String getValue(final String argument) throws CoreException {
	                             ^^^^^^
Missing nullable annotation: inherited method from WrappedDynamicVariable specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackWriter.java:[79] 
	return super.getValue(argument).replaceAll("\\\\|\\/|\\:", "-"); //$NON-NLS-1$ //$NON-NLS-2$
	       ^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getValue(String) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackWriter.java:[186] 
	this.outputWriter.write(comment);
	                        ^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackWriter.java:[218] 
	this.outputWriter.write(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/TrackWriter.java:[263] 
	this.outputWriter.write(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/HistoryTrackingConfiguration.java:[35] 
	super(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/HistoryTrackingConfiguration.java:[39] 
	super(id, template);
	      ^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/HistoryTrackingConfiguration.java:[39] 
	super(id, template);
	          ^^^^^^^^
Null type safety (type annotations): The expression of type 'HistoryTrackingConfiguration' needs unchecked conversion to conform to '@NonNull TrackingConfiguration'
209. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/HistoryTrackingConfiguration.java (at line 67)
	firePropertyChange("loadHistory", oldValue, enable); //$NON-NLS-1$
	                                  ^^^^^^^^
The expression of type boolean is boxed into Boolean
210. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/org/eclipse/statet/nico/core/util/HistoryTrackingConfiguration.java (at line 67)
	firePropertyChange("loadHistory", oldValue, enable); //$NON-NLS-1$
	                                            ^^^^^^
The expression of type boolean is boxed into Boolean
210 problems (0 errors, 184 warnings, 184 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.nico.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.nico.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/target/org.eclipse.statet.nico.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.nico.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.nico.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/target/org.eclipse.statet.nico.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.nico.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.nico.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.nico.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/target/org.eclipse.statet.nico.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.nico.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/target/org.eclipse.statet.nico.core-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/target/org.eclipse.statet.nico.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.nico.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.core/target/org.eclipse.statet.nico.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.nico.core ---
[INFO] 
[INFO] ----------< org.eclipse.statet.r:org.eclipse.statet.nico.ui >-----------
[INFO] Building StatET NiCo - UI  (Incubation) 4.2.4.202103250600-r   [108/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.nico.ui ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.nico.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.nico.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.nico.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.nico.ui ---
[INFO] Compiling 77 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/AbstractHistoryPage.java:[80] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/AbstractHistoryPage.java:[153] 
	DialogUtils.saveHistorySettings(settings, SETTINGS_HISTORY, fResourcePath);
	                                ^^^^^^^^
Null type safety (type annotations): The expression of type 'IDialogSettings' needs unchecked conversion to conform to '@NonNull IDialogSettings'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/AbstractHistoryPage.java:[153] 
	DialogUtils.saveHistorySettings(settings, SETTINGS_HISTORY, fResourcePath);
	                                                            ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ConsolePreferencePage.java:[74] 
	public ConsolePreferenceBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field inputSubmitTypeControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ConsolePreferencePage.java:[74] 
	public ConsolePreferenceBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field outputCharLimitControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ConsolePreferencePage.java:[74] 
	public ConsolePreferenceBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field outputSubmitTypeControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ConsolePreferencePage.java:[83] 
	prefs.put(ConsolePreferences.HISTORYNAVIGATION_SUBMIT_TYPES_PREF, ConsolePreferences.GROUP_ID);
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference<EnumSet<SubmitType>>' needs unchecked conversion to conform to '@NonNull Preference<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ConsolePreferencePage.java:[84] 
	prefs.put(NicoUIPreferences.OUTPUT_CHARLIMIT_PREF, ConsolePreferences.GROUP_ID);
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference<Integer>' needs unchecked conversion to conform to '@NonNull Preference<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ConsolePreferencePage.java:[85] 
	prefs.put(NicoUIPreferences.OUTPUT_FILTER_SUBMITTYPES_INCLUDE_PREF, ConsolePreferences.GROUP_ID);
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference<EnumSet<SubmitType>>' needs unchecked conversion to conform to '@NonNull Preference<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ConsolePreferencePage.java:[150] 
	createObservable(NicoUIPreferences.OUTPUT_CHARLIMIT_PREF),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type '@NonNull IObservableValue<Integer>' needs unchecked conversion to conform to '@NonNull IObservableValue<@NonNull Integer>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ConsolePreferencePage.java:[150] 
	createObservable(NicoUIPreferences.OUTPUT_CHARLIMIT_PREF),
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference<Integer>' needs unchecked conversion to conform to '@NonNull Preference<Integer>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ConsolePreferencePage.java:[156] 
	this.outputSubmitTypeControl.getObservable(),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<EnumSet<SubmitType>>' needs unchecked conversion to conform to '@NonNull IObservableValue<EnumSet<SubmitType>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ConsolePreferencePage.java:[157] 
	createObservable(NicoUIPreferences.OUTPUT_FILTER_SUBMITTYPES_INCLUDE_PREF) );
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference<EnumSet<SubmitType>>' needs unchecked conversion to conform to '@NonNull Preference<EnumSet<SubmitType>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ConsolePreferencePage.java:[160] 
	this.inputSubmitTypeControl.getObservable(),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<EnumSet<SubmitType>>' needs unchecked conversion to conform to '@NonNull IObservableValue<EnumSet<SubmitType>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ConsolePreferencePage.java:[161] 
	createObservable(ConsolePreferences.HISTORYNAVIGATION_SUBMIT_TYPES_PREF) );
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference<EnumSet<SubmitType>>' needs unchecked conversion to conform to '@NonNull Preference<EnumSet<SubmitType>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/actions/SaveHistoryAction.java:[27] 
	public class SaveHistoryAction extends ToolAction  {
	                                       ^^^^^^^^^^
The type ToolAction is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/actions/SaveHistoryAction.java:[31] 
	super(support, false);
	^^^^^^^^^^^^^^^^^^^^^^
The constructor ToolAction(ToolProvider, boolean) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/actions/SaveHistoryAction.java:[38] 
	update();
	^^^^^^^^
The method update() from the type ToolAction is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/actions/SaveHistoryAction.java:[44] 
	final ToolProcess tool = getTool();
	                         ^^^^^^^^^
The method getTool() from the type ToolAction is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[34] 
	import org.eclipse.debug.internal.ui.views.console.ConsoleRemoveAllTerminatedAction;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ConsoleRemoveAllTerminatedAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[35] 
	import org.eclipse.debug.internal.ui.views.console.ConsoleRemoveLaunchAction;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ConsoleRemoveLaunchAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[162] 
	public void documentAboutToBeChanged(final DocumentEvent event) {
	                                           ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IDocumentListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[166] 
	public void documentChanged(final DocumentEvent event) {
	                                  ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IDocumentListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[181] 
	public void documentAboutToBeChanged(final DocumentEvent event) {
	                                           ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IDocumentListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[185] 
	public void documentChanged(final DocumentEvent event) {
	                                  ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IDocumentListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[217] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[307] 
	public void handleDebugEvents(final DebugEvent[] events) {
	                                    ^^^^^^^^^^^^
Missing non-null annotation: inherited method from IDebugEventSetListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[429] 
	private ConsoleRemoveLaunchAction removeAction;
	        ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ConsoleRemoveLaunchAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[430] 
	private ConsoleRemoveAllTerminatedAction removeAllAction;
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ConsoleRemoveAllTerminatedAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[450] 
	public void init(final IPageSite site) throws PartInitException {
	                       ^^^^^^^^^
Missing non-null annotation: inherited method from IPageBookViewPage specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[467] 
	public void createControl(final Composite parent) {
	                                ^^^^^^^^^
Missing non-null annotation: inherited method from IPage specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[557] 
	final IDialogSettings dialogSettings= DialogUtils.getDialogSettings(NicoUIPlugin.getInstance(), DIALOG_ID);
	                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'NicoUIPlugin' needs unchecked conversion to conform to '@NonNull AbstractUIPlugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[602] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[637] 
	this.pageHandlers= new ContextHandlers(pageHandlerService);
	                                       ^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull IHandlerService' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[640] 
	this.inputHandlers= new ContextHandlers(inputHandlerService);
	                                        ^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull IHandlerService' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[644] 
	this.removeAction= new ConsoleRemoveLaunchAction(this.console.getProcess().getLaunch());
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ConsoleRemoveLaunchAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[644] 
	this.removeAction= new ConsoleRemoveLaunchAction(this.console.getProcess().getLaunch());
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ConsoleRemoveLaunchAction(ILaunch)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[645] 
	this.removeAllAction= new ConsoleRemoveAllTerminatedAction();
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ConsoleRemoveAllTerminatedAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[645] 
	this.removeAllAction= new ConsoleRemoveAllTerminatedAction();
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The constructor 'ConsoleRemoveAllTerminatedAction()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[649] 
	pageHandlerService.activateHandler(NicoUI.CANCEL_CURRENT_COMMAND_ID, handler);
	^^^^^^^^^^^^^^^^^^
Potential null pointer access: The variable pageHandlerService may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[699] 
	inputViewer.addSelectionChangedListener(this.multiActionHandler);
	                                        ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'MultiActionHandler' needs unchecked conversion to conform to '@NonNull ISelectionChangedListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[700] 
	this.outputViewer.addSelectionChangedListener(this.multiActionHandler);
	                                              ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'MultiActionHandler' needs unchecked conversion to conform to '@NonNull ISelectionChangedListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[715] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[720] 
	Menu menu= this.outputMenuManager.createContextMenu(control);
	                                                    ^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[729] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[734] 
	menu= this.inputMenuManager.createContextMenu(control);
	                                              ^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[762] 
	this.pageHandlers.get(NicoUI.CANCEL_CURRENT_COMMAND_ID) ) {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[765] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[768] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[783] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[882] 
	debug.removeDebugEventListener(this.debugListener);
	                               ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'NIConsolePage.StatusListener' needs unchecked conversion to conform to '@NonNull IDebugEventSetListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[892] 
	this.outputViewer.removeSelectionChangedListener(this.multiActionHandler);
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'MultiActionHandler' needs unchecked conversion to conform to '@NonNull ISelectionChangedListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[893] 
	this.inputGroup.getViewer().removeSelectionChangedListener(this.multiActionHandler);
	                                                           ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'MultiActionHandler' needs unchecked conversion to conform to '@NonNull ISelectionChangedListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[928] 
	this.removeAction.dispose();
	                  ^^^^^^^
Discouraged access: The method 'ConsoleRemoveLaunchAction.dispose()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[930] 
	this.removeAllAction.dispose();
	                     ^^^^^^^
Discouraged access: The method 'ConsoleRemoveAllTerminatedAction.dispose()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[973] 
	public void addToolListener(final ActiveToolListener listener) {
	                                  ^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ToolProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[974] 
	this.toolListeners.add(listener);
	                       ^^^^^^^^
Null type safety (type annotations): The expression of type 'ActiveToolListener' needs unchecked conversion to conform to '@NonNull ActiveToolListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[978] 
	public void removeToolListener(final ActiveToolListener listener) {
	                                     ^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ToolProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[1012] 
	public <T> T getAdapter(final Class<T> adapterType) {
	                              ^^^^^
Missing non-null annotation: inherited method from IAdaptable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[1048] 
	selection= new TreeSelection(new TreePath(new Object[]{
					DebugPlugin.getDefault().getLaunchManager(),
					process.getLaunch(),
					process}));
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[1053] 
	selection= new TreeSelection(new TreePath(new Object[]{
					DebugPlugin.getDefault().getLaunchManager(),
					target.getLaunch(),
					target}));
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[1068] 
	public void setActionBars(final IActionBars actionBars) {
	                                ^^^^^^^^^^^
Missing non-null annotation: inherited method from IPage specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsolePage.java:[1095] 
	final IDialogSettings dialogSettings= DialogUtils.getDialogSettings(NicoUIPlugin.getInstance(), DIALOG_ID);
	                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'NicoUIPlugin' needs unchecked conversion to conform to '@NonNull AbstractUIPlugin'
64. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/actions/CancelHandler.java (at line 61)
	options= Integer.decode(optionsParameter);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ToolRegistry.java:[40] 
	import org.eclipse.statet.ecommons.collections.FastList;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FastList<T> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ToolRegistry.java:[67] 
	public void scheduled(final IJobChangeEvent event) {
	                            ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IJobChangeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ToolRegistry.java:[76] 
	public void aboutToRun(final IJobChangeEvent event) {
	                             ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IJobChangeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ToolRegistry.java:[80] 
	public void done(final IJobChangeEvent event) {
	                       ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IJobChangeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ToolRegistry.java:[96] 
	public void sleeping(final IJobChangeEvent event) {
	                           ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IJobChangeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ToolRegistry.java:[99] 
	public void awake(final IJobChangeEvent event) {
	                        ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IJobChangeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ToolRegistry.java:[102] 
	public void running(final IJobChangeEvent event) {
	                          ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IJobChangeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ToolRegistry.java:[164] 
	private final FastList<WorkbenchToolRegistryListener> fListenersWorkbench= new FastList<>(WorkbenchToolRegistryListener.class, FastList.IDENTITY);
	              ^^^^^^^^
The type FastList<WorkbenchToolRegistryListener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ToolRegistry.java:[164] 
	private final FastList<WorkbenchToolRegistryListener> fListenersWorkbench= new FastList<>(WorkbenchToolRegistryListener.class, FastList.IDENTITY);
	                                                                               ^^^^^^^^
The type FastList is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ToolRegistry.java:[164] 
	private final FastList<WorkbenchToolRegistryListener> fListenersWorkbench= new FastList<>(WorkbenchToolRegistryListener.class, FastList.IDENTITY);
	                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor FastList<WorkbenchToolRegistryListener>(Class<WorkbenchToolRegistryListener>, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ToolRegistry.java:[164] 
	private final FastList<WorkbenchToolRegistryListener> fListenersWorkbench= new FastList<>(WorkbenchToolRegistryListener.class, FastList.IDENTITY);
	                                                                                                                               ^^^^^^^^
The type FastList<T> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ToolRegistry.java:[164] 
	private final FastList<WorkbenchToolRegistryListener> fListenersWorkbench= new FastList<>(WorkbenchToolRegistryListener.class, FastList.IDENTITY);
	                                                                                                                                        ^^^^^^^^
The field FastList.IDENTITY is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ToolRegistry.java:[170] 
	DebugPlugin.getDefault().getLaunchManager().addLaunchListener(fLaunchesListener);
	                                                              ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ToolRegistry.LaunchesListener' needs unchecked conversion to conform to '@NonNull ILaunchesListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ToolRegistry.java:[176] 
	DebugPlugin.getDefault().getLaunchManager().removeLaunchListener(fLaunchesListener);
	                                                                 ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ToolRegistry.LaunchesListener' needs unchecked conversion to conform to '@NonNull ILaunchesListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ToolRegistry.java:[183] 
	reg.dispose();
	^^^
Potential null pointer access: The variable reg may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ToolRegistry.java:[211] 
	reg.dispose();
	^^^
Potential null pointer access: The variable reg may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ToolRegistry.java:[223] 
	final WorkbenchToolRegistryListener[] listeners = fListenersWorkbench.toArray();
	                                                                      ^^^^^^^^^
The method toArray() from the type FastList<WorkbenchToolRegistryListener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ToolRegistry.java:[240] 
	public void addListener(final WorkbenchToolRegistryListener listener, final IWorkbenchPage page) {
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from WorkbenchToolRegistry specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ToolRegistry.java:[240] 
	public void addListener(final WorkbenchToolRegistryListener listener, final IWorkbenchPage page) {
	                                                                            ^^^^^^^^^^^^^^
Missing nullable annotation: inherited method from WorkbenchToolRegistry specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ToolRegistry.java:[242] 
	fListenersWorkbench.add(listener);
	                    ^^^^^^^^^^^^^
The method add(WorkbenchToolRegistryListener) from the type FastList<WorkbenchToolRegistryListener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ToolRegistry.java:[246] 
	reg.fListeners.add(listener);
	               ^^^^^^^^^^^^^
The method add(WorkbenchToolRegistryListener) from the type FastList<WorkbenchToolRegistryListener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ToolRegistry.java:[251] 
	public void removeListener(final WorkbenchToolRegistryListener listener) {
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from WorkbenchToolRegistry specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ToolRegistry.java:[252] 
	fListenersWorkbench.remove(listener);
	                    ^^^^^^^^^^^^^^^^
The method remove(WorkbenchToolRegistryListener) from the type FastList<WorkbenchToolRegistryListener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ToolRegistry.java:[255] 
	reg.fListeners.remove(listener);
	               ^^^^^^^^^^^^^^^^
The method remove(WorkbenchToolRegistryListener) from the type FastList<WorkbenchToolRegistryListener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ToolRegistry.java:[270] 
	public WorkbenchToolSessionData getActiveToolSession(final IWorkbenchPage page) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull WorkbenchToolSessionData' returned from WorkbenchToolRegistry.getActiveToolSession(IWorkbenchPage) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ToolRegistry.java:[270] 
	public WorkbenchToolSessionData getActiveToolSession(final IWorkbenchPage page) {
	                                                           ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from WorkbenchToolRegistry specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ToolRegistry.java:[283] 
	public IWorkbenchPage findWorkbenchPage(final Tool process) {
	       ^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull IWorkbenchPage' returned from WorkbenchToolRegistry.findWorkbenchPage(Tool) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ToolRegistry.java:[283] 
	public IWorkbenchPage findWorkbenchPage(final Tool process) {
	                                              ^^^^
Missing non-null annotation: inherited method from WorkbenchToolRegistry specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ToolSourceProvider.java:[50] 
	public void toolSessionActivated(final WorkbenchToolSessionData info) {
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from WorkbenchToolRegistryListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ToolSourceProvider.java:[57] 
	public void toolTerminated(final WorkbenchToolSessionData sessionData) {
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from WorkbenchToolRegistryListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ToolSourceProvider.java:[95] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ToolSourceProvider.java:[104] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ToolSourceProvider.java:[117] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ToolSourceProvider.java:[123] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ToolSourceProvider.java:[158] 
	public Map getCurrentState() {
	       ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/QuitHandler.java:[75] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/QuitHandler.java:[100] 
	public Status execute(final String id, final ToolService service, final Map<String, Object> data,
	       ^^^^^^
The return type is incompatible with '@NonNull Status' returned from ToolCommandHandler.execute(String, ToolService, Map<String,Object>, ProgressMonitor) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/QuitHandler.java:[100] 
	public Status execute(final String id, final ToolService service, final Map<String, Object> data,
	                            ^^^^^^
Missing non-null annotation: inherited method from ToolCommandHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/QuitHandler.java:[100] 
	public Status execute(final String id, final ToolService service, final Map<String, Object> data,
	                                             ^^^^^^^^^^^
Missing non-null annotation: inherited method from ToolCommandHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/QuitHandler.java:[100] 
	public Status execute(final String id, final ToolService service, final Map<String, Object> data,
	                                                                        ^^^
Missing non-null annotation: inherited method from ToolCommandHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/QuitHandler.java:[101] 
	final ProgressMonitor m) {
	      ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ToolCommandHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/QuitHandler.java:[122] 
	final List<ToolRunnable> quitRunnables= (List<ToolRunnable>) data.get("scheduledQuitRunnables");
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<ToolRunnable>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/QuitHandler.java:[123] 
	if (quitRunnables.isEmpty()) {
	    ^^^^^^^^^^^^^
Potential null pointer access: The variable quitRunnables may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[82] 
	import org.eclipse.statet.ecommons.collections.FastList;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FastList<T> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[179] 
	private static final EnumSetPref<SubmitType> SOURCE_ENCODER= new EnumSetPref<>(null, null, SubmitType.class);
	                                 ^^^^^^^^^^
Null constraint mismatch: The type 'SubmitType' is not a valid substitute for the type parameter 'E extends @NonNull Enum<E>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[179] 
	private static final EnumSetPref<SubmitType> SOURCE_ENCODER= new EnumSetPref<>(null, null, SubmitType.class);
	                                                                               ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[179] 
	private static final EnumSetPref<SubmitType> SOURCE_ENCODER= new EnumSetPref<>(null, null, SubmitType.class);
	                                                                                     ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[191] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[191] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[303] 
	toAddEntries = (toAdd > 0) ? ImCollections.clearToList(this.fToAdd) : null;
	                                                       ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<History.Entry>' needs unchecked conversion to conform to '@NonNull Collection<? extends History.Entry>', corresponding supertype is 'Collection<History.Entry>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[305] 
	toRemoveEntries = (toRemove > REMOVE_THRESHOLD) ? ImCollections.clearToList(this.fToRemove) : null;
	                                                                            ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<History.Entry>' needs unchecked conversion to conform to '@NonNull Collection<? extends History.Entry>', corresponding supertype is 'Collection<History.Entry>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[306] 
	filter = HistoryView.this.fFilter.toArray();
	                                  ^^^^^^^^^
The method toArray() from the type FastList<HistoryView.EntryFilter> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[344] 
	final Entry e = toAddEntries.get(i);
	                ^^^^^^^^^^^^
Potential null pointer access: The variable toAddEntries may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[362] 
	if (removedItem.getData() == toRemoveEntries.get(i)) {
	                             ^^^^^^^^^^^^^^^
Potential null pointer access: The variable toRemoveEntries may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[421] 
	final EnumSet<SubmitType> types = EnumSet.copyOf(currentFilter.fSubmitTypes);
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'EnumSet<SubmitType>' needs unchecked conversion to conform to '@NonNull EnumSet<SubmitType>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[448] 
	private final FastList<EntryFilter> fFilter= new FastList<>(EntryFilter.class, FastList.IDENTITY);
	              ^^^^^^^^
The type FastList<HistoryView.EntryFilter> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[448] 
	private final FastList<EntryFilter> fFilter= new FastList<>(EntryFilter.class, FastList.IDENTITY);
	                                                 ^^^^^^^^
The type FastList is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[448] 
	private final FastList<EntryFilter> fFilter= new FastList<>(EntryFilter.class, FastList.IDENTITY);
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor FastList<HistoryView.EntryFilter>(Class<HistoryView.EntryFilter>, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[448] 
	private final FastList<EntryFilter> fFilter= new FastList<>(EntryFilter.class, FastList.IDENTITY);
	                                                                               ^^^^^^^^
The type FastList<T> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[448] 
	private final FastList<EntryFilter> fFilter= new FastList<>(EntryFilter.class, FastList.IDENTITY);
	                                                                                        ^^^^^^^^
The field FastList.IDENTITY is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[487] 
	public void init(final IViewSite site, final IMemento memento) throws PartInitException {
	                       ^^^^^^^^^
Missing non-null annotation: inherited method from ViewPart specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[487] 
	public void init(final IViewSite site, final IMemento memento) throws PartInitException {
	                                             ^^^^^^^^
Missing nullable annotation: inherited method from ViewPart specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[488] 
	super.init(site, memento);
	           ^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[505] 
	this.fFilter.add(this.fFilterBySource);
	             ^^^^^^^^^^^^^^^^^^^^^^^^^
The method add(HistoryView.EntryFilter) from the type FastList<HistoryView.EntryFilter> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[513] 
	this.fFilter.add(EMPTY_FILTER);
	             ^^^^^^^^^^^^^^^^^
The method add(HistoryView.EntryFilter) from the type FastList<HistoryView.EntryFilter> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[518] 
	public void saveState(final IMemento memento) {
	                            ^^^^^^^^
Missing non-null annotation: inherited method from ViewPart specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[519] 
	super.saveState(memento);
	                ^^^^^^^
Null type safety (type annotations): The expression of type 'IMemento' needs unchecked conversion to conform to '@NonNull IMemento'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[522] 
	memento.putString(M_FILTER_BY_SOURCE, SOURCE_ENCODER.usage2Store(this.fFilterBySource.fSubmitTypes));
	                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'EnumSet<SubmitType>' needs unchecked conversion to conform to '@NonNull EnumSet<SubmitType>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[527] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[527] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[563] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[599] 
	public void toolSessionActivated(final WorkbenchToolSessionData sessionData) {
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from WorkbenchToolRegistryListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[609] 
	public void toolTerminated(final WorkbenchToolSessionData sessionData) {
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from WorkbenchToolRegistryListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[621] 
	toolRegistry.addListener(this.fToolRegistryListener, getViewSite().getPage());
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WorkbenchToolRegistryListener' needs unchecked conversion to conform to '@NonNull WorkbenchToolRegistryListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[656] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[665] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[675] 
	public Object execute(final ExecutionEvent arg0) {
	                            ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[680] 
	handlerService.activateHandler(IWorkbenchCommandConstants.EDIT_FIND_AND_REPLACE, this.fSearchStartHandler);
	^^^^^^^^^^^^^^
Potential null pointer access: The variable handlerService may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[684] 
	public Object execute(final ExecutionEvent arg0) {
	                            ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[694] 
	public Object execute(final ExecutionEvent arg0) {
	                            ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[714] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[718] 
	final Menu menu = menuMgr.createContextMenu(this.fTable);
	                                            ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Table' needs unchecked conversion to conform to '@NonNull Control'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[779] 
	SharedMessages.FindNext_tooltip, null, null, SWT.PUSH, null, false), this.fSearchNextHandler));
	                                                                     ^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[783] 
	SharedMessages.FindPrevious_tooltip, null, null, SWT.PUSH, null, false), this.fSearchPrevHandler));
	                                                                         ^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[815] 
	context.schedule(this.fReloadJob, 200);
	^^^^^^^
Potential null pointer access: The variable context may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[818] 
	context.schedule(this.fReloadJob, 0);
	^^^^^^^
Potential null pointer access: The variable context may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[823] 
	public void addToolListener(final ActiveToolListener action) {
	                                  ^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ToolProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[824] 
	this.fToolListeners.add(action);
	                        ^^^^^^
Null type safety (type annotations): The expression of type 'ActiveToolListener' needs unchecked conversion to conform to '@NonNull ActiveToolListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[828] 
	public void removeToolListener(final ActiveToolListener action) {
	                                     ^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ToolProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[833] 
	this.fFilter.add(filter);
	             ^^^^^^^^^^^
The method add(HistoryView.EntryFilter) from the type FastList<HistoryView.EntryFilter> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[838] 
	this.fFilter.remove(filter);
	             ^^^^^^^^^^^^^^
The method remove(HistoryView.EntryFilter) from the type FastList<HistoryView.EntryFilter> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[843] 
	this.fFilter.replace(oldFilter, newFilter);
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method replace(HistoryView.EntryFilter, HistoryView.EntryFilter) from the type FastList<HistoryView.EntryFilter> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/HistoryView.java:[954] 
	NicoUI.getToolRegistry().removeListener(this.fToolRegistryListener);
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WorkbenchToolRegistryListener' needs unchecked conversion to conform to '@NonNull WorkbenchToolRegistryListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/DisconnectEngineHandler.java:[104] 
	final Job job= new DisconnectJob(tool, controller);
	                                       ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ToolController' needs unchecked conversion to conform to '@NonNull ToolController'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/GenericConsoleSourceUnit.java:[66] 
	return null;
	       ^^^^
Null type mismatch: required '@NonNull ElementName' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ToolMessageDialog.java:[73] 
	LayoutUtils.addSmallFiller(parent, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/actions/AbstractToolHandler.java:[86] 
	this.toolProvider.addToolListener(this);
	     ^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/actions/AbstractToolHandler.java:[101] 
	this.toolProvider.removeToolListener(this);
	     ^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/actions/AbstractToolHandler.java:[110] 
	return this.toolProvider.getTool();
	            ^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/actions/AbstractToolHandler.java:[128] 
	&& (this.requiredFeatureSet == null || tool.isProvidingFeatureSet(this.requiredFeatureSet)));
	                                                                  ^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/actions/AbstractToolHandler.java:[139] 
	this.activeTool= isValid(tool) ? (TTool) tool : null;
	                                 ^^^^^^^^^^^^
Type safety: Unchecked cast from Tool to TTool
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/actions/AbstractToolHandler.java:[141] 
	&& evaluateIsEnabled(this.activeTool, evaluationContext) );
	                     ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required 'TTool extends @NonNull Tool' but this expression has type '@Nullable TTool extends @NonNull Tool'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/actions/AbstractToolHandler.java:[151] 
	return this.serviceLocator;
	       ^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IServiceLocator' but this expression has type '@Nullable IServiceLocator'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/actions/AbstractToolHandler.java:[162] 
	&& evaluateIsEnabled(execTool= (TTool) tool, event.getApplicationContext()) ) {
	                               ^^^^^^^^^^^^
Type safety: Unchecked cast from Tool to TTool
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsoleColorAdapter.java:[83] 
	NicoUIPreferences.OUTPUT_FILTER_SUBMITTYPES_INCLUDE_PREF );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference<EnumSet<SubmitType>>' needs unchecked conversion to conform to '@NonNull Preference<EnumSet<SubmitType>>'
170. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsoleColorAdapter.java (at line 153)
	int style= this.prefAccess.getPreferenceValue(new BooleanPref(
				NicoUIPreferences.OUTPUT_QUALIFIER,
				rootKey + ITextPresentationConstants.TEXTSTYLE_BOLD_SUFFIX )) ?
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
171. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsoleColorAdapter.java (at line 157)
	if (this.prefAccess.getPreferenceValue(new BooleanPref(
				NicoUIPreferences.OUTPUT_QUALIFIER,
				rootKey + ITextPresentationConstants.TEXTSTYLE_ITALIC_SUFFIX ))) {
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/console/InputDocument.java:[57] 
	protected AbstractDocument createMasterDocument() {
	          ^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull AbstractDocument' returned from AbstractFragmentDocument.createMasterDocument() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/console/InputDocument.java:[62] 
	public void setPrefix(final String text) {
	                            ^^^^^^
Missing non-null annotation: inherited method from AbstractFragmentDocument specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/console/InputDocument.java:[63] 
	super.setPrefix(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/console/InputDocument.java:[68] 
	return gLineSeparatorPattern.matcher(text).replaceAll(""); //$NON-NLS-1$
	                                     ^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/console/InputDocument.java:[72] 
	public void set(final String text) {
	                      ^^^^^^
Missing non-null annotation: inherited method from AbstractSynchronizableDocument specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/console/InputDocument.java:[73] 
	super.set(checkText(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/console/InputDocument.java:[77] 
	public void set(final String text, final long modificationStamp) {
	                      ^^^^^^
Missing non-null annotation: inherited method from AbstractSynchronizableDocument specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/console/InputDocument.java:[78] 
	super.set(checkText(text), modificationStamp);
	          ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/console/InputDocument.java:[82] 
	public void replace(final int offset, final int length, final String text, final long modificationStamp) throws BadLocationException {
	                                                              ^^^^^^
Missing non-null annotation: inherited method from AbstractSynchronizableDocument specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/console/InputDocument.java:[83] 
	super.replace(offset, length, checkText(text), modificationStamp);
	                              ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/SubmitPasteAction.java:[77] 
	public void run(final IProgressMonitor monitor) throws InterruptedException, InvocationTargetException {
	                      ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IRunnableWithProgress specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/HistorySubmitAction.java:[64] 
	public void run(final IProgressMonitor monitor) throws InterruptedException, InvocationTargetException {
	                      ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IRunnableWithProgress specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/console/StreamProcessor.java:[323] 
	src.getChars(srcStart, srcStart + n, this.charBuffer, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/console/StreamProcessor.java:[338] 
	src.getChars(srcStart, srcStart + n, this.charBuffer, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/RunBlockingHandler.java:[49] 
	public Status execute(final String id, final ToolService service, final Map<String, Object> data,
	       ^^^^^^
The return type is incompatible with '@NonNull Status' returned from ToolCommandHandler.execute(String, ToolService, Map<String,Object>, ProgressMonitor) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/RunBlockingHandler.java:[49] 
	public Status execute(final String id, final ToolService service, final Map<String, Object> data,
	                            ^^^^^^
Missing non-null annotation: inherited method from ToolCommandHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/RunBlockingHandler.java:[49] 
	public Status execute(final String id, final ToolService service, final Map<String, Object> data,
	                                             ^^^^^^^^^^^
Missing non-null annotation: inherited method from ToolCommandHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/RunBlockingHandler.java:[49] 
	public Status execute(final String id, final ToolService service, final Map<String, Object> data,
	                                                                        ^^^
Missing non-null annotation: inherited method from ToolCommandHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/RunBlockingHandler.java:[50] 
	final ProgressMonitor m) {
	      ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ToolCommandHandler specifies this parameter as @NonNull
191. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/RunBlockingHandler.java (at line 52)
	final ToolRunnable toolRunnable = ToolCommandHandlerUtils.getCheckedData(data, RUN_RUNNABLE_DATA_KEY, ToolRunnable.class, true);
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'C=@NonNull ToolRunnable'. Declaring type 'ToolCommandHandlerUtils' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/RunBlockingHandler.java:[56] 
	public void run(final IProgressMonitor monitor) throws InvocationTargetException, InterruptedException {
	                      ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IRunnableWithProgress specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/RunBlockingHandler.java:[59] 
	toolRunnable.run(service, m);
	                 ^^^^^^^
Null type safety (type annotations): The expression of type 'ToolService' needs unchecked conversion to conform to '@NonNull ToolService'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/RunBlockingHandler.java:[83] 
	StatusManager.getManager().handle(EStatusUtils.convert(status),
	                                                       ^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/LocalTaskTransfer.java:[125] 
	public void javaToNative(final Object object, final TransferData transferData) {
	                               ^^^^^^
Illegal redefinition of parameter object, inherited method from ByteArrayTransfer does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/LocalTaskTransfer.java:[125] 
	public void javaToNative(final Object object, final TransferData transferData) {
	                                                    ^^^^^^^^^^^^
Illegal redefinition of parameter transferData, inherited method from ByteArrayTransfer does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/LocalTaskTransfer.java:[138] 
	public @Nullable Object nativeToJava(final TransferData transferData) {
	                                           ^^^^^^^^^^^^
Illegal redefinition of parameter transferData, inherited method from ByteArrayTransfer does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/LocalTaskTransfer.java:[140] 
	if (isInvalidNativeType(result)) {
	                        ^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/LocalTaskTransfer.java:[165] 
	return new Data(this.process);
	                ^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull ToolProcess' but this expression has type '@Nullable ToolProcess'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/LocalTaskTransfer.java:[186] 
	return this.process.getMainType();
	            ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/actions/SaveHistoryWizard.java:[58] 
	setDialogSettings(DialogUtils.getDialogSettings(NicoUIPlugin.getInstance(), STORE_SECTION));
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'NicoUIPlugin' needs unchecked conversion to conform to '@NonNull AbstractUIPlugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/actions/SaveHistoryWizard.java:[96] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/EclipseIDEOperationsHandler.java:[60] 
	public Status execute(final String id, final ConsoleService service, final Map<String, Object> data,
	       ^^^^^^
The return type is incompatible with '@NonNull Status' returned from AbstractConsoleCommandHandler.execute(String, ConsoleService, Map<String,Object>, ProgressMonitor) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/EclipseIDEOperationsHandler.java:[60] 
	public Status execute(final String id, final ConsoleService service, final Map<String, Object> data,
	                            ^^^^^^
Missing non-null annotation: inherited method from AbstractConsoleCommandHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/EclipseIDEOperationsHandler.java:[60] 
	public Status execute(final String id, final ConsoleService service, final Map<String, Object> data,
	                                             ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractConsoleCommandHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/EclipseIDEOperationsHandler.java:[60] 
	public Status execute(final String id, final ConsoleService service, final Map<String, Object> data,
	                                                                           ^^^
Missing non-null annotation: inherited method from AbstractConsoleCommandHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/EclipseIDEOperationsHandler.java:[61] 
	final ProgressMonitor m) {
	      ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractConsoleCommandHandler specifies this parameter as @NonNull
208. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/EclipseIDEOperationsHandler.java (at line 65)
	String fileName = ToolCommandHandlerUtils.getCheckedData(data, "filename", String.class, false); //$NON-NLS-1$
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'C=@NonNull String'. Declaring type 'ToolCommandHandlerUtils' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/EclipseIDEOperationsHandler.java:[66] 
	if (fileName == null) {
				fileName = ToolCommandHandlerUtils.getCheckedData(data, "fileName", String.class, true); //$NON-NLS-1$
			}
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
210. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/EclipseIDEOperationsHandler.java (at line 67)
	fileName = ToolCommandHandlerUtils.getCheckedData(data, "fileName", String.class, true); //$NON-NLS-1$
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'C=@NonNull String'. Declaring type 'ToolCommandHandlerUtils' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/EclipseIDEOperationsHandler.java:[78] 
	service.handleStatus(status, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/EclipseIDEOperationsHandler.java:[98] 
	service.handleStatus(status, m);
	                             ^
Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor'
213. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/EclipseIDEOperationsHandler.java (at line 105)
	final String pattern = ToolCommandHandlerUtils.getCheckedData(data, "pattern", String.class, false); //$NON-NLS-1$
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'C=@NonNull String'. Declaring type 'ToolCommandHandlerUtils' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/EclipseIDEOperationsHandler.java:[121] 
	service.handleStatus(status, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/PauseHandler.java:[95] 
	public void updateElement(final UIElement element, final Map parameters) {
	                                                         ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/NicoUIPlugin.java:[27] 
	import org.eclipse.statet.ecommons.ui.actions.WindowContributionsProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type WindowContributionsProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/NicoUIPlugin.java:[62] 
	private WindowContributionsProvider fContributionProvider;
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type WindowContributionsProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/NicoUIPlugin.java:[76] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/NicoUIPlugin.java:[77] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/NicoUIPlugin.java:[82] 
	public void toolSessionActivated(final WorkbenchToolSessionData sessionData) {
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from WorkbenchToolRegistryListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/NicoUIPlugin.java:[92] 
	public void toolTerminated(final WorkbenchToolSessionData sessionData) {
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from WorkbenchToolRegistryListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/NicoUIPlugin.java:[98] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/NicoUIPlugin.java:[105] 
	fContributionProvider.dispose();
	                      ^^^^^^^^^
The method dispose() from the type WindowContributionsProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/NicoUIPlugin.java:[114] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/NicoUIPlugin.java:[120] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/PageRegistry.java:[49] 
	import org.eclipse.statet.ecommons.collections.FastList;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FastList<T> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/PageRegistry.java:[163] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/PageRegistry.java:[168] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/PageRegistry.java:[203] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/PageRegistry.java:[203] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/PageRegistry.java:[262] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/PageRegistry.java:[267] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/PageRegistry.java:[281] 
	public 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/PageRegistry.java:[281] 
	public 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/PageRegistry.java:[296] 
	private IDebugContextListener fDebugContextListener;
	                              ^^^^^^^^^^^^^^^^^^^^^
The value of the field PageRegistry.fDebugContextListener is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/PageRegistry.java:[301] 
	final FastList<WorkbenchToolRegistryListener> fListeners;
	      ^^^^^^^^
The type FastList<WorkbenchToolRegistryListener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/PageRegistry.java:[310] 
	fListeners= new FastList<>(WorkbenchToolRegistryListener.class, FastList.IDENTITY, initial);
	                ^^^^^^^^
The type FastList is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/PageRegistry.java:[310] 
	fListeners= new FastList<>(WorkbenchToolRegistryListener.class, FastList.IDENTITY, initial);
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor FastList<WorkbenchToolRegistryListener>(Class<WorkbenchToolRegistryListener>, int, WorkbenchToolRegistryListener[]) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/PageRegistry.java:[310] 
	fListeners= new FastList<>(WorkbenchToolRegistryListener.class, FastList.IDENTITY, initial);
	                                                                ^^^^^^^^
The type FastList<T> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/PageRegistry.java:[310] 
	fListeners= new FastList<>(WorkbenchToolRegistryListener.class, FastList.IDENTITY, initial);
	                                                                         ^^^^^^^^
The field FastList.IDENTITY is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/PageRegistry.java:[310] 
	fListeners= new FastList<>(WorkbenchToolRegistryListener.class, FastList.IDENTITY, initial);
	                                                                                   ^^^^^^^
Null type safety (type annotations): The expression of type 'WorkbenchToolRegistryListener[]' needs unchecked conversion to conform to '@NonNull WorkbenchToolRegistryListener []'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/PageRegistry.java:[325] 
	fListeners.clear();
	           ^^^^^^^
The method clear() from the type FastList<WorkbenchToolRegistryListener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/PageRegistry.java:[362] 
	public void handleDebugEvents(final DebugEvent[] events) {
	                                    ^^^^^^^^^^^^
Missing non-null annotation: inherited method from IDebugEventSetListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/PageRegistry.java:[425] 
	final Object[] listeners = fListeners.toArray();
	                                      ^^^^^^^^^
The method toArray() from the type FastList<WorkbenchToolRegistryListener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/PageRegistry.java:[444] 
	final Object[] listeners = fListeners.toArray();
	                                      ^^^^^^^^^
The method toArray() from the type FastList<WorkbenchToolRegistryListener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/PageRegistry.java:[547] 
	if (secId != null && secId.startsWith(console.getType())) {
	                                      ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/SaveHistoryPage.java:[97] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/SaveHistoryPage.java:[111] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/SaveHistoryPage.java:[163] 
	settings.put(SETTINGS_SOURCE, SubmitTypeSelectionComposite.SOURCE_ENCODER.usage2Store(fSourceControl.getSelection()));
	                                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'EnumSet<SubmitType>' needs unchecked conversion to conform to '@NonNull EnumSet<SubmitType>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java:[210] 
	gd.widthHint= LayoutUtils.hintWidth(this.streamOutputErrorTruncateLinesControl, 10);
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java:[248] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java:[302] 
	.observe(this.nameControl),
	         ^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java:[304] 
	.observe(this.input),
	         ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TrackingConfiguration' needs unchecked conversion to conform to '@NonNull TrackingConfiguration'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java:[305] 
	new UpdateValueStrategy<String, String>()
							.setAfterGetValidator(new NotEmptyValidator(Messages.Tracking_Name_error_Missing_message)),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'UpdateValueStrategy<String,String>' needs unchecked conversion to conform to '@Nullable UpdateValueStrategy<? super @NonNull String,? extends @NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java:[311] 
	.observe(this.streamInfoControl);
	         ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Button' needs unchecked conversion to conform to '@NonNull Button'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java:[315] 
	.observe(this.input) );
	         ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TrackingConfiguration' needs unchecked conversion to conform to '@NonNull TrackingConfiguration'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java:[318] 
	.observe(this.streamInputControl);
	         ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Button' needs unchecked conversion to conform to '@NonNull Button'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java:[321] 
	.observe(this.input) );
	         ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TrackingConfiguration' needs unchecked conversion to conform to '@NonNull TrackingConfiguration'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java:[325] 
	.observe(this.streamInputHistoryOnlyControl),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Button' needs unchecked conversion to conform to '@NonNull Widget'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java:[329] 
	.observe(this.streamInputHistoryOnlyControl),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Button' needs unchecked conversion to conform to '@NonNull Button'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java:[331] 
	.observe(this.input) );
	         ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TrackingConfiguration' needs unchecked conversion to conform to '@NonNull TrackingConfiguration'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java:[335] 
	.observe(this.streamOutputErrorControl);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Button' needs unchecked conversion to conform to '@NonNull Button'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java:[338] 
	.observe(this.input);
	         ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TrackingConfiguration' needs unchecked conversion to conform to '@NonNull TrackingConfiguration'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java:[343] 
	.observe(this.streamOutputErrorTruncateControl);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Button' needs unchecked conversion to conform to '@NonNull Button'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java:[346] 
	.observe(this.input);
	         ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TrackingConfiguration' needs unchecked conversion to conform to '@NonNull TrackingConfiguration'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java:[349] 
	.observe(this.streamOutputErrorTruncateControl),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Button' needs unchecked conversion to conform to '@NonNull Widget'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java:[356] 
	.observe(this.streamOutputErrorTruncateLinesControl),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java:[367] 
	.observe(this.streamOutputErrorTruncateLinesControl),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java:[369] 
	.observe(this.input),
	         ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TrackingConfiguration' needs unchecked conversion to conform to '@NonNull TrackingConfiguration'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java:[370] 
	new UpdateValueStrategy<String, Integer>()
							.setAfterGetValidator(new IntegerValidator(2, 1000000,
									Messages.Tracking_OutputStream_TruncateLines_error_Invalid_message )),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'UpdateValueStrategy<String,Integer>' needs unchecked conversion to conform to '@Nullable UpdateValueStrategy<? super @NonNull String,? extends @NonNull Integer>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java:[378] 
	this.submitTypeControl.getObservable(),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<EnumSet<SubmitType>>' needs unchecked conversion to conform to '@NonNull IObservableValue<EnumSet<SubmitType>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java:[380] 
	.observe(this.input) );
	         ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TrackingConfiguration' needs unchecked conversion to conform to '@NonNull TrackingConfiguration'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java:[384] 
	this.filePathControl.getObservable(),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java:[386] 
	.observe(this.input),
	         ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TrackingConfiguration' needs unchecked conversion to conform to '@NonNull TrackingConfiguration'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java:[387] 
	new UpdateValueStrategy<String, String>()
						.setAfterGetValidator(this.filePathControl.getValidator()),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'UpdateValueStrategy<String,String>' needs unchecked conversion to conform to '@Nullable UpdateValueStrategy<? super String,? extends @NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java:[392] 
	.observe(this.input);
	         ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TrackingConfiguration' needs unchecked conversion to conform to '@NonNull TrackingConfiguration'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java:[395] 
	.observe(this.fileAppendControl),
	         ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Button' needs unchecked conversion to conform to '@NonNull Button'
278. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java (at line 405)
	fileModeModelObs.setValue(selected.booleanValue() ? EFS.APPEND : EFS.NONE);
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java:[410] 
	.observe(this.fileOverwriteControl),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Button' needs unchecked conversion to conform to '@NonNull Button'
280. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java (at line 420)
	fileModeModelObs.setValue(selected.booleanValue() ? EFS.OVERWRITE : EFS.NONE);
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java:[427] 
	.observe(this.prependTimestampControl),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Button' needs unchecked conversion to conform to '@NonNull Button'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/TrackingConfigurationComposite.java:[429] 
	.observe(this.input) );
	         ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TrackingConfiguration' needs unchecked conversion to conform to '@NonNull TrackingConfiguration'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/console/PromptHighlighter.java:[106] 
	NIConsoleColorAdapter.getForegroundColorPref(NIConsoleOutputStream.INFO_STREAM_ID) );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference<RGB>' needs unchecked conversion to conform to '@NonNull Preference<RGB>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/SubmitDropAdapter.java:[79] 
	data.process.getQueue().move(data.runnables, process.getQueue());
	                             ^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull ImList<@NonNull ToolRunnable>' but this expression has type '@Nullable ImList<@NonNull ToolRunnable>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/SubmitDropAdapter.java:[79] 
	data.process.getQueue().move(data.runnables, process.getQueue());
	                                             ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Queue' needs unchecked conversion to conform to '@NonNull Queue'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/console/NIConsolePartitioner.java:[168] 
	public void connect(final IDocument doc) {
	                          ^^^^^^^^^
Missing non-null annotation: inherited method from IDocumentPartitioner specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/console/NIConsolePartitioner.java:[214] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/console/NIConsolePartitioner.java:[218] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/console/NIConsolePartitioner.java:[223] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/console/NIConsolePartitioner.java:[228] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/console/NIConsolePartitioner.java:[233] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/console/NIConsolePartitioner.java:[293] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/console/NIConsolePartitioner.java:[336] 
	public IRegion documentChanged2(final DocumentEvent event) {
	                                      ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IDocumentPartitionerExtension specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/console/NIConsolePartitioner.java:[479] 
	pendingCopy= ImCollections.toList(this.pendingPartitions);
	                                  ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ArrayList<NIConsolePartitioner.PendingPartition>' needs unchecked conversion to conform to '@NonNull Collection<? extends NIConsolePartitioner.PendingPartition>', corresponding supertype is 'Collection<NIConsolePartitioner.PendingPartition>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/console/NIConsolePartitioner.java:[498] 
	this.streamProcessor.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/actions/LoadHistoryAction.java:[27] 
	public class LoadHistoryAction extends ToolAction {
	                                       ^^^^^^^^^^
The type ToolAction is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/actions/LoadHistoryAction.java:[31] 
	super(support, false);
	^^^^^^^^^^^^^^^^^^^^^^
The constructor ToolAction(ToolProvider, boolean) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/actions/LoadHistoryAction.java:[38] 
	update();
	^^^^^^^^
The method update() from the type ToolAction is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/actions/LoadHistoryAction.java:[44] 
	final ToolProcess tool = getTool();
	                         ^^^^^^^^^
The method getTool() from the type ToolAction is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ToolProgressGroup.java:[107] 
	public void handleDebugEvents(final DebugEvent[] events) {
	                                    ^^^^^^^^^^^^
Missing non-null annotation: inherited method from IDebugEventSetListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ToolProgressGroup.java:[179] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ToolProgressGroup.java:[279] 
	manager.removeDebugEventListener(this.debugEventListener);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ToolProgressGroup.DebugEventListener' needs unchecked conversion to conform to '@NonNull IDebugEventSetListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/actions/LoadHistoryWizard.java:[56] 
	setDialogSettings(DialogUtils.getDialogSettings(NicoUIPlugin.getInstance(), STORE_SECTION));
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'NicoUIPlugin' needs unchecked conversion to conform to '@NonNull AbstractUIPlugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/actions/LoadHistoryWizard.java:[84] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ToolDialog.java:[113] 
	LayoutUtils.addSmallFiller(parent, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ExportConsoleOutputWizard.java:[107] 
	this.openValue= new WritableValue<>(realm, false, Boolean.class);
	                                    ^^^^^
Null type safety (type annotations): The expression of type 'Realm' needs unchecked conversion to conform to '@NonNull Realm'
307. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ExportConsoleOutputWizard.java (at line 107)
	this.openValue= new WritableValue<>(realm, false, Boolean.class);
	                                           ^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ExportConsoleOutputWizard.java:[176] 
	.observe(this.openControl),
	         ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Button' needs unchecked conversion to conform to '@NonNull Button'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ExportConsoleOutputWizard.java:[177] 
	this.openValue );
	^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<Boolean>' needs unchecked conversion to conform to '@NonNull IObservableValue<Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ExportConsoleOutputWizard.java:[186] 
	DialogUtils.saveHistorySettings(settings, FILE_HISTORY_SETTINGSKEY, this.config.getFilePath());
	                                ^^^^^^^^
Null type safety (type annotations): The expression of type 'IDialogSettings' needs unchecked conversion to conform to '@NonNull IDialogSettings'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ExportConsoleOutputWizard.java:[207] 
	setDialogSettings(DialogUtils.getDialogSettings(NicoUIPlugin.getInstance(), "tools/ExportConsoleOutputWizard"));
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'NicoUIPlugin' needs unchecked conversion to conform to '@NonNull AbstractUIPlugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ExportConsoleOutputWizard.java:[231] 
	public void run(final IProgressMonitor monitor) throws InvocationTargetException, InterruptedException {
	                      ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IRunnableWithProgress specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ExportConsoleOutputWizard.java:[320] 
	final ITypedRegion[] partitions= document.getDocumentPartitioner().computePartitioning(offset, length);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getDocumentPartitioner() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ExportConsoleOutputWizard.java:[328] 
	if (type == null) {
						continue;
					}
	                  ^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/QueueView.java:[86] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/QueueView.java:[86] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/QueueView.java:[86] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/QueueView.java:[91] 
	final ToolProcess newProcess= (ToolProcess) newInput;
	                  ^^^^^^^^^^
The value of the local variable newProcess is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/QueueView.java:[144] 
	public void handleDebugEvents(final DebugEvent[] events) {
	                                    ^^^^^^^^^^^^
Missing non-null annotation: inherited method from IDebugEventSetListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/QueueView.java:[229] 
	setElements((ImList<ToolRunnable>) event.getData());
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to ImList<ToolRunnable>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/QueueView.java:[262] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/QueueView.java:[275] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/QueueView.java:[275] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/QueueView.java:[347] 
	public void init(final IViewSite site, final IMemento memento) throws PartInitException {
	                       ^^^^^^^^^
Missing non-null annotation: inherited method from ViewPart specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/QueueView.java:[347] 
	public void init(final IViewSite site, final IMemento memento) throws PartInitException {
	                                             ^^^^^^^^
Missing nullable annotation: inherited method from ViewPart specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/QueueView.java:[348] 
	super.init(site, memento);
	           ^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/QueueView.java:[366] 
	public void saveState(final IMemento memento) {
	                            ^^^^^^^^
Missing non-null annotation: inherited method from ViewPart specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/QueueView.java:[367] 
	super.saveState(memento);
	                ^^^^^^^
Null type safety (type annotations): The expression of type 'IMemento' needs unchecked conversion to conform to '@NonNull IMemento'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/QueueView.java:[374] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/QueueView.java:[374] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/QueueView.java:[416] 
	public void toolSessionActivated(final WorkbenchToolSessionData sessionData) {
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from WorkbenchToolRegistryListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/QueueView.java:[426] 
	public void toolTerminated(final WorkbenchToolSessionData sessionData) {
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from WorkbenchToolRegistryListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/QueueView.java:[430] 
	toolRegistry.addListener(this.toolRegistryListener, getViewSite().getPage());
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WorkbenchToolRegistryListener' needs unchecked conversion to conform to '@NonNull WorkbenchToolRegistryListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/QueueView.java:[465] 
	queue.remove(ImCollections.toList(selection.toList()));
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation toList(List) of the generic method toList(Collection<? extends E>) of type ImCollections
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/QueueView.java:[465] 
	queue.remove(ImCollections.toList(selection.toList()));
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type ImList needs unchecked conversion to conform to List<ToolRunnable>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/QueueView.java:[465] 
	queue.remove(ImCollections.toList(selection.toList()));
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList' needs unchecked conversion to conform to '@NonNull List<@NonNull ToolRunnable>', corresponding supertype is 'List'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/QueueView.java:[465] 
	queue.remove(ImCollections.toList(selection.toList()));
	                                  ^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to Collection<? extends Object>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/QueueView.java:[505] 
	LocalTaskTransfer.getTransfer().init(QueueView.this.process);
	                                     ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ToolProcess' needs unchecked conversion to conform to '@NonNull ToolProcess'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/QueueView.java:[512] 
	if (data.process != QueueView.this.process) {
	    ^^^^
Potential null pointer access: The variable data may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/QueueView.java:[516] 
	data.runnables= ImCollections.toList(
						((IStructuredSelection) QueueView.this.tableViewer.getSelection()).toList() );
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation toList(List) of the generic method toList(Collection<? extends E>) of type ImCollections
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/QueueView.java:[516] 
	data.runnables= ImCollections.toList(
						((IStructuredSelection) QueueView.this.tableViewer.getSelection()).toList() );
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type ImList needs unchecked conversion to conform to ImList<ToolRunnable>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/views/QueueView.java:[517] 
	((IStructuredSelection) QueueView.this.tableViewer.getSelection()).toList() );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to Collection<? extends Object>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/console/NIConsolePartition.java:[59] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/console/NIConsolePartition.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/console/NIConsolePartition.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/console/NIConsolePartition.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/TerminateToolAction.java:[25] 
	import org.eclipse.debug.internal.ui.IDebugHelpContextIds;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDebugHelpContextIds' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/TerminateToolAction.java:[26] 
	import org.eclipse.debug.internal.ui.views.console.ConsoleMessages;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ConsoleMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/TerminateToolAction.java:[54] 
	super(ConsoleMessages.ConsoleTerminateAction_0);
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ConsoleMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/TerminateToolAction.java:[54] 
	super(ConsoleMessages.ConsoleTerminateAction_0);
	                      ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'ConsoleMessages.ConsoleTerminateAction_0' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/TerminateToolAction.java:[55] 
	PlatformUI.getWorkbench().getHelpSystem().setHelp(this, IDebugHelpContextIds.CONSOLE_TERMINATE_ACTION);
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IDebugHelpContextIds' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/TerminateToolAction.java:[55] 
	PlatformUI.getWorkbench().getHelpSystem().setHelp(this, IDebugHelpContextIds.CONSOLE_TERMINATE_ACTION);
	                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IDebugHelpContextIds.CONSOLE_TERMINATE_ACTION' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/TerminateToolAction.java:[57] 
	setToolTipText(ConsoleMessages.ConsoleTerminateAction_1);
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'ConsoleMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/TerminateToolAction.java:[57] 
	setToolTipText(ConsoleMessages.ConsoleTerminateAction_1);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'ConsoleMessages.ConsoleTerminateAction_1' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/TerminateToolAction.java:[88] 
	private void killTargets(final IProcess process) throws DebugException {
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method killTargets(IProcess) from the type TerminateToolAction is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ChooseFileHandler.java:[70] 
	private WritableValue fNewLocationString;
	        ^^^^^^^^^^^^^
WritableValue is a raw type. References to generic type WritableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ChooseFileHandler.java:[86] 
	return DialogUtils.getDialogSettings(NicoUIPlugin.getInstance(), "tools/ChooseFileDialog"); //$NON-NLS-1$
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'NicoUIPlugin' needs unchecked conversion to conform to '@NonNull AbstractUIPlugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ChooseFileHandler.java:[105] 
	final String[] history = getDialogSettings().getArray(fHistoryId);
	                                                      ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ChooseFileHandler.java:[111] 
	fNewLocationString.setValue((history != null && history.length > 0) ? history[0] : ""); //$NON-NLS-1$
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ChooseFileHandler.java:[127] 
	fNewLocationString = new WritableValue(dir, String.class);
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor WritableValue(Object, Object) belongs to the raw type WritableValue. References to generic type WritableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ChooseFileHandler.java:[127] 
	fNewLocationString = new WritableValue(dir, String.class);
	                         ^^^^^^^^^^^^^
WritableValue is a raw type. References to generic type WritableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ChooseFileHandler.java:[128] 
	db.getContext().bindValue(
					fLocationGroup.getObservable(),
					fNewLocationString,
					new UpdateValueStrategy<>()
							.setAfterGetValidator(fLocationGroup.getValidator()),
					null );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation bindValue(IObservableValue<String>, WritableValue, UpdateValueStrategy<Object,Object>, null) of the generic method bindValue(IObservableValue<T>, IObservableValue<M>, UpdateValueStrategy<? super T,? extends M>, UpdateValueStrategy<? super M,? extends T>) of type DataBindingContext
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ChooseFileHandler.java:[129] 
	fLocationGroup.getObservable(),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ChooseFileHandler.java:[130] 
	fNewLocationString,
	^^^^^^^^^^^^^^^^^^
Type safety: The expression of type WritableValue needs unchecked conversion to conform to IObservableValue<Object>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ChooseFileHandler.java:[130] 
	fNewLocationString,
	^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WritableValue' needs unchecked conversion to conform to '@NonNull IObservableValue<Object>', corresponding supertype is 'IObservableValue'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ChooseFileHandler.java:[144] 
	DialogUtils.saveHistorySettings(settings, fHistoryId, (String) fNewLocationString.getValue());
	                                ^^^^^^^^
Null type safety (type annotations): The expression of type 'IDialogSettings' needs unchecked conversion to conform to '@NonNull IDialogSettings'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ChooseFileHandler.java:[144] 
	DialogUtils.saveHistorySettings(settings, fHistoryId, (String) fNewLocationString.getValue());
	                                          ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ChooseFileHandler.java:[144] 
	DialogUtils.saveHistorySettings(settings, fHistoryId, (String) fNewLocationString.getValue());
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ChooseFileHandler.java:[155] 
	public Status execute(final String id, final ConsoleService service, final Map<String, Object> data,
	       ^^^^^^
The return type is incompatible with '@NonNull Status' returned from AbstractConsoleCommandHandler.execute(String, ConsoleService, Map<String,Object>, ProgressMonitor) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ChooseFileHandler.java:[155] 
	public Status execute(final String id, final ConsoleService service, final Map<String, Object> data,
	                            ^^^^^^
Missing non-null annotation: inherited method from AbstractConsoleCommandHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ChooseFileHandler.java:[155] 
	public Status execute(final String id, final ConsoleService service, final Map<String, Object> data,
	                                             ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractConsoleCommandHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ChooseFileHandler.java:[155] 
	public Status execute(final String id, final ConsoleService service, final Map<String, Object> data,
	                                                                           ^^^
Missing non-null annotation: inherited method from AbstractConsoleCommandHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ChooseFileHandler.java:[156] 
	final ProgressMonitor m) {
	      ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractConsoleCommandHandler specifies this parameter as @NonNull
374. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ChooseFileHandler.java (at line 158)
	{	String s = ToolCommandHandlerUtils.getCheckedData(data, "message", String.class, false);  //$NON-NLS-1$
	 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'C=@NonNull String'. Declaring type 'ToolCommandHandlerUtils' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ChooseFileHandler.java:[159] 
	if (s == null) {
				final IProgressInfo progressInfo = service.getController().getProgressInfo();
				s = NLS.bind("Choose file (asked by {0}):", progressInfo.getLabel());
			}
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
376. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ChooseFileHandler.java (at line 165)
	final Boolean newFile = ToolCommandHandlerUtils.getCheckedData(data, "newResource", Boolean.class, true); //$NON-NLS-1$
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'C=@NonNull Boolean'. Declaring type 'ToolCommandHandlerUtils' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/CommonTabForConsole.java:[19] 
	import org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsMessages;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LaunchConfigurationsMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/CommonTabForConsole.java:[41] 
	public void createControl(final Composite parent) {
	                                ^^^^^^^^^
Missing non-null annotation: inherited method from CommonTab specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/CommonTabForConsole.java:[42] 
	super.createControl(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/CommonTabForConsole.java:[53] 
	if (((Button) control).getText().equals(LaunchConfigurationsMessages.CommonTab_5)) {
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'LaunchConfigurationsMessages' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/CommonTabForConsole.java:[53] 
	if (((Button) control).getText().equals(LaunchConfigurationsMessages.CommonTab_5)) {
	                                                                     ^^^^^^^^^^^
Discouraged access: The field 'LaunchConfigurationsMessages.CommonTab_5' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/CommonTabForConsole.java:[68] 
	public void setDefaults(final ILaunchConfigurationWorkingCopy config) {
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from CommonTab specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/CommonTabForConsole.java:[69] 
	super.setDefaults(config);
	                  ^^^^^^
Null type safety (type annotations): The expression of type 'ILaunchConfigurationWorkingCopy' needs unchecked conversion to conform to '@NonNull ILaunchConfigurationWorkingCopy'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/CommonTabForConsole.java:[76] 
	public void performApply(final ILaunchConfigurationWorkingCopy config) {
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from CommonTab specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/CommonTabForConsole.java:[77] 
	super.performApply(config);
	                   ^^^^^^
Null type safety (type annotations): The expression of type 'ILaunchConfigurationWorkingCopy' needs unchecked conversion to conform to '@NonNull ILaunchConfigurationWorkingCopy'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/LoginHandler.java:[112] 
	LayoutUtils.addGDDummy(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/LoginHandler.java:[257] 
	public Status execute(final String id, final ToolService service, final Map<String, Object> data,
	       ^^^^^^
The return type is incompatible with '@NonNull Status' returned from ToolCommandHandler.execute(String, ToolService, Map<String,Object>, ProgressMonitor) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/LoginHandler.java:[257] 
	public Status execute(final String id, final ToolService service, final Map<String, Object> data,
	                            ^^^^^^
Missing non-null annotation: inherited method from ToolCommandHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/LoginHandler.java:[257] 
	public Status execute(final String id, final ToolService service, final Map<String, Object> data,
	                                             ^^^^^^^^^^^
Missing non-null annotation: inherited method from ToolCommandHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/LoginHandler.java:[257] 
	public Status execute(final String id, final ToolService service, final Map<String, Object> data,
	                                                                        ^^^
Missing non-null annotation: inherited method from ToolCommandHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/LoginHandler.java:[258] 
	final ProgressMonitor m) {
	      ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ToolCommandHandler specifies this parameter as @NonNull
392. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/LoginHandler.java (at line 260)
	final boolean saveAllowed = ToolCommandHandlerUtils.getCheckedData(data, "save.allowed", Boolean.TRUE); //$NON-NLS-1$
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
393. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/LoginHandler.java (at line 260)
	final boolean saveAllowed = ToolCommandHandlerUtils.getCheckedData(data, "save.allowed", Boolean.TRUE); //$NON-NLS-1$
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'C=@NonNull Boolean'. Declaring type 'ToolCommandHandlerUtils' doesn't seem to be designed with null type annotations in mind
394. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/LoginHandler.java (at line 261)
	final boolean saveActivated = ToolCommandHandlerUtils.getCheckedData(data, "save.activated", Boolean.FALSE); //$NON-NLS-1$
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
395. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/LoginHandler.java (at line 261)
	final boolean saveActivated = ToolCommandHandlerUtils.getCheckedData(data, "save.activated", Boolean.FALSE); //$NON-NLS-1$
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'C=@NonNull Boolean'. Declaring type 'ToolCommandHandlerUtils' doesn't seem to be designed with null type annotations in mind
396. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/LoginHandler.java (at line 281)
	final int attempt = ToolCommandHandlerUtils.getCheckedData(data, "attempt", Integer.valueOf(1)); //$NON-NLS-1$
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
397. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/LoginHandler.java (at line 281)
	final int attempt = ToolCommandHandlerUtils.getCheckedData(data, "attempt", Integer.valueOf(1)); //$NON-NLS-1$
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'C=@NonNull Integer'. Declaring type 'ToolCommandHandlerUtils' doesn't seem to be designed with null type annotations in mind
398. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/LoginHandler.java (at line 282)
	data.put("attempt", attempt+1); //$NON-NLS-1$
	                    ^^^^^^^^^
The expression of type int is boxed into Integer
399. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/LoginHandler.java (at line 288)
	final String message = ToolCommandHandlerUtils.getCheckedData(data, LOGIN_MESSAGE_DATA_KEY, String.class, false);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'C=@NonNull String'. Declaring type 'ToolCommandHandlerUtils' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/LoginHandler.java:[384] 
	boolean complete = true;
	        ^^^^^^^^
The value of the local variable complete is not used
401. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/LoginHandler.java (at line 420)
	final String id = ToolCommandHandlerUtils.getCheckedData(data, LOGIN_ADDRESS_DATA_KEY, String.class, false);
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'C=@NonNull String'. Declaring type 'ToolCommandHandlerUtils' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/LoginHandler.java:[421] 
	if (id == null) {
			return null;
		}
	                ^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ResourceMappingPreferencePage.java:[97] 
	public ResourceMappingConfigurationBlock() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field listButtons may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ResourceMappingPreferencePage.java:[97] 
	public ResourceMappingConfigurationBlock() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field listViewer may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ResourceMappingPreferencePage.java:[142] 
	this.list.addAll(this.manager.getList());
	                 ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<ResourceMapping>' needs unchecked conversion to conform to 'Collection<? extends @NonNull ResourceMapping>', corresponding supertype is 'Collection<ResourceMapping>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ResourceMappingPreferencePage.java:[142] 
	this.list.addAll(this.manager.getList());
	                      ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ResourceMappingPreferencePage.java:[241] 
	public EditMappingDialog(final Shell shell, final @Nullable ResourceMapping mapping, final boolean newMapping) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field hostControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ResourceMappingPreferencePage.java:[241] 
	public EditMappingDialog(final Shell shell, final @Nullable ResourceMapping mapping, final boolean newMapping) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field localControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ResourceMappingPreferencePage.java:[241] 
	public EditMappingDialog(final Shell shell, final @Nullable ResourceMapping mapping, final boolean newMapping) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field remoteControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ResourceMappingPreferencePage.java:[246] 
	this.mappingId= (!newMapping) ? mapping.getId() : null;
	                                ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ResourceMappingPreferencePage.java:[246] 
	this.mappingId= (!newMapping) ? mapping.getId() : 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ResourceMappingPreferencePage.java:[246] 
	this.mappingId= (!newMapping) ? mapping.getId() : null;
	                                                  ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ResourceMappingPreferencePage.java:[247] 
	this.localValue= new WritableValue<>((mapping != null) ? mapping.getLocalText() : null, String.class);
	                                                         ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ResourceMappingPreferencePage.java:[247] 
	this.localValue= new WritableValue<>((mapping != null) ? mapping.getLocalText() : null, String.class);
	                                                                                  ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ResourceMappingPreferencePage.java:[248] 
	this.hostValue= new WritableValue<>((mapping != null) ? mapping.getHost() : null, String.class);
	                                                        ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ResourceMappingPreferencePage.java:[248] 
	this.hostValue= new WritableValue<>((mapping != null) ? mapping.getHost() : null, String.class);
	                                                                            ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ResourceMappingPreferencePage.java:[249] 
	this.remoteValue= new WritableValue<>((mapping != null) ? mapping.getRemotePath().toString() : null, String.class);
	                                                                                               ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ResourceMappingPreferencePage.java:[254] 
	return DialogUtils.getDialogSettings(NicoUIPlugin.getInstance(), "ResourceMappingEditDialog"); //$NON-NLS-1$
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'NicoUIPlugin' needs unchecked conversion to conform to '@NonNull AbstractUIPlugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ResourceMappingPreferencePage.java:[258] 
	protected Control createDialogArea(final Composite parent) {
	                                         ^^^^^^^^^
Illegal redefinition of parameter parent, inherited method from Dialog does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ResourceMappingPreferencePage.java:[274] 
	gd.widthHint= LayoutUtils.hintWidth((Text) this.localControl.getTextControl(), 60);
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ResourceMappingPreferencePage.java:[298] 
	protected void addBindings(final DataBindingSupport db) {
	                                 ^^^^^^^^^^^^^^^^^^
Illegal redefinition of parameter db, inherited method from ExtStatusDialog does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ResourceMappingPreferencePage.java:[300] 
	this.localControl.getObservable(),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ClearOutputHandler.java:[43] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/ClearOutputHandler.java:[45] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ConsolePreviewSourceViewerConfiguration.java:[34] 
	public String getTypeByPartition(final String contentType) {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from BasicDocContentSections.getTypeByPartition(String) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ConsolePreviewSourceViewerConfiguration.java:[34] 
	public String getTypeByPartition(final String contentType) {
	                                       ^^^^^^
Missing non-null annotation: inherited method from BasicDocContentSections specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsole.java:[145] 
	public void handleDebugEvents(final DebugEvent[] events) {
	                                    ^^^^^^^^^^^^
Missing non-null annotation: inherited method from IDebugEventSetListener specifies this parameter as @NonNull
428. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsole.java (at line 187)
	int lowWater= PreferenceUtils.getInstancePrefs().getPreferenceValue(NicoUIPreferences.OUTPUT_CHARLIMIT_PREF);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsole.java:[187] 
	int lowWater= PreferenceUtils.getInstancePrefs().getPreferenceValue(NicoUIPreferences.OUTPUT_CHARLIMIT_PREF);
	                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference<Integer>' needs unchecked conversion to conform to '@NonNull Preference<Integer>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsole.java:[236] 
	debugPlugin.removeDebugEventListener(this.debugListener);
	                                     ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IDebugEventSetListener' needs unchecked conversion to conform to '@NonNull IDebugEventSetListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsole.java:[319] 
	public <T> T getAdapter(final Class<T> adapterType) {
	                              ^^^^^
Missing non-null annotation: inherited method from IAdaptable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsole.java:[328] 
	return null;
	^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/NIConsole.java:[330] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/MultiActionHandler.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/MultiActionHandler.java:[135] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[61] 
	import org.eclipse.ui.internal.editors.text.EditorsPlugin;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'EditorsPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.editors/3.13.200.v20200501-2307/org.eclipse.ui.editors-3.13.200.v20200501-2307.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[163] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[265] 
	public void verifyKey(final VerifyEvent e) {
	                            ^^^^^^^^^^^
Missing non-null annotation: inherited method from VerifyKeyListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[417] 
	this.submitHistoryTypesFilter= PreferenceUtils.getInstancePrefs().getPreferenceValue(ConsolePreferences.HISTORYNAVIGATION_SUBMIT_TYPES_PREF);
	                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference<EnumSet<SubmitType>>' needs unchecked conversion to conform to '@NonNull Preference<EnumSet<SubmitType>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[478] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[483] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[513] 
	public void documentAboutToBeChanged(final DocumentEvent event) {
	                                           ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IDocumentListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[520] 
	public void documentChanged(final DocumentEvent event) {
	                                  ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IDocumentListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[539] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[561] 
	final MarkerAnnotationPreferences markerAnnotationPreferences= EditorsPlugin.getDefault().getMarkerAnnotationPreferences();
	                                                               ^^^^^^^^^^^^^
Discouraged access: The type 'EditorsPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.editors/3.13.200.v20200501-2307/org.eclipse.ui.editors-3.13.200.v20200501-2307.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[561] 
	final MarkerAnnotationPreferences markerAnnotationPreferences= EditorsPlugin.getDefault().getMarkerAnnotationPreferences();
	                                                                             ^^^^^^^^^^
Discouraged access: The method 'EditorsPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.editors/3.13.200.v20200501-2307/org.eclipse.ui.editors-3.13.200.v20200501-2307.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[561] 
	final MarkerAnnotationPreferences markerAnnotationPreferences= EditorsPlugin.getDefault().getMarkerAnnotationPreferences();
	                                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'EditorsPlugin.getMarkerAnnotationPreferences()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.editors/3.13.200.v20200501-2307/org.eclipse.ui.editors-3.13.200.v20200501-2307.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[579] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[585] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[610] 
	WorkbenchUIUtils.activateContext(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[652] 
	handlerService.activateHandler(ITextEditorActionDefinitionIds.WORD_PREVIOUS, handler);
	^^^^^^^^^^^^^^
Potential null pointer access: The variable handlerService may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[686] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[709] 
	public Object execute(final ExecutionEvent arg0)
	                            ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[720] 
	public Object execute(final ExecutionEvent arg0)
	                            ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[731] 
	public Object execute(final ExecutionEvent arg0)
	                            ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[980] 
	public InputSourceViewer getViewer() {
	       ^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull SourceViewer' returned from ISourceEditor.getViewer() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[985] 
	public DocContentSections getDocumentContentInfo() {
	       ^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull DocContentSections' returned from ISourceEditor.getDocumentContentInfo() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/ConsolePageEditor.java:[1004] 
	public <T> T getAdapter(final Class<T> adapterType) {
	                              ^^^^^
Missing non-null annotation: inherited method from IAdaptable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/actions/ToolAction.java:[57] 
	public void onToolChanged(final ActiveToolEvent event) {
	                                ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ActiveToolListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/console/InputSourceViewer.java:[55] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ConsolePreferences.java:[59] 
	PreferenceUtils.setPrefValue(scope, NicoUIPreferences.OUTPUT_CHARLIMIT_PREF, 1000000);
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference<Integer>' needs unchecked conversion to conform to '@NonNull Preference<Integer>'
462. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ConsolePreferences.java (at line 59)
	PreferenceUtils.setPrefValue(scope, NicoUIPreferences.OUTPUT_CHARLIMIT_PREF, 1000000);
	                                                                             ^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ConsolePreferences.java:[99] 
	PreferenceUtils.setPrefValue(scope, NicoUIPreferences.OUTPUT_FILTER_SUBMITTYPES_INCLUDE_PREF,
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference<EnumSet<SubmitType>>' needs unchecked conversion to conform to '@NonNull Preference<@NonNull EnumSet<SubmitType>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/preferences/ConsolePreferences.java:[102] 
	PreferenceUtils.setPrefValue(scope, HISTORYNAVIGATION_SUBMIT_TYPES_PREF,
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference<EnumSet<SubmitType>>' needs unchecked conversion to conform to '@NonNull Preference<@NonNull EnumSet<SubmitType>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/OpenTrackingFilesContributionItem.java:[69] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/OpenTrackingFilesContributionItem.java:[69] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/OpenTrackingFilesContributionItem.java:[119] 
	final IFileStore file = track.getFile();
	                        ^^^^^
Potential null pointer access: The variable track may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/SubmitTypeSelectionComposite.java:[46] 
	public static final EnumSetPref<SubmitType> SOURCE_ENCODER= new EnumSetPref<>(null, null, SubmitType.class);
	                                ^^^^^^^^^^
Null constraint mismatch: The type 'SubmitType' is not a valid substitute for the type parameter 'E extends @NonNull Enum<E>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/SubmitTypeSelectionComposite.java:[46] 
	public static final EnumSetPref<SubmitType> SOURCE_ENCODER= new EnumSetPref<>(null, null, SubmitType.class);
	                                                                              ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/SubmitTypeSelectionComposite.java:[46] 
	public static final EnumSetPref<SubmitType> SOURCE_ENCODER= new EnumSetPref<>(null, null, SubmitType.class);
	                                                                                    ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/SubmitTypeSelectionComposite.java:[75] 
	fireValueChange(Diffs.createValueDiff(
						this.lastValue,
						this.lastValue= EnumSet.copyOf(newValue) ));
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ValueDiff<EnumSet<SubmitType>>' needs unchecked conversion to conform to '@NonNull ValueDiff<EnumSet<SubmitType>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/SubmitTypeSelectionComposite.java:[77] 
	this.lastValue= EnumSet.copyOf(newValue) ));
	                               ^^^^^^^^
Null type safety (type annotations): The expression of type 'EnumSet<SubmitType>' needs unchecked conversion to conform to '@NonNull EnumSet<SubmitType>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/SubmitTypeSelectionComposite.java:[114] 
	viewer, this.selectedTypes, this.editableTypes );
	        ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'EnumSet<SubmitType>' needs unchecked conversion to conform to '@NonNull Set<SubmitType>', corresponding supertype is 'Set<SubmitType>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/SubmitTypeSelectionComposite.java:[114] 
	viewer, this.selectedTypes, this.editableTypes );
	                            ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'EnumSet<SubmitType>' needs unchecked conversion to conform to '@NonNull Collection<SubmitType>', corresponding supertype is 'Collection<SubmitType>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/SubmitTypeSelectionComposite.java:[122] 
	public void update(final ViewerCell cell) {
	                         ^^^^^^^^^^
Missing non-null annotation: inherited method from ColumnLabelProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/SubmitTypeSelectionComposite.java:[141] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/SubmitTypeSelectionComposite.java:[172] 
	return EnumSet.copyOf(this.selectedTypes);
	                      ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'EnumSet<SubmitType>' needs unchecked conversion to conform to '@NonNull EnumSet<SubmitType>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/ReconnectEngineHandler.java:[107] 
	final ILaunch reconnectLaunch= reconnectConfig.launch(
	              ^^^^^^^^^^^^^^^
The value of the local variable reconnectLaunch is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/ReconnectEngineHandler.java:[108] 
	originallaunch.getLaunchMode(), monitor, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/actions/WindowToolProvider.java:[47] 
	public void addToolListener(final ActiveToolListener listener) {
	                                  ^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ToolProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/actions/WindowToolProvider.java:[54] 
	public void removeToolListener(final ActiveToolListener listener) {
	                                     ^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ToolProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/actions/WindowToolProvider.java:[62] 
	return NicoUI.getToolRegistry().getActiveToolSession(this.page).getTool();
	                                                     ^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/actions/WindowToolProvider.java:[66] 
	public void toolSessionActivated(final WorkbenchToolSessionData sessionData) {
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from WorkbenchToolRegistryListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/actions/WindowToolProvider.java:[72] 
	public void toolTerminated(final WorkbenchToolSessionData sessionData) {
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from WorkbenchToolRegistryListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/console/OutputViewer.java:[74] 
	public void documentAboutToBeChanged(final DocumentEvent event) {
	                                           ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IDocumentListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/console/OutputViewer.java:[78] 
	public void documentChanged(final DocumentEvent event) {
	                                  ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IDocumentListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/NicoUITools.java:[87] 
	public void handleDebugEvents(final DebugEvent[] events) {
	                                    ^^^^^^^^^^^^
Missing non-null annotation: inherited method from IDebugEventSetListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/NicoUITools.java:[172] 
	&& tool.isProvidingFeatureSet(featureSetID) );
	                              ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/NicoUITools.java:[352] 
	final IWorkbenchPage toolPage = NicoUI.getToolRegistry().findWorkbenchPage(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/NicoUITools.java:[364] 
	final WorkbenchToolSessionData session = NicoUI.getToolRegistry().getActiveToolSession(page);
	                                                                                       ^^^^
Null type mismatch: required '@NonNull IWorkbenchPage' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/NicoUITools.java:[366] 
	view = page.findView(viewId);
	       ^^^^
Potential null pointer access: The variable page may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[20] 
	import org.eclipse.statet.ecommons.ui.actions.WindowContributionsProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type WindowContributionsProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[25] 
	import org.eclipse.statet.nico.ui.actions.WindowToolProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type WindowToolProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[28] 
	public class NicoWindowContributions extends WindowContributionsProvider {
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type WindowContributionsProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[31] 
	private static class Contributions extends WindowContributions {
	                                           ^^^^^^^^^^^^^^^^^^^
The type WindowContributionsProvider.WindowContributions is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[34] 
	super(window);
	^^^^^^^^^^^^^^
The constructor WindowContributionsProvider.WindowContributions(IWorkbenchWindow) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[39] 
	final IWorkbenchWindow window = getWindow();
	                                ^^^^^^^^^^^
The method getWindow() from the type WindowContributionsProvider.WindowContributions is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[42] 
	add(handlerService.activateHandler(NicoUI.PAUSE_COMMAND_ID, 
					new PauseHandler(new WindowToolProvider(window), window)));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method add(IHandlerActivation) from the type WindowContributionsProvider.WindowContributions is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[42] 
	add(handlerService.activateHandler(NicoUI.PAUSE_COMMAND_ID, 
	    ^^^^^^^^^^^^^^
Potential null pointer access: The variable handlerService may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[43] 
	new PauseHandler(new WindowToolProvider(window), window)));
	                     ^^^^^^^^^^^^^^^^^^
The type WindowToolProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[43] 
	new PauseHandler(new WindowToolProvider(window), window)));
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor WindowToolProvider(IWorkbenchWindow) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[44] 
	add(handlerService.activateHandler(NicoUI.DISCONNECT_COMMAND_ID,
					new DisconnectEngineHandler(new WindowToolProvider(window), window)));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method add(IHandlerActivation) from the type WindowContributionsProvider.WindowContributions is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[45] 
	new DisconnectEngineHandler(new WindowToolProvider(window), window)));
	                                ^^^^^^^^^^^^^^^^^^
The type WindowToolProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[45] 
	new DisconnectEngineHandler(new WindowToolProvider(window), window)));
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor WindowToolProvider(IWorkbenchWindow) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[46] 
	add(handlerService.activateHandler(NicoUI.RECONNECT_COMMAND_ID,
					new ReconnectEngineHandler(new WindowToolProvider(window), window)));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method add(IHandlerActivation) from the type WindowContributionsProvider.WindowContributions is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[47] 
	new ReconnectEngineHandler(new WindowToolProvider(window), window)));
	                               ^^^^^^^^^^^^^^^^^^
The type WindowToolProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[47] 
	new ReconnectEngineHandler(new WindowToolProvider(window), window)));
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor WindowToolProvider(IWorkbenchWindow) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[49] 
	add(handlerService.activateHandler(NicoUI.CANCEL_ALL_COMMAND_ID,
					new CancelHandler(new WindowToolProvider(window), ToolController.CANCEL_ALL)));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method add(IHandlerActivation) from the type WindowContributionsProvider.WindowContributions is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[50] 
	new CancelHandler(new WindowToolProvider(window), ToolController.CANCEL_ALL)));
	                      ^^^^^^^^^^^^^^^^^^
The type WindowToolProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[50] 
	new CancelHandler(new WindowToolProvider(window), ToolController.CANCEL_ALL)));
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor WindowToolProvider(IWorkbenchWindow) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[51] 
	add(handlerService.activateHandler(NicoUI.CANCEL_CURRENT_COMMAND_ID,
					new CancelHandler(new WindowToolProvider(window), ToolController.CANCEL_CURRENT)));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method add(IHandlerActivation) from the type WindowContributionsProvider.WindowContributions is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[52] 
	new CancelHandler(new WindowToolProvider(window), ToolController.CANCEL_CURRENT)));
	                      ^^^^^^^^^^^^^^^^^^
The type WindowToolProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[52] 
	new CancelHandler(new WindowToolProvider(window), ToolController.CANCEL_CURRENT)));
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor WindowToolProvider(IWorkbenchWindow) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[53] 
	add(handlerService.activateHandler(NicoUI.CANCEL_PAUSE_COMMAND_ID,
					new CancelHandler(new WindowToolProvider(window), ToolController.CANCEL_CURRENT | ToolController.CANCEL_PAUSE)));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method add(IHandlerActivation) from the type WindowContributionsProvider.WindowContributions is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[54] 
	new CancelHandler(new WindowToolProvider(window), ToolController.CANCEL_CURRENT | ToolController.CANCEL_PAUSE)));
	                      ^^^^^^^^^^^^^^^^^^
The type WindowToolProvider is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[54] 
	new CancelHandler(new WindowToolProvider(window), ToolController.CANCEL_CURRENT | ToolController.CANCEL_PAUSE)));
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor WindowToolProvider(IWorkbenchWindow) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/internal/nico/ui/actions/NicoWindowContributions.java:[70] 
	protected WindowContributions createWindowContributions(final IWorkbenchWindow window) {
	          ^^^^^^^^^^^^^^^^^^^
The type WindowContributionsProvider.WindowContributions is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ReportStatusHandler.java:[55] 
	public Status execute(final String id, final ConsoleService service, final Map<String, Object> data,
	       ^^^^^^
The return type is incompatible with '@NonNull Status' returned from AbstractConsoleCommandHandler.execute(String, ConsoleService, Map<String,Object>, ProgressMonitor) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ReportStatusHandler.java:[55] 
	public Status execute(final String id, final ConsoleService service, final Map<String, Object> data,
	                            ^^^^^^
Missing non-null annotation: inherited method from AbstractConsoleCommandHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ReportStatusHandler.java:[55] 
	public Status execute(final String id, final ConsoleService service, final Map<String, Object> data,
	                                             ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractConsoleCommandHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ReportStatusHandler.java:[55] 
	public Status execute(final String id, final ConsoleService service, final Map<String, Object> data,
	                                                                           ^^^
Missing non-null annotation: inherited method from AbstractConsoleCommandHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ReportStatusHandler.java:[56] 
	final ProgressMonitor m) {
	      ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractConsoleCommandHandler specifies this parameter as @NonNull
523. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ReportStatusHandler.java (at line 57)
	final Status status= ToolCommandHandlerUtils.getCheckedData(data, REPORT_STATUS_DATA_KEY, Status.class, false);
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'C=@NonNull Status'. Declaring type 'ToolCommandHandlerUtils' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ReportStatusHandler.java:[62] 
	final StringBuilder msg= new StringBuilder(br);
	                                           ^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/org/eclipse/statet/nico/ui/util/ReportStatusHandler.java:[125] 
	service.getCurrentRunnable().getLabel(),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getCurrentRunnable() may return null
525 problems (0 errors, 501 warnings, 501 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.nico.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.nico.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/target/org.eclipse.statet.nico.ui-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.nico.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.nico.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/target/org.eclipse.statet.nico.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.nico.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.nico.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.nico.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/target/org.eclipse.statet.nico.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.nico.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/target/org.eclipse.statet.nico.ui-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/target/org.eclipse.statet.nico.ui-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.nico.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.nico.ui/target/org.eclipse.statet.nico.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.nico.ui ---
[INFO] 
[INFO] -----------< org.eclipse.statet.r:org.eclipse.statet.r.core >-----------
[INFO] Building StatET R - Core  (Incubation) 4.2.4.202103250600-r    [109/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r.core ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.r.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.r.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.r.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.r.core ---
[INFO] Compiling 235 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RView.java:[64] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RView.java:[64] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RSourceFileElement.java:[78] 
	final SourceUnitModelInfo modelInfo= getSourceUnit().getModelInfo(RModel.R_TYPE_ID, 0, null);
	                                                                                       ^^^^
Null type mismatch: required '@NonNull IProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/AliasREnv.java:[32] 
	public AliasREnv(final String id) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field name may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/FunctionToS4MethodRefactoring.java:[131] 
	private RLangMethod function;
	        ^^^^^^^^^^^
RLangMethod is a raw type. References to generic type RLangMethod<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/FunctionToS4MethodRefactoring.java:[146] 
	this.elementSet= new ElementSet(new Object[] { su });
	                                ^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/FunctionToS4MethodRefactoring.java:[198] 
	SourceStructElement element= LtkModelUtils.getCoveringSourceElement(
	^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/FunctionToS4MethodRefactoring.java:[199] 
	modelInfo.getSourceElement(), region );
	                              ^^^^^^
Null type safety (type annotations): The expression of type 'TextRegion' needs unchecked conversion to conform to '@NonNull TextRegion'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/FunctionToS4MethodRefactoring.java:[202] 
	this.function= (RLangMethod)element;
	                ^^^^^^^^^^^
RLangMethod is a raw type. References to generic type RLangMethod<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/FunctionToS4MethodRefactoring.java:[210] 
	final SourceStructElement source= (SourceStructElement) this.function;
	      ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/FunctionToS4MethodRefactoring.java:[210] 
	final SourceStructElement source= (SourceStructElement) this.function;
	                                   ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/FunctionToS4MethodRefactoring.java:[264] 
	final Arg arg= argsDef.get(i);
	               ^^^^^^^
Potential null pointer access: The variable argsDef may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/FunctionToS4MethodRefactoring.java:[288] 
	final SubMonitor m= SubMonitor.convert(monitor, RefactoringMessages.Common_FinalCheck_label, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/FunctionToS4MethodRefactoring.java:[301] 
	final SubMonitor m= SubMonitor.convert(monitor, RefactoringMessages.Common_CreateChanges_label, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/FunctionToS4MethodRefactoring.java:[316] 
	final String source= (project != null) ? NLS.bind(RefactoringMessages.Common_Source_Project_label, project) : RefactoringMessages.Common_Source_Workspace_label;
	             ^^^^^^
The value of the local variable source is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/FunctionToS4MethodRefactoring.java:[349] 
	final RAstNode parent= firstParentChild.getRParent();
	                       ^^^^^^^^^^^^^^^^
Potential null pointer access: The variable firstParentChild may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/FunctionToS4MethodRefactoring.java:[360] 
	new BasicTextRegion(firstParentChild.getStartOffset()), this.operationRegion, scanner ),
	                    ^^^^^^^^^^^^^^^^
Potential null pointer access: The variable firstParentChild may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/FunctionToS4MethodRefactoring.java:[365] 
	fdefNode.getContChild(), this.operationRegion, scanner ),
	^^^^^^^^
Potential null pointer access: The variable fdefNode may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RRepoPref.java:[31] 
	public Class<RRepo> getUsageType() {
	       ^^^^^
The return type is incompatible with '@NonNull Class<RRepo>' returned from Preference<RRepo>.getUsageType() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RRepoPref.java:[36] 
	public RRepo store2Usage(final String storeValue) {
	                               ^^^^^^
Missing nullable annotation: inherited method from Preference<RRepo> specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/ExportedRClass.java:[41] 
	public ExportedRClass() {
	       ^^^^^^^^^^^^^^^^
The @NonNull field superClassNames may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RSupportBuilder.java:[77] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RSupportBuilder.java:[117] 
	this.settingsListener);
	^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RSupportBuilder.SettingsListener' needs unchecked conversion to conform to 'IEclipsePreferences.@NonNull IPreferenceChangeListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RSupportBuilder.java:[140] 
	protected IProject[] build(final int kind, final Map args, final IProgressMonitor monitor)
	                                                 ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RFragmentSourceUnit.java:[93] 
	return RCore.getREnvManager().getDefault();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'REnv' needs unchecked conversion to conform to '@NonNull REnv'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/util/RCoreAccessWrapper.java:[41] 
	public RCoreAccessWrapper(final RCoreAccess rCoreAccess) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field parent may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RModelManagerImpl.java:[137] 
	if (sourceUnit == null) {
			throw new NullPointerException("sourceUnit"); //$NON-NLS-1$
		}
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RModelManagerImpl.java:[140] 
	return this.reconciler.reconcile(sourceUnit, modelInfo, chunks, inlineNodes, level, monitor);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RSourceUnitModelInfo' needs unchecked conversion to conform to '@NonNull RSourceUnitModelInfo'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RModelManagerImpl.java:[145] 
	public @Nullable RFrame getProjectFrame(final RProject rProject) throws CoreException {
	                 ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RModelManagerImpl.java:[155] 
	public @Nullable RFrame getPkgProjectFrame(final String pkgName) throws CoreException {
	                 ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RModelManagerImpl.java:[156] 
	if (pkgName == null) {
			throw new NullPointerException("pkgName"); //$NON-NLS-1$
		}
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/SpecItem.java:[123] 
	else {
				return new RAstNode[] { nameNode };
			}
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/SpecItem.java:[124] 
	return new RAstNode[] { nameNode };
	                        ^^^^^^^^
Null type safety (type annotations): The expression of type 'RAstNode' needs unchecked conversion to conform to '@NonNull RAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/SpecItem.java:[130] 
	else {
			return NO_CHILDREN;
		}
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/ActualREnv.java:[40] 
	public ActualREnv(final String id) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field config may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/ActualREnv.java:[40] 
	public ActualREnv(final String id) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field name may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/ActualREnv.java:[60] 
	return (T) this.config;
	       ^^^^^^^^^^^^^^^
Type safety: Unchecked cast from IREnvConfiguration to T
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RFrame.java:[27] 
	public interface RFrame<TModelChild extends RLangElement> {
	                                            ^^^^^^^^^^^^
RLangElement is a raw type. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RFrame.java:[51] 
	List<? extends RFrame> getPotentialParents();
	               ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInWorkspaceRefactoring.java:[143] 
	this.elementSet= new ElementSet(new Object[] { su });
	                                ^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInWorkspaceRefactoring.java:[158] 
	this.elementSet= new ElementSet(new Object[] { su });
	                                ^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInWorkspaceRefactoring.java:[204] 
	this.initialAccess= RElementAccess.getMainElementAccessOfNameNode(this.initialSymbolNode);
	                                                                  ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RAstNode' needs unchecked conversion to conform to '@NonNull RAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInWorkspaceRefactoring.java:[205] 
	final RElementAccess subAccess= RElementAccess.getElementAccessOfNameNode(this.initialSymbolNode);
	                                                                          ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RAstNode' needs unchecked conversion to conform to '@NonNull RAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInWorkspaceRefactoring.java:[214] 
	this.newName= fullName.getDisplayName();
	              ^^^^^^^^
Potential null pointer access: The variable fullName may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInWorkspaceRefactoring.java:[251] 
	final SubMonitor m= SubMonitor.convert(monitor, RefactoringMessages.Common_FinalCheck_label, 20 + 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInWorkspaceRefactoring.java:[273] 
	final ElementSet elements= new ElementSet(changeManager.getAllSourceUnits());
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type SourceUnit[] of the last argument to constructor ElementSet(Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInWorkspaceRefactoring.java:[273] 
	final ElementSet elements= new ElementSet(changeManager.getAllSourceUnits());
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceUnit[]' needs unchecked conversion to conform to '@NonNull Object @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInWorkspaceRefactoring.java:[285] 
	final SubMonitor m= SubMonitor.convert(monitor, RefactoringMessages.Common_CreateChanges_label, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInWorkspaceRefactoring.java:[292] 
	final String source= (project != null) ? NLS.bind(RefactoringMessages.Common_Source_Project_label, project) : RefactoringMessages.Common_Source_Workspace_label;
	             ^^^^^^
The value of the local variable source is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInWorkspaceRefactoring.java:[321] 
	final String quoted= RRefactoringAdapter.getQuotedIdentifier(this.newName);
	             ^^^^^^
The value of the local variable quoted is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInWorkspaceRefactoring.java:[325] 
	final RAstNode nameNode= access.getNameNode();
	                         ^^^^^^
Potential null pointer access: The variable access may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInWorkspaceRefactoring.java:[326] 
	final String text= (isQuoted && nameNode.getNodeType() == NodeType.SYMBOL && nameNode.getOperator(0) == RTerminal.SYMBOL) ?
	                                ^^^^^^^^
Potential null pointer access: The variable nameNode may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInWorkspaceRefactoring.java:[328] 
	final TextRegion nameRegion= RAsts.getElementNameRegion(nameNode);
	                                                        ^^^^^^^^
Null type mismatch: required '@NonNull RAstNode' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInWorkspaceRefactoring.java:[355] 
	final String quoted= RRefactoringAdapter.getQuotedIdentifier(this.newName);
	             ^^^^^^
The value of the local variable quoted is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInWorkspaceRefactoring.java:[360] 
	final RFrame frame;
	      ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInWorkspaceRefactoring.java:[362] 
	frame= modelInfo.getTopFrame();
	       ^^^^^^^^^
Potential null pointer access: The variable modelInfo may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInWorkspaceRefactoring.java:[365] 
	frame= modelInfo.getReferencedFrames().get(frameId);
	       ^^^^^^^^^
Potential null pointer access: The variable modelInfo may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInWorkspaceRefactoring.java:[379] 
	found|= (access.isWriteAccess() && access.getNextSegment() == null) ? FOUND_WRITE : FOUND_READ;
	         ^^^^^^
Potential null pointer access: The variable access may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInWorkspaceRefactoring.java:[381] 
	final String text= (isQuoted && nameNode.getNodeType() == NodeType.SYMBOL && nameNode.getOperator(0) == RTerminal.SYMBOL) ?
	                                ^^^^^^^^
Potential null pointer access: The variable nameNode may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInWorkspaceRefactoring.java:[383] 
	final TextRegion nameRegion= RAsts.getElementNameRegion(nameNode);
	                                                        ^^^^^^^^
Null type mismatch: required '@NonNull RAstNode' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgInfoAndData.java:[48] 
	public String getTitle() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from RPkgBuilt.getTitle() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgInfoAndData.java:[53] 
	public String getBuilt() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from RPkgBuilt.getBuilt() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgInfoAndData.java:[58] 
	public RLibLocation getLibLocation() {
	       ^^^^^^^^^^^^
The return type is incompatible with '@NonNull RLibLocation' returned from RPkgBuilt.getLibLocation() (mismatching null constraints)
64. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RModelIndex.java (at line 91)
	@SuppressWarnings({ "hiding", "nls" })
	                    ^^^^^^^^
At least one of the problems in category 'hiding' is not analysed due to a compiler option being ignored
65. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RModelIndex.java (at line 91)
	@SuppressWarnings({ "hiding", "nls" })
	                              ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RModelIndex.java:[407] 
	public DbTools(final Connection connection) throws SQLException {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field currentProj may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RModelIndex.java:[556] 
	public boolean executeGetUnit(final String publicId) throws SQLException {
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method executeGetUnit(String) from the type RModelIndex.DbTools is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RModelIndex.java:[646] 
	public RModelIndex(final RModelManagerImpl manager) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field dbConnectionPool may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RModelIndex.java:[705] 
	indexUpdate.update(this.pkgParser.parsePkgData(pkgRoot, status, m.newChild(1)));
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RPkgData' needs unchecked conversion to conform to '@NonNull RPkgData'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RModelIndex.java:[752] 
	doUpdatePkg(proj, order.pkgData, order.rProject, frame);
	                  ^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RPkgData' but this expression has type '@Nullable RPkgData'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RModelIndex.java:[752] 
	doUpdatePkg(proj, order.pkgData, order.rProject, frame);
	                                                 ^^^^^
Null type mismatch: required '@NonNull CompositeFrame' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RModelIndex.java:[798] 
	final RUnitElement previous= frame.setModelElement(updated.unitId, updated.exportedElement);
	                   ^^^^^^^^
The value of the local variable previous is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RModelIndex.java:[810] 
	insertExportsStatement.setLong(1, tools.currentUnitId);
	^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The variable insertExportsStatement may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RModelIndex.java:[815] 
	updateExportsStatement.setLong(2, tools.currentUnitId);
	^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The variable updateExportsStatement may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RModelIndex.java:[820] 
	insertMainNameStatement.setLong(1, tools.currentUnitId);
	^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The variable insertMainNameStatement may be null at this location
76. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RModelIndex.java (at line 901)
	final String modelTypeId= this.modelId2Type.get(result.getInt(2));
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on the receiver type '@NonNull IntMap<@NonNull String>'. Type 'IntMap<V>' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RModelIndex.java:[904] 
	Ltk.PERSISTENCE_CONTEXT, unitId, true, monitor );
	                         ^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RModelIndex.java:[904] 
	Ltk.PERSISTENCE_CONTEXT, unitId, true, monitor );
	                                       ^^^^^^^
Null type mismatch (type annotations): required '@NonNull IProgressMonitor' but this expression has type '@Nullable IProgressMonitor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RModelIndex.java:[907] 
	final RUnitElement unitElement= RUnitElement.read((RSourceUnit) su, frame, inputStream);
	                                                                           ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'InputStream' needs unchecked conversion to conform to '@NonNull InputStream'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RModelIndex.java:[919] 
	su.disconnect(monitor);
	              ^^^^^^^
Null type mismatch (type annotations): required '@NonNull IProgressMonitor' but this expression has type '@Nullable IProgressMonitor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RModelIndex.java:[1037] 
	this.dbConnectionPool= EmbeddedDB.createConnectionPool(directory.getAbsolutePath()); //"jdbc:derby:"
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'DataSource' needs unchecked conversion to conform to '@NonNull DataSource'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RModelIndex.java:[1288] 
	public @Nullable RFrame getProjectFrame(final RProject rProject) throws CoreException {
	                 ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
83. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RModelIndex.java (at line 1356)
	final String modelTypeId= this.modelId2Type.get(result.getInt(2));
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on the receiver type '@NonNull IntMap<@NonNull String>'. Type 'IntMap<V>' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RModelIndex.java:[1358] 
	final SourceUnit su= loadSourceUnit(suManager, unitId, modelTypeId, progress);
	                                               ^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgListImpl.java:[30] 
	public final class RPkgListImpl<T extends RPkg> extends ArrayList<T> implements RPkgList<T> {
	                   ^^^^^^^^^^^^
Missing non-null annotation: inherited method from RPkgList<T> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java:[124] 
	public RCodeStyleSettings(final int mode) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field indentDefaultType may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java:[159] 
	public void load(final PreferenceAccess prefs) {
	                       ^^^^^^^^^^^^^^^^
Illegal redefinition of parameter prefs, inherited method from AbstractPreferencesModelObject does not constrain this parameter
88. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 160)
	setTabSize(prefs.getPreferenceValue(TAB_SIZE_PREF));
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
89. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 162)
	setIndentSpacesCount(prefs.getPreferenceValue(INDENT_SPACES_COUNT_PREF));
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
90. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 163)
	setReplaceOtherTabsWithSpaces(prefs.getPreferenceValue(REPLACE_TABS_WITH_SPACES_PREF));
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
91. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 164)
	setIndentBlockDepth(prefs.getPreferenceValue(INDENT_BLOCK_DEPTH_PREF));
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
92. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 165)
	setIndentGroupDepth(prefs.getPreferenceValue(INDENT_GROUP_DEPTH_PREF));
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
93. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 166)
	setIndentWrappedCommandDepth(prefs.getPreferenceValue(INDENT_WRAPPED_COMMAND_DEPTH_PREF));
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
94. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 167)
	setReplaceConservative(prefs.getPreferenceValue(REPLACE_CONVERSATIVE_PREF));
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
95. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 169)
	setWhitespaceAssignBefore(prefs.getPreferenceValue(WS_ASSIGN_BEFORE_PREF));
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
96. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 170)
	setWhitespaceAssignAfter(prefs.getPreferenceValue(WS_ASSIGN_AFTER_PREF));
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
97. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 171)
	setWhitespaceArgAssignBefore(prefs.getPreferenceValue(WS_ARGASSIGN_BEFORE_PREF));
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
98. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 172)
	setWhitespaceArgAssignAfter(prefs.getPreferenceValue(WS_ARGASSIGN_AFTER_PREF));
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
99. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 173)
	setWhitespaceOtherOpBefore(prefs.getPreferenceValue(WS_OTHEROP_BEFORE_PREF));
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
100. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 174)
	setWhitespaceOtherOpAfter(prefs.getPreferenceValue(WS_OTHEROP_AFTER_PREF));
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
101. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 175)
	setNewlineFDefBodyBlockBefore(prefs.getPreferenceValue(NL_FDEF_BODYBLOCK_BEFORE_PREF));
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java:[209] 
	public Map<Preference<?>, Object> deliverToPreferencesMap(final Map<Preference<?>, Object> map) {
	       ^^^
The return type is incompatible with 'Map<Preference<?>,Object>' returned from AbstractPreferencesModelObject.deliverToPreferencesMap(Map<Preference<?>,Object>) (mismatching null constraints)
103. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 210)
	map.put(TAB_SIZE_PREF, getTabSize());
	                       ^^^^^^^^^^^^
The expression of type int is boxed into Integer
104. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 212)
	map.put(INDENT_SPACES_COUNT_PREF, getIndentSpacesCount());
	                                  ^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
105. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 213)
	map.put(REPLACE_TABS_WITH_SPACES_PREF, getReplaceOtherTabsWithSpaces());
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
106. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 214)
	map.put(INDENT_BLOCK_DEPTH_PREF, getIndentBlockDepth());
	                                 ^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
107. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 215)
	map.put(INDENT_GROUP_DEPTH_PREF, getIndentGroupDepth());
	                                 ^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
108. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 216)
	map.put(INDENT_WRAPPED_COMMAND_DEPTH_PREF, getIndentWrappedCommandDepth());
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
109. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 217)
	map.put(REPLACE_CONVERSATIVE_PREF, getReplaceConservative());
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
110. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 219)
	map.put(WS_ASSIGN_BEFORE_PREF, getWhitespaceAssignBefore());
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
111. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 220)
	map.put(WS_ASSIGN_AFTER_PREF, getWhitespaceAssignAfter());
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
112. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 221)
	map.put(WS_ARGASSIGN_BEFORE_PREF, getWhitespaceArgAssignBefore());
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
113. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 222)
	map.put(WS_ARGASSIGN_AFTER_PREF, getWhitespaceArgAssignAfter());
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
114. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 223)
	map.put(WS_OTHEROP_BEFORE_PREF, getWhitespaceOtherOpBefore());
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
115. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 224)
	map.put(WS_OTHEROP_AFTER_PREF, getWhitespaceOtherOpAfter());
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
116. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 225)
	map.put(NL_FDEF_BODYBLOCK_BEFORE_PREF, getNewlineFDefBodyBlockBefore());
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
117. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 235)
	firePropertyChange(TAB_SIZE_PROP, oldValue, size);
	                                  ^^^^^^^^
The expression of type int is boxed into Integer
118. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 235)
	firePropertyChange(TAB_SIZE_PROP, oldValue, size);
	                                            ^^^^
The expression of type int is boxed into Integer
119. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 255)
	firePropertyChange(INDENT_SPACES_COUNT_PROP, oldValue, count);
	                                             ^^^^^^^^
The expression of type int is boxed into Integer
120. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 255)
	firePropertyChange(INDENT_SPACES_COUNT_PROP, oldValue, count);
	                                                       ^^^^^
The expression of type int is boxed into Integer
121. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 265)
	firePropertyChange(INDENT_BLOCK_DEPTH_PROP, oldValue, depth);
	                                            ^^^^^^^^
The expression of type int is boxed into Integer
122. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 265)
	firePropertyChange(INDENT_BLOCK_DEPTH_PROP, oldValue, depth);
	                                                      ^^^^^
The expression of type int is boxed into Integer
123. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 274)
	firePropertyChange(INDENT_GROUP_DEPTH_PROP, oldValue, depth);
	                                            ^^^^^^^^
The expression of type int is boxed into Integer
124. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 274)
	firePropertyChange(INDENT_GROUP_DEPTH_PROP, oldValue, depth);
	                                                      ^^^^^
The expression of type int is boxed into Integer
125. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 283)
	firePropertyChange(INDENT_WRAPPED_COMMAND_DEPTH_PROP, oldValue, depth);
	                                                      ^^^^^^^^
The expression of type int is boxed into Integer
126. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 283)
	firePropertyChange(INDENT_WRAPPED_COMMAND_DEPTH_PROP, oldValue, depth);
	                                                                ^^^^^
The expression of type int is boxed into Integer
127. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 292)
	firePropertyChange(REPLACE_TABS_WITH_SPACES_PROP, oldValue, getReplaceOtherTabsWithSpaces());
	                                                  ^^^^^^^^
The expression of type boolean is boxed into Boolean
128. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 292)
	firePropertyChange(REPLACE_TABS_WITH_SPACES_PROP, oldValue, getReplaceOtherTabsWithSpaces());
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
129. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 302)
	firePropertyChange(REPLACE_CONSERVATIVE_PROP, oldValue, enable);
	                                              ^^^^^^^^
The expression of type boolean is boxed into Boolean
130. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 302)
	firePropertyChange(REPLACE_CONSERVATIVE_PROP, oldValue, enable);
	                                                        ^^^^^^
The expression of type boolean is boxed into Boolean
131. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 319)
	firePropertyChange(WS_ASSIGN_BEFORE_PROP, oldValue, enable);
	                                          ^^^^^^^^
The expression of type boolean is boxed into Boolean
132. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 319)
	firePropertyChange(WS_ASSIGN_BEFORE_PROP, oldValue, enable);
	                                                    ^^^^^^
The expression of type boolean is boxed into Boolean
133. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 328)
	firePropertyChange(WS_ASSIGN_AFTER_PROP, oldValue, enable);
	                                         ^^^^^^^^
The expression of type boolean is boxed into Boolean
134. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 328)
	firePropertyChange(WS_ASSIGN_AFTER_PROP, oldValue, enable);
	                                                   ^^^^^^
The expression of type boolean is boxed into Boolean
135. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 337)
	firePropertyChange(WS_ARGASSIGN_BEFORE_PROP, oldValue, enable);
	                                             ^^^^^^^^
The expression of type boolean is boxed into Boolean
136. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 337)
	firePropertyChange(WS_ARGASSIGN_BEFORE_PROP, oldValue, enable);
	                                                       ^^^^^^
The expression of type boolean is boxed into Boolean
137. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 346)
	firePropertyChange(WS_ARGASSIGN_AFTER_PROP, oldValue, enable);
	                                            ^^^^^^^^
The expression of type boolean is boxed into Boolean
138. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 346)
	firePropertyChange(WS_ARGASSIGN_AFTER_PROP, oldValue, enable);
	                                                      ^^^^^^
The expression of type boolean is boxed into Boolean
139. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 355)
	firePropertyChange(WS_OTHEROP_BEFORE_PROP, oldValue, enable);
	                                           ^^^^^^^^
The expression of type boolean is boxed into Boolean
140. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 355)
	firePropertyChange(WS_OTHEROP_BEFORE_PROP, oldValue, enable);
	                                                     ^^^^^^
The expression of type boolean is boxed into Boolean
141. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 364)
	firePropertyChange(WS_OTHEROP_AFTER_PROP, oldValue, enable);
	                                          ^^^^^^^^
The expression of type boolean is boxed into Boolean
142. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 364)
	firePropertyChange(WS_OTHEROP_AFTER_PROP, oldValue, enable);
	                                                    ^^^^^^
The expression of type boolean is boxed into Boolean
143. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 373)
	firePropertyChange(NL_FDEF_BODYBLOCK_BEFORE_PROP, oldValue, enable);
	                                                  ^^^^^^^^
The expression of type boolean is boxed into Boolean
144. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCodeStyleSettings.java (at line 373)
	firePropertyChange(NL_FDEF_BODYBLOCK_BEFORE_PROP, oldValue, enable);
	                                                            ^^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/BuildSourceFrame.java:[68] 
	RFrame frame;
	^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/BuildSourceFrame.java:[72] 
	public ElementAccessList(final @Nullable String name) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field frame may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/BuildSourceFrame.java:[313] 
	this.lateWrite= null;
	                ^^^^
Null type mismatch: required '@NonNull Map<@NonNull String,BuildSourceFrame.@NonNull ElementAccessList>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/BuildSourceFrame.java:[346] 
	this.lateRead= null;
	               ^^^^
Null type mismatch: required '@NonNull Map<@NonNull String,BuildSourceFrame.@NonNull ElementAccessList>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RSourceElementByElementAccess.java:[204] 
	this.fDefNode= null;
	               ^^^^
Null type mismatch: required '@NonNull FDef' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RSourceElementByElementAccess.java:[402] 
	private List<RElementAccess> columns;
	                             ^^^^^^^
The value of the field RSourceElementByElementAccess.RDataFrame.columns is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RSourceElementByElementAccess.java:[405] 
	public RDataFrame(final RLangSourceElement parent, final int elementType,
				final List<SubNamedPartSyntacticElementAccess> columns) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field columns may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RSourceElementByElementAccess.java:[437] 
	private String prototypeCode;
	               ^^^^^^^^^^^^^
The value of the field RSourceElementByElementAccess.RSlot.prototypeCode is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RSourceElementByElementAccess.java:[440] 
	public RSlot(final RLangSourceElement parent, final ElementAccess defAccess) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field prototypeCode may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RSourceElementByElementAccess.java:[489] 
	public RSourceElementByElementAccess(final RLangSourceElement parent, final int elementType,
			final @Nullable ElementAccess defAccess) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field access may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RSourceElementByElementAccess.java:[526] 
	final List<? extends RElement<?>> elements= this.access.getFrame().getModelElements();
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<? extends RElement<?>>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RSourceElementByElementAccess.java:[628] 
	else {
			sb.append(" <unnamed>"); //$NON-NLS-1$
		}
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCore.java:[94] 
	public static final RCoreAccess WORKBENCH_ACCESS= RCorePlugin.getInstance().getWorkspaceRCoreAccess();
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RCoreAccess' needs unchecked conversion to conform to '@NonNull RCoreAccess'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCore.java:[108] 
	return RCorePlugin.getInstance().getDefaultsRCoreAccess();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RCoreAccess' needs unchecked conversion to conform to '@NonNull RCoreAccess'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCore.java:[115] 
	return RCorePlugin.getInstance().getREnvManager();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'REnvManagerImpl' needs unchecked conversion to conform to '@NonNull IREnvManager'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCore.java:[123] 
	return RCorePlugin.getInstance().getRHelpManager();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WorkbenchRHelpManager' needs unchecked conversion to conform to '@NonNull RHelpManager'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/RCore.java:[127] 
	return RCorePlugin.getInstance().getRHelpHttpService();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RHelpHttpService' needs unchecked conversion to conform to '@NonNull RHelpHttpService'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/Model.java:[78] 
	else if (index == 0) {
			return this.rightExpr.node;
		}
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/Model.java:[90] 
	return new RAstNode[] { this.rightExpr.node };
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/REnvLibGroups.java:[53] 
	return new URI("file", null, (path.charAt(0) == '/') ? path : '/' + path, null) //$NON-NLS-1$
					.normalize()
					.getPath();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/REnvLibGroups.java:[62] 
	return new BasicRLibGroup(id, REnvManagerLibGroup.getLabel(id), locations);
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/CompositeSourceElement.java:[85] 
	final List<? extends RLangSourceElement>[] compositeLists= new @NonNull List[this.compositeElements.size()];
	                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List[] needs unchecked conversion to conform to List<? extends RLangSourceElement>[]
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RUnitElement.java:[63] 
	public RUnitElement(final RSourceUnit su, final List<RLangElement> children) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field envir may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RUnitElement.java:[63] 
	public RUnitElement(final RSourceUnit su, final List<RLangElement> children) {
	                                                     ^^^^^^^^^^^^
RLangElement is a raw type. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RUnitElement.java:[69] 
	public RUnitElement() {
	       ^^^^^^^^^^^^^^
The @NonNull field elements may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RUnitElement.java:[69] 
	public RUnitElement() {
	       ^^^^^^^^^^^^^^
The @NonNull field envir may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RUnitElement.java:[69] 
	public RUnitElement() {
	       ^^^^^^^^^^^^^^
The @NonNull field sourceUnit may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/tool/TmpUtils.java:[51] 
	public static final RElementName ENV_FQ_ELEMENT_NAME= RElementName.create(ImCollections.newList(
			PKG_ELEMENT_NAME, ENV_ELEMENT_NAME ));
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RElementName' but this expression has type '@Nullable RElementName'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/tool/TmpUtils.java:[58] 
	&& ENV_ELEMENT_NAME.getSegmentName().equals(elementName.getSegmentName()) );
	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSegmentName() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/tool/TmpUtils.java:[62] 
	return RElementName.create(ImCollections.newList(PKG_ELEMENT_NAME, ENV_ELEMENT_NAME, name));
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RElementName' but this expression has type '@Nullable RElementName'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerImpl.java:[73] 
	private static final String USER_LOCAL_ID_PREFIX= IREnvConfiguration.USER_LOCAL_TYPE + '-';
	                            ^^^^^^^^^^^^^^^^^^^^
The value of the field REnvManagerImpl.USER_LOCAL_ID_PREFIX is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerImpl.java:[74] 
	private static final String USER_REMOTE_ID_PREFIX= IREnvConfiguration.USER_REMOTE_TYPE + '-';
	                            ^^^^^^^^^^^^^^^^^^^^^
The value of the field REnvManagerImpl.USER_REMOTE_ID_PREFIX is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerImpl.java:[246] 
	this.defaultEnv.name= 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerImpl.java:[261] 
	final Integer version= prefs.getPreferenceValue(PREF_VERSION);
	                                                ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.IntPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Integer>', corresponding supertype is 'Preference<@NonNull Integer>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerImpl.java:[311] 
	updateDefault(prefs.getPreferenceValue(PREF_DEFAULT_CONFIGURATION_NAME));
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.StringPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull String>', corresponding supertype is 'Preference<@NonNull String>'
180. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerImpl.java (at line 319)
	map.put(PREF_VERSION, 2);
	                      ^
The expression of type int is boxed into Integer
181. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerImpl.java (at line 320)
	map.put(STAMP_PREF, System.currentTimeMillis());
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type long is boxed into Long
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerImpl.java:[343] 
	PreferenceUtils.setPrefValues(InstanceScope.INSTANCE, map);
	                                                      ^^^
Null type safety (type annotations): The expression of type 'Map<Preference<?>,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull Preference<?>,@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerImpl.java:[462] 
	public ImList<REnv> list() {
	       ^^^^^^
The return type is incompatible with '@NonNull ImList<? extends @NonNull REnv>' returned from REnvManager.list() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerImpl.java:[513] 
	public synchronized @Nullable REnv get(final String id, final String name) {
	                                             ^^^^^^
Missing nullable annotation: inherited method from REnvManager specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerImpl.java:[513] 
	public synchronized @Nullable REnv get(final String id, final String name) {
	                                                              ^^^^^^
Missing nullable annotation: inherited method from REnvManager specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerImpl.java:[573] 
	((long) System.getProperty("user.name").hashCode() << 32) | System.currentTimeMillis(), //$NON-NLS-1$
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getProperty(String) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rhelp/WorkbenchRHelpHttpService.java:[98] 
	this.httpd.stopServer();
	     ^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RLangPackageLoad.java:[26] 
	public interface RLangPackageLoad<TModelChild extends RLangElement>
	                                                      ^^^^^^^^^^^^
RLangElement is a raw type. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/GenericVisitor.java:[32] 
	public void visit(final SourceComponent node) throws InvocationTargetException {
	                        ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/GenericVisitor.java:[37] 
	public void visit(final Block node) throws InvocationTargetException {
	                        ^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/GenericVisitor.java:[42] 
	public void visit(final Group node) throws InvocationTargetException {
	                        ^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/GenericVisitor.java:[47] 
	public void visit(final CIfElse node) throws InvocationTargetException {
	                        ^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/GenericVisitor.java:[52] 
	public void visit(final CForLoop node) throws InvocationTargetException {
	                        ^^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/GenericVisitor.java:[57] 
	public void visit(final CRepeatLoop node) throws InvocationTargetException {
	                        ^^^^^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/GenericVisitor.java:[62] 
	public void visit(final CWhileLoop node) throws InvocationTargetException {
	                        ^^^^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/GenericVisitor.java:[67] 
	public void visit(final CLoopCommand node) throws InvocationTargetException {
	                        ^^^^^^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/GenericVisitor.java:[72] 
	public void visit(final FCall node) throws InvocationTargetException {
	                        ^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/GenericVisitor.java:[77] 
	public void visit(final FCall.Args node) throws InvocationTargetException {
	                        ^^^^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/GenericVisitor.java:[82] 
	public void visit(final FCall.Arg node) throws InvocationTargetException {
	                        ^^^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/GenericVisitor.java:[87] 
	public void visit(final FDef node) throws InvocationTargetException {
	                        ^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/GenericVisitor.java:[92] 
	public void visit(final FDef.Args node) throws InvocationTargetException {
	                        ^^^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/GenericVisitor.java:[97] 
	public void visit(final FDef.Arg node) throws InvocationTargetException {
	                        ^^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/GenericVisitor.java:[102] 
	public void visit(final Assignment node) throws InvocationTargetException {
	                        ^^^^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/GenericVisitor.java:[107] 
	public void visit(final Model node) throws InvocationTargetException {
	                        ^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/GenericVisitor.java:[112] 
	public void visit(final Relational node) throws InvocationTargetException {
	                        ^^^^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/GenericVisitor.java:[117] 
	public void visit(final Logical node) throws InvocationTargetException {
	                        ^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/GenericVisitor.java:[122] 
	public void visit(final Arithmetic node) throws InvocationTargetException {
	                        ^^^^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/GenericVisitor.java:[127] 
	public void visit(final Power node) throws InvocationTargetException {
	                        ^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/GenericVisitor.java:[132] 
	public void visit(final Seq node) throws InvocationTargetException {
	                        ^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/GenericVisitor.java:[137] 
	public void visit(final Special node) throws InvocationTargetException {
	                        ^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/GenericVisitor.java:[142] 
	public void visit(final Sign node) throws InvocationTargetException {
	                        ^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/GenericVisitor.java:[147] 
	public void visit(final SubIndexed node) throws InvocationTargetException {
	                        ^^^^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/GenericVisitor.java:[152] 
	public void visit(final SubIndexed.Args node) throws InvocationTargetException {
	                        ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/GenericVisitor.java:[157] 
	public void visit(final SubIndexed.Arg node) throws InvocationTargetException {
	                        ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/GenericVisitor.java:[162] 
	public void visit(final SubNamed node) throws InvocationTargetException {
	                        ^^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/GenericVisitor.java:[167] 
	public void visit(final NSGet node) throws InvocationTargetException {
	                        ^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/GenericVisitor.java:[172] 
	public void visit(final StringConst node) throws InvocationTargetException {
	                        ^^^^^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/GenericVisitor.java:[177] 
	public void visit(final NumberConst node) throws InvocationTargetException {
	                        ^^^^^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/GenericVisitor.java:[182] 
	public void visit(final NullConst node) throws InvocationTargetException {
	                        ^^^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/GenericVisitor.java:[187] 
	public void visit(final Symbol node) throws InvocationTargetException {
	                        ^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/GenericVisitor.java:[192] 
	public void visit(final Help node) throws InvocationTargetException {
	                        ^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/GenericVisitor.java:[197] 
	public void visit(final Dummy node) throws InvocationTargetException {
	                        ^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RPkgProjectNature.java:[36] 
	public void setProject(final IProject project) {
	                             ^^^^^^^^
Missing non-null annotation: inherited method from IProjectNature specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/ResourceTracker.java:[67] 
	index.updateProjectConfigRemoved(project);
	                                 ^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RElementName.java:[115] 
	if (elementName == null) {
			throw new NullPointerException("elementName"); //$NON-NLS-1$
		}
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RElementName.java:[124] 
	elementName= elementName.getNextSegment();
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RElementName' but this expression has type '@Nullable RElementName'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RElementName.java:[139] 
	elementName= elementName.getNextSegment();
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RElementName' but this expression has type '@Nullable RElementName'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RElementName.java:[161] 
	elementName= elementName.getNextSegment();
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RElementName' but this expression has type '@Nullable RElementName'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RElementName.java:[162] 
	if (elementName == null) {
					return (sb != null) ? sb.getString() : firstName;
				}
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RElementName.java:[175] 
	printScopeFQ(elementName, sb, options, true);
	                          ^^
Null type mismatch: required '@NonNull RValueFormatter' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RElementName.java:[183] 
	printScopeFQ(elementName, sb, options, true);
	                          ^^
Null type mismatch: required '@NonNull RValueFormatter' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RElementName.java:[219] 
	sb.append(elementName.getSegmentName());
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RElementName.java:[221] 
	elementName= elementName.getNextSegment();
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RElementName' but this expression has type '@Nullable RElementName'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RElementName.java:[247] 
	sb.append("[["); //$NON-NLS-1$
	^^
Potential null pointer access: The variable sb may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RElementName.java:[252] 
	sb.append('$');
	^^
Potential null pointer access: The variable sb may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RElementName.java:[258] 
	elementName= elementName.getNextSegment();
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RElementName' but this expression has type '@Nullable RElementName'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RElementName.java:[261] 
	sb.append('@');
	^^
Potential null pointer access: The variable sb may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RElementName.java:[266] 
	elementName= elementName.getNextSegment();
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RElementName' but this expression has type '@Nullable RElementName'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RElementName.java:[270] 
	sb.append("[…]"); //$NON-NLS-1$
	^^
Potential null pointer access: The variable sb may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RElementName.java:[278] 
	sb.append("[["); //$NON-NLS-1$
	^^
Potential null pointer access: The variable sb may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RElementName.java:[279] 
	sb.append(elementName.getSegmentName());
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RElementName.java:[281] 
	elementName= elementName.getNextSegment();
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RElementName' but this expression has type '@Nullable RElementName'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RElementName.java:[285] 
	sb.append("[[…]]"); //$NON-NLS-1$
	^^
Potential null pointer access: The variable sb may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RElementName.java:[286] 
	elementName= elementName.getNextSegment();
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RElementName' but this expression has type '@Nullable RElementName'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RElementName.java:[294] 
	sb.append(" …"); //$NON-NLS-1$
	^^
Potential null pointer access: The variable sb may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RElementName.java:[300] 
	return sb.getString();
	       ^^
Potential null pointer access: The variable sb may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RElementName.java:[478] 
	o1= o1.getNextSegment();
	    ^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull ElementName' but this expression has type '@Nullable ElementName'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RElementName.java:[479] 
	o2= o2.getNextSegment();
	    ^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull ElementName' but this expression has type '@Nullable ElementName'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RElementName.java:[488] 
	else {
					return Integer.MIN_VALUE + 100;
				}
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RElementName.java:[492] 
	else if (n2 != null) {
				return Integer.MAX_VALUE - 100;
			}
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RElementName.java:[495] 
	return 0;
	^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RElementName.java:[663] 
	segments.add(name.getScope());
	             ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RElementName' but this expression has type '@Nullable RElementName'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RElementName.java:[826] 
	last.nextSegment= tmp;
	^^^^
Potential null pointer access: The variable last may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RElementName.java:[895] 
	return addScope(name.getNextSegment(), name);
	                ^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RElementName' but this expression has type '@Nullable RElementName'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RElementName.java:[937] 
	return createDisplayName(this, 0);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[207] 
	private RSourceUnitModelInfoImpl modelInfo;
	                                 ^^^^^^^^^
The @NonNull field modelInfo may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[395] 
	private RCoreFunctions configuredRDef;
	                       ^^^^^^^^^^^^^^
The value of the field SourceAnalyzer.configuredRDef is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[416] 
	public SourceAnalyzer() {
	       ^^^^^^^^^^^^^^^^
The @NonNull field ast may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[416] 
	public SourceAnalyzer() {
	       ^^^^^^^^^^^^^^^^
The @NonNull field chunkElements may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[416] 
	public SourceAnalyzer() {
	       ^^^^^^^^^^^^^^^^
The @NonNull field configuredRDef may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[416] 
	public SourceAnalyzer() {
	       ^^^^^^^^^^^^^^^^
The @NonNull field currentSourceContainerBuilder may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[416] 
	public SourceAnalyzer() {
	       ^^^^^^^^^^^^^^^^
The @NonNull field dependencyEnvironments may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[416] 
	public SourceAnalyzer() {
	       ^^^^^^^^^^^^^^^^
The @NonNull field fCallFallback may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[416] 
	public SourceAnalyzer() {
	       ^^^^^^^^^^^^^^^^
The @NonNull field frames may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[416] 
	public SourceAnalyzer() {
	       ^^^^^^^^^^^^^^^^
The @NonNull field genericDefaultEnvir may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[416] 
	public SourceAnalyzer() {
	       ^^^^^^^^^^^^^^^^
The @NonNull field globalEnvir may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[416] 
	public SourceAnalyzer() {
	       ^^^^^^^^^^^^^^^^
The @NonNull field inlineElements may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[416] 
	public SourceAnalyzer() {
	       ^^^^^^^^^^^^^^^^
The @NonNull field packageRefs may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[416] 
	public SourceAnalyzer() {
	       ^^^^^^^^^^^^^^^^
The @NonNull field sourceUnit may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[416] 
	public SourceAnalyzer() {
	       ^^^^^^^^^^^^^^^^
The @NonNull field topLevelEnvir may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[416] 
	public SourceAnalyzer() {
	       ^^^^^^^^^^^^^^^^
The @NonNull field topScope may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[512] 
	this.fCallAnalyzers.put(name, new CommonDefBased(rdef.getArgs(name)));
	                                                 ^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull ArgsDefinition' but this expression has type '@Nullable ArgsDefinition'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[597] 
	this.sourceUnit= null;
	                 ^^^^
Null type mismatch: required '@NonNull RSourceUnit' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[607] 
	if (this.chunkElements == null) {
			this.chunkElements= new ArrayList<>();
			this.inlineElements= new ArrayList<>();
		}
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[653] 
	this.sourceUnit= null;
	                 ^^^^
Null type mismatch: required '@NonNull RSourceUnit' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[694] 
	&& seb.element instanceof RSourceElementByElementAccess.RMethod) {
					final RSourceElementByElementAccess.RMethod element= (RSourceElementByElementAccess.RMethod)seb.element;
					element.occurrenceCount= anonymous++;
					registerAnonFunctionElement(element, seb.envir);
				}
	                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
277. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java (at line 719)
	(element.occurrenceCount= occ + 1) ));
	                          ^^^
The expression of type Integer is unboxed into int
278. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java (at line 760)
	(element.occurrenceCount= occ + 1) ));
	                          ^^^
The expression of type Integer is unboxed into int
279. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java (at line 771)
	(element.occurrenceCount= occ + 1) ));
	                          ^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[789] 
	this.ast= null;
	          ^^^^
Null type mismatch: required '@NonNull AstInfo' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[790] 
	this.genericDefaultEnvir= null;
	                          ^^^^
Null type mismatch: required '@NonNull BuildSourceFrame' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[791] 
	this.globalEnvir= null;
	                  ^^^^
Null type mismatch: required '@NonNull BuildSourceFrame' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[792] 
	this.packageRefs= null;
	                  ^^^^
Null type mismatch: required '@NonNull BasicPackageReferences' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[793] 
	this.topLevelEnvir= null;
	                    ^^^^
Null type mismatch: required '@NonNull BuildSourceFrame' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[794] 
	this.frames= null;
	             ^^^^
Null type mismatch: required '@NonNull LinkedHashMap<@NonNull String,@NonNull BuildSourceFrame>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[795] 
	this.dependencyEnvironments= null;
	                             ^^^^
Null type mismatch: required '@NonNull Map<@NonNull String,@NonNull BuildSourceFrame>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[798] 
	this.currentSourceContainerBuilder= null;
	                                    ^^^^
Null type mismatch: required 'SourceAnalyzer.@NonNull SourceElementBuilder' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[838] 
	switch (search) {
		case S_LOCAL:
			this.topScope.add(name, access);
			return;
		case S_GLOBAL:
			this.globalEnvir.add(name, access);
			return;
		case S_SEARCH:
			this.topScope.addLateResolve(name, access);
			return;
		default:
			throw new IllegalArgumentException("Illegal mode"); //$NON-NLS-1$
		}
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[877] 
	this.currentSourceContainerBuilder= this.currentSourceContainerBuilder.parent;
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required 'SourceAnalyzer.@NonNull SourceElementBuilder' but this expression has type 'SourceAnalyzer.@Nullable SourceElementBuilder'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[921] 
	buildFrame.add(argNameAccess.nameNode.getText(), argNameAccess);
	                             ^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[948] 
	private boolean isRequested(final int requestId) {
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method isRequested(int) from the type SourceAnalyzer is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[1003] 
	switch (node.getOperator(0)) {
	        ^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getOperator(int) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[1016] 
	registerInEnvir(mode, name, access);
	                      ^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[1081] 
	registerInEnvir(S_LOCAL, nameNode.getText(), access);
	                         ^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[1114] 
	write= (((Assignment)parent).getTargetChild() == node);
	                     ^^^^^^
Potential null pointer access: The variable parent may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[2382] 
	slot= new RSourceElementByElementAccess.RSlot(rClass, access);
	                                              ^^^^^^
Null type mismatch: required '@NonNull RLangSourceElement' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[2410] 
	rClass.addSuperClasses(superClassNames);
	^^^^^^
Potential null pointer access: The variable rClass may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[2442] 
	RSlot slot= null;
	      ^^^^
The value of the local variable slot is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[2537] 
	enterElement(rClassExt, envir, node);
	                        ^^^^^
Null type mismatch: required '@NonNull BuildSourceFrame' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SourceAnalyzer.java:[2794] 
	private final int argIdx_signature;
	                  ^^^^^^^^^^^^^^^^
The value of the field SourceAnalyzer.MethodsRemoveMethod.argIdx_signature is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[102] 
	if (nameNode.getStartOffset() >= this.start && nameNode.getEndOffset() <= this.stop) {
	    ^^^^^^^^
Potential null pointer access: The variable nameNode may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[115] 
	final RFrame frame= access.getFrame();
	      ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[199] 
	this.elementSet= new ElementSet(new Object[] { su });
	                                ^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[335] 
	Collections.sort(this.variablesList, new Comparator<Variable>() {
	                 ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<ExtractFunctionRefactoring.Variable>' needs unchecked conversion to conform to '@NonNull List<ExtractFunctionRefactoring.Variable>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[338] 
	return RElementAccess.NAME_POSITION_COMPARATOR.compare(o1.firstAccess, o2.firstAccess);
	                                                       ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RElementAccess' needs unchecked conversion to conform to '@NonNull RElementAccess'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[338] 
	return RElementAccess.NAME_POSITION_COMPARATOR.compare(o1.firstAccess, o2.firstAccess);
	                                                                       ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RElementAccess' needs unchecked conversion to conform to '@NonNull RElementAccess'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[355] 
	final SubMonitor m= SubMonitor.convert(monitor, RefactoringMessages.Common_FinalCheck_label, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[368] 
	final SubMonitor m= SubMonitor.convert(monitor, RefactoringMessages.Common_CreateChanges_label, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[382] 
	final String source= (project != null) ? NLS.bind(RefactoringMessages.Common_Source_Project_label, project) : RefactoringMessages.Common_Source_Workspace_label;
	             ^^^^^^
The value of the local variable source is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractFunctionRefactoring.java:[503] 
	sb.append(assignment.getOperator(0).text);
	          ^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getOperator(int) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RLangSlot.java:[25] 
	public interface RLangSlot<TModelChild extends RLangElement>
	                                               ^^^^^^^^^^^^
RLangElement is a raw type. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RBuildpathPrefs.java:[61] 
	this.rootNode= context.getNode(qualifier);
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAstNode.java:[170] 
	if (me.rParent == null || other.rParent == null) {
	    ^^
Potential null pointer access: The variable me may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAstNode.java:[170] 
	if (me.rParent == null || other.rParent == null) {
	                          ^^^^^
Potential null pointer access: The variable other may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAstNode.java:[171] 
	return (me.rParent == null && other.rParent == null);
	                              ^^^^^
Potential null pointer access: The variable other may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAstNode.java:[173] 
	if ((!me.rParent.equalsSingle(other.rParent))
	         ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAstNode.java:[173] 
	if ((!me.rParent.equalsSingle(other.rParent))
	                              ^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RAstNode' but this expression has type '@Nullable RAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAstNode.java:[174] 
	|| (me.rParent.getEqualsIndex(me) != other.rParent.getEqualsIndex(other))
	       ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAstNode.java:[174] 
	|| (me.rParent.getEqualsIndex(me) != other.rParent.getEqualsIndex(other))
	                                           ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAstNode.java:[214] 
	if (this.rParent.rParent != null) {
	         ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAstNode.java:[215] 
	path.append(this.rParent.rParent.getNodeType().ordinal());
	                 ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAstNode.java:[215] 
	path.append(this.rParent.rParent.getNodeType().ordinal());
	                         ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAstNode.java:[218] 
	path.append(this.rParent.getNodeType().ordinal());
	                 ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/ExportedRElement.java:[54] 
	this.elementName= RElementName.cloneName(sourceElement.getElementName(), false);
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RElementName' but this expression has type '@Nullable RElementName'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/ExportedRElement.java:[78] 
	public ExportedRElement() {
	       ^^^^^^^^^^^^^^^^^^
The @NonNull field elementId may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/ExportedRElement.java:[78] 
	public ExportedRElement() {
	       ^^^^^^^^^^^^^^^^^^
The @NonNull field elementName may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/ExportedRElement.java:[78] 
	public ExportedRElement() {
	       ^^^^^^^^^^^^^^^^^^
The @NonNull field parent may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RRepoListPref.java:[35] 
	public Class<List<RRepo>> getUsageType() {
	       ^^^^^
The return type is incompatible with '@NonNull Class<List<RRepo>>' returned from Preference<List<RRepo>>.getUsageType() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RRepoListPref.java:[36] 
	return (Class) List.class;
	       ^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Class needs unchecked conversion to conform to Class<List<RRepo>>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RRepoListPref.java:[36] 
	return (Class) List.class;
	        ^^^^^
Class is a raw type. References to generic type Class<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RRepoListPref.java:[40] 
	public List<RRepo> store2Usage(final String storeValue) {
	                                     ^^^^^^
Missing nullable annotation: inherited method from Preference<List<RRepo>> specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RRepoListPref.java:[48] 
	final String[] parts= IS1_SEPARATOR_PATTERN.split(repos[i]);
	                                                  ^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RLangClass.java:[26] 
	public interface RLangClass<TModelChild extends RLangElement>
	                                                ^^^^^^^^^^^^
RLangElement is a raw type. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/data/RValueValidator.java:[278] 
	this.lexer.reset(new StringParserInput(expression).init());
	                                       ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/data/RValueValidator.java:[500] 
	|| (expression != (expression= expression.trim()) && levels.contains(expression)) ) {
	                               ^^^^^^^^^^
Potential null pointer access: The variable expression may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/VersionListRPkg.java:[39] 
	public String getName() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from RPkg.getName() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/VersionListRPkg.java:[44] 
	public RNumVersion getVersion() {
	       ^^^^^^^^^^^
The return type is incompatible with '@NonNull RNumVersion' returned from RPkg.getVersion() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/VersionListRPkg.java:[80] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/VersionListRPkg.java:[80] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/VersionListRPkg.java:[93] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/VersionListRPkg.java:[93] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[103] 
	private static final String PREFKEY_INDEX_DIR= "index.dir"; //$NON-NLS-1$
	                            ^^^^^^^^^^^^^^^^^
The value of the field REnvConfigurationImpl.PREFKEY_INDEX_DIR is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[111] 
	return Paths.get(URIUtil.toURI(getStateLocation(rEnv)));
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'URI' needs unchecked conversion to conform to '@NonNull URI'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[165] 
	public void setName(final String name) {
	                          ^^^^^^
Missing non-null annotation: inherited method from BasicREnvConfiguration specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[167] 
	super.setName(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[180] 
	public void setRArch(final String arch) {
	                           ^^^^^^
Missing nullable annotation: inherited method from BasicREnvConfiguration specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[225] 
	public ImList<REnvManagerLibGroup.Editable> getRLibGroups() {
	       ^^^^^^
The return type is incompatible with '@NonNull ImList<? extends @NonNull RLibGroup>' returned from RLibPaths.getRLibGroups() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[225] 
	public ImList<REnvManagerLibGroup.Editable> getRLibGroups() {
	       ^^^^^^
The return type is incompatible with '@NonNull ImList<? extends @NonNull RLibGroup>' returned from BasicREnvConfiguration.getRLibGroups() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[226] 
	return (ImList<REnvManagerLibGroup.Editable>) super.getRLibGroups();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from ImList<capture#3-of ? extends RLibGroup> to ImList<REnvManagerLibGroup.Editable>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[230] 
	public REnvManagerLibGroup.Editable getRLibGroup(final String id) {
	                                                       ^^^^^^
Missing non-null annotation: inherited method from RLibPaths specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[230] 
	public REnvManagerLibGroup.Editable getRLibGroup(final String id) {
	                                                       ^^^^^^
Missing non-null annotation: inherited method from BasicREnvConfiguration specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[231] 
	return (REnvManagerLibGroup.Editable) super.getRLibGroup(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[235] 
	public void setStateSharedType(final String type) {
	                                     ^^^^^^
Missing non-null annotation: inherited method from BasicREnvConfiguration specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[237] 
	super.setStateSharedType(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[283] 
	private Properties sharedProperties;
	                   ^^^^^^^^^^^^^^^^
The value of the field REnvConfigurationImpl.sharedProperties is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[284] 
	private final Object sharedPropertiesLock= new Object();
	                     ^^^^^^^^^^^^^^^^^^^^
The value of the field REnvConfigurationImpl.sharedPropertiesLock is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[299] 
	setRLibGroups(copyLibs(DEFAULT_LIBS_DEFAULTS));
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<capture#of ? extends RLibGroup>' needs unchecked conversion to conform to '@NonNull ImList<? extends @NonNull RLibGroup>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[303] 
	setRLibGroups(DEFAULT_LIBS_INIT);
	              ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<RLibGroup>' needs unchecked conversion to conform to '@NonNull ImList<? extends @NonNull RLibGroup>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[318] 
	setName(setup.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[383] 
	libLocations.add(new BasicRLibLocation(RLibLocation.EPLUGIN, path, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[393] 
	setRLibGroups(ImCollections.toList(groups));
	                                   ^^^^^^
Null type safety (type annotations): The expression of type 'List<RLibGroup>' needs unchecked conversion to conform to '@NonNull Collection<? extends @NonNull RLibGroup>', corresponding supertype is 'Collection<RLibGroup>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[464] 
	this.prefType= new StringPref(this.nodeQualifier, PREFKEY_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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[467] 
	final String type= prefs.getPreferenceValue(this.prefType);
	                                            ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.StringPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull String>', corresponding supertype is 'Preference<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[473] 
	this.prefName= new StringPref(this.nodeQualifier, PREFKEY_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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[474] 
	this.prefROS= new StringPref(this.nodeQualifier, PREFKEY_ROS);
	                             ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[476] 
	this.prefRHomeDirectory= new StringPref(this.nodeQualifier, PREFKEY_RHOME_DIR);
	                                        ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[477] 
	this.prefRArch= new StringPref(this.nodeQualifier, PREFKEY_SUBARCH);
	                               ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[478] 
	this.prefRBits= new IntPref(this.nodeQualifier, PREFKEY_RBITS);
	                            ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[479] 
	this.prefRDocDirectory= new NullableStringPref(this.nodeQualifier, PREFKEY_RDOC_DIR);
	                                               ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[480] 
	this.prefRShareDirectory= new NullableStringPref(this.nodeQualifier, PREFKEY_RSHARE_DIR);
	                                                 ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[481] 
	this.prefRIncludeDirectory= new NullableStringPref(this.nodeQualifier, PREFKEY_RINCLUDE_DIR);
	                                                   ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[483] 
	this.prefStateSharedType= new NullableStringPref(this.nodeQualifier, STATE_SHARED_TYPE_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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[484] 
	this.prefStateSharedDirectory= new NullableStringPref(this.nodeQualifier, STATE_SHARED_DIRECTORY_PATH_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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[485] 
	this.prefStateSharedServer= new NullableStringPref(this.nodeQualifier, STATE_SHARED_SERVER_URI_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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[532] 
	setRLibGroups(copyLibs(DEFAULT_LIBS_DEFAULTS));
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<capture#of ? extends RLibGroup>' needs unchecked conversion to conform to '@NonNull ImList<? extends @NonNull RLibGroup>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[557] 
	setRLibGroups(copyLibs(from.getRLibGroups()));
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<capture#of ? extends RLibGroup>' needs unchecked conversion to conform to '@NonNull ImList<? extends @NonNull RLibGroup>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[581] 
	setName(prefs.getPreferenceValue(this.prefName));
	                                 ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.StringPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull String>', corresponding supertype is 'Preference<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[582] 
	setROS(prefs.getPreferenceValue(this.prefROS));
	                                ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.StringPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull String>', corresponding supertype is 'Preference<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[585] 
	setRHomeDirectory(prefs.getPreferenceValue(this.prefRHomeDirectory));
	                                           ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.StringPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull String>', corresponding supertype is 'Preference<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[586] 
	setRArch(prefs.getPreferenceValue(this.prefRArch));
	                                  ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.StringPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull String>', corresponding supertype is 'Preference<@NonNull String>'
381. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java (at line 587)
	this.rBits= prefs.getPreferenceValue(this.prefRBits);
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[587] 
	this.rBits= prefs.getPreferenceValue(this.prefRBits);
	                                     ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.IntPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Integer>', corresponding supertype is 'Preference<@NonNull Integer>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[588] 
	setRDocDirectory(prefs.getPreferenceValue(this.prefRDocDirectory));
	                                          ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.NullableStringPref' needs unchecked conversion to conform to '@NonNull Preference<@Nullable String>', corresponding supertype is 'Preference<@Nullable String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[589] 
	setRShareDirectory(prefs.getPreferenceValue(this.prefRShareDirectory));
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.NullableStringPref' needs unchecked conversion to conform to '@NonNull Preference<@Nullable String>', corresponding supertype is 'Preference<@Nullable String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[590] 
	setRIncludeDirectory(prefs.getPreferenceValue(this.prefRIncludeDirectory));
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.NullableStringPref' needs unchecked conversion to conform to '@NonNull Preference<@Nullable String>', corresponding supertype is 'Preference<@Nullable String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[597] 
	final RLibGroup group= getRLibGroup(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[598] 
	for (final RLibLocation location : group.getLibLocations()) {
	                                   ^^^^^
Potential null pointer access: The variable group may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[605] 
	new StringArrayPref(this.nodeQualifier, PREFKEY_RLIBS_PREFIX + id, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[607] 
	final RLibLocation location= new BasicRLibLocation(RLibLocation.USER, path, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[616] 
	setRLibGroups(ImCollections.toList(groups));
	                                   ^^^^^^
Null type safety (type annotations): The expression of type 'List<RLibGroup>' needs unchecked conversion to conform to '@NonNull Collection<? extends @NonNull RLibGroup>', corresponding supertype is 'Collection<RLibGroup>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[619] 
	setStateSharedType(nonNullElse(prefs.getPreferenceValue(this.prefStateSharedType), SHARED_DIRECTORY));
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.NullableStringPref' needs unchecked conversion to conform to '@NonNull Preference<@Nullable String>', corresponding supertype is 'Preference<@Nullable String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[620] 
	setStateSharedDirectory(prefs.getPreferenceValue(this.prefStateSharedDirectory));
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.NullableStringPref' needs unchecked conversion to conform to '@NonNull Preference<@Nullable String>', corresponding supertype is 'Preference<@Nullable String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[621] 
	setStateSharedServer(prefs.getPreferenceValue(this.prefStateSharedServer));
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.NullableStringPref' needs unchecked conversion to conform to '@NonNull Preference<@Nullable String>', corresponding supertype is 'Preference<@Nullable String>'
394. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java (at line 647)
	map.put(this.prefRBits, this.rBits);
	                        ^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[655] 
	final List<? extends RLibLocation> libraries= group.getLibLocations();
	                                              ^^^^^
Potential null pointer access: The variable group may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[658] 
	if (location.getSource() == RLibLocation.USER) {
	    ^^^^^^^^
Potential null pointer access: The variable location may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[662] 
	map.put(new StringArrayPref(this.nodeQualifier, PREFKEY_RLIBS_PREFIX + group.getId(),
	                            ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[877] 
	commandLine.add(0, URIUtil.toPath(exe.toURI()).toOSString());
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method toPath(URI) may return null
399. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java (at line 943)
	if (PreferenceUtils.getInstancePrefs().getPreferenceValue(RCorePreferenceNodes.PREF_RENV_NETWORK_USE_ECLIPSE)) {
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[1139] 
	if (spec.startsWith(USERHOME_OLD_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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[1150] 
	spec= RHOME_OLD_PATTERN.matcher(spec).replaceAll(RHOME_NEW_STRING);
	                                ^^^^
Null type mismatch (type annotations): required '@NonNull CharSequence' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[1150] 
	spec= RHOME_OLD_PATTERN.matcher(spec).replaceAll(RHOME_NEW_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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[1155] 
	protected @Nullable Path resolvePath(final String spec) throws Exception {
	                                           ^^^^^^
Missing non-null annotation: inherited method from BasicREnvConfiguration specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvConfigurationImpl.java:[1165] 
	protected boolean equalsType(final REnvConfiguration other) {
	                                   ^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from BasicREnvConfiguration specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/data/RValueFormatter.java:[152] 
	this.numFormat.setScientificNotation(value != 0
	     ^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/data/RValueFormatter.java:[154] 
	return this.numFormat.format(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/data/RValueFormatter.java:[154] 
	return this.numFormat.format(value);
	            ^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/data/RValueFormatter.java:[832] 
	appendStringD(data.getChar(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/data/RValueFormatter.java:[839] 
	appendName(((RFactorStore) data).getLevels(), data.getInt(idx) - 1);
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RCharacterStore' needs unchecked conversion to conform to '@NonNull RStore<?>', corresponding supertype is 'RStore<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/data/RValueFormatter.java:[853] 
	appendEscaped(data.getChar(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/data/RValueFormatter.java:[893] 
	appendStringD(data.getChar(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/data/RValueFormatter.java:[901] 
	return formatName(((RFactorStore) data).getLevels(), data.getInt(idx) - 1);
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RCharacterStore' needs unchecked conversion to conform to '@NonNull RStore<?>', corresponding supertype is 'RStore<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/data/RValueFormatter.java:[915] 
	return escapeString(data.getChar(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgChangeSet.java:[29] 
	final SortedArraySet<String> names= new SortedArraySet<>(new String[8], 0, RPkgUtils.NAMES_COLLATOR);
	                     ^^^^^^
Null constraint mismatch: The type 'String' is not a valid substitute for the type parameter 'E extends @NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgChangeSet.java:[29] 
	final SortedArraySet<String> names= new SortedArraySet<>(new String[8], 0, RPkgUtils.NAMES_COLLATOR);
	                                                         ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgChangeSet.java:[31] 
	final RPkgListImpl<IRPkgInfo> added= new RPkgListImpl<>(8);
	                   ^^^^^^^^^
Null constraint mismatch: The type 'IRPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgChangeSet.java:[32] 
	final RPkgListImpl<IRPkgInfo> changed= new RPkgListImpl<>(8);
	                   ^^^^^^^^^
Null constraint mismatch: The type 'IRPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgChangeSet.java:[33] 
	final RPkgListImpl<IRPkgInfo> deleted= new RPkgListImpl<>(8);
	                   ^^^^^^^^^
Null constraint mismatch: The type 'IRPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgChangeSet.java:[42] 
	public RPkgListImpl<IRPkgInfo> getAdded() {
	                    ^^^^^^^^^
Null constraint mismatch: The type 'IRPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgChangeSet.java:[47] 
	public RPkgListImpl<IRPkgInfo> getChanged() {
	                    ^^^^^^^^^
Null constraint mismatch: The type 'IRPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgChangeSet.java:[52] 
	public RPkgListImpl<IRPkgInfo> getDeleted() {
	                    ^^^^^^^^^
Null constraint mismatch: The type 'IRPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RScannerPostExprVisitor.java:[61] 
	child.rParent.status |= STATUSFLAG_ERROR_IN_CHILD;
	      ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RScannerPostExprVisitor.java:[78] 
	public void visit(final SourceComponent node) {
	                        ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RScannerPostExprVisitor.java:[83] 
	public void visit(final Block node) {
	                        ^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RScannerPostExprVisitor.java:[88] 
	public void visit(final Group node) {
	                        ^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RScannerPostExprVisitor.java:[93] 
	public void visit(final CIfElse node) throws InvocationTargetException {
	                        ^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RScannerPostExprVisitor.java:[102] 
	public void visit(final CForLoop node) throws InvocationTargetException {
	                        ^^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RScannerPostExprVisitor.java:[109] 
	public void visit(final CRepeatLoop node) throws InvocationTargetException {
	                        ^^^^^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RScannerPostExprVisitor.java:[116] 
	public void visit(final CWhileLoop node) throws InvocationTargetException {
	                        ^^^^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RScannerPostExprVisitor.java:[123] 
	public void visit(final FCall node) throws InvocationTargetException {
	                        ^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RScannerPostExprVisitor.java:[130] 
	public void visit(final FCall.Args node) {
	                        ^^^^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RScannerPostExprVisitor.java:[136] 
	public void visit(final FCall.Arg node) {
	                        ^^^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RScannerPostExprVisitor.java:[142] 
	public void visit(final FDef node) throws InvocationTargetException {
	                        ^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RScannerPostExprVisitor.java:[149] 
	public void visit(final FDef.Args node) {
	                        ^^^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RScannerPostExprVisitor.java:[155] 
	public void visit(final FDef.Arg node) {
	                        ^^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RScannerPostExprVisitor.java:[161] 
	public void visit(final Assignment node) throws InvocationTargetException {
	                        ^^^^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RScannerPostExprVisitor.java:[168] 
	public void visit(final Model node) throws InvocationTargetException {
	                        ^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RScannerPostExprVisitor.java:[175] 
	public void visit(final Relational node) throws InvocationTargetException {
	                        ^^^^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RScannerPostExprVisitor.java:[182] 
	public void visit(final Logical node) throws InvocationTargetException {
	                        ^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RScannerPostExprVisitor.java:[189] 
	public void visit(final Arithmetic node) throws InvocationTargetException {
	                        ^^^^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RScannerPostExprVisitor.java:[196] 
	public void visit(final Power node) throws InvocationTargetException {
	                        ^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RScannerPostExprVisitor.java:[203] 
	public void visit(final Seq node) throws InvocationTargetException {
	                        ^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RScannerPostExprVisitor.java:[210] 
	public void visit(final Special node) throws InvocationTargetException {
	                        ^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RScannerPostExprVisitor.java:[217] 
	public void visit(final Sign node) throws InvocationTargetException {
	                        ^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RScannerPostExprVisitor.java:[224] 
	public void visit(final SubIndexed node) throws InvocationTargetException {
	                        ^^^^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RScannerPostExprVisitor.java:[231] 
	public void visit(final SubIndexed.Args node) {
	                        ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RScannerPostExprVisitor.java:[237] 
	public void visit(final SubIndexed.Arg node) {
	                        ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RScannerPostExprVisitor.java:[243] 
	public void visit(final SubNamed node) throws InvocationTargetException {
	                        ^^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RScannerPostExprVisitor.java:[251] 
	public void visit(final NSGet node) throws InvocationTargetException {
	                        ^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RScannerPostExprVisitor.java:[258] 
	public void visit(final StringConst node) {
	                        ^^^^^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RScannerPostExprVisitor.java:[263] 
	public void visit(final NumberConst node) {
	                        ^^^^^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RScannerPostExprVisitor.java:[268] 
	public void visit(final Symbol node) {
	                        ^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RScannerPostExprVisitor.java:[273] 
	public void visit(final Help node) throws InvocationTargetException {
	                        ^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RScannerPostExprVisitor.java:[280] 
	public void visit(final Dummy node) throws InvocationTargetException {
	                        ^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RModelEventJob.java:[26] 
	public class RModelEventJob extends AbstractModelEventJob<RSourceUnit, RSourceUnitModelInfo> {
	                                                          ^^^^^^^^^^^
Null constraint mismatch: The type 'RSourceUnit' is not a valid substitute for the type parameter 'TModelElement extends @NonNull LtkModelElement<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RModelEventJob.java:[26] 
	public class RModelEventJob extends AbstractModelEventJob<RSourceUnit, RSourceUnitModelInfo> {
	                                                                       ^^^^^^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'RSourceUnitModelInfo' is not a valid substitute for the type parameter 'InfoType extends @NonNull SourceUnitModelInfo'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RModelEventJob.java:[35] 
	protected LtkModelElementDelta createDelta(final Task task) {
	          ^^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull LtkModelElementDelta' returned from AbstractModelEventJob<RSourceUnit,RSourceUnitModelInfo>.createDelta(AbstractModelEventJob<RSourceUnit,RSourceUnitModelInfo>.Task) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RModelEventJob.java:[35] 
	protected LtkModelElementDelta createDelta(final Task task) {
	                                                 ^^^^
Missing non-null annotation: inherited method from AbstractModelEventJob<RSourceUnit,RSourceUnitModelInfo> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RModelEventJob.java:[36] 
	return new ModelDelta(task.getElement(), task.getOldInfo(), task.getNewInfo());
	                      ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RSourceUnit' needs unchecked conversion to conform to '@NonNull LtkModelElement'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RCorePlugin.java:[63] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RCorePlugin.java:[63] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RCorePlugin.java:[108] 
	log(StatusUtils.convert(status));
	                        ^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RCorePlugin.java:[128] 
	private ServiceTracker proxyService;
	        ^^^^^^^^^^^^^^
ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RCorePlugin.java:[142] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RCorePlugin.java:[143] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RCorePlugin.java:[150] 
	this.rEnvManager.getDefault() );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'REnv' needs unchecked conversion to conform to '@NonNull REnv'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RCorePlugin.java:[156] 
	this.rHelpManager= new WorkbenchRHelpManager(this.rEnvManager);
	                                             ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'REnvManagerImpl' needs unchecked conversion to conform to '@NonNull REnvManager'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RCorePlugin.java:[158] 
	this.rHelpHttpService= new WorkbenchRHelpHttpService(this.rHelpManager);
	                                                     ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WorkbenchRHelpManager' needs unchecked conversion to conform to '@NonNull RHelpManager'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RCorePlugin.java:[170] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RCorePlugin.java:[212] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RCorePlugin.java:[259] 
	this.rEnvManager.getDefault() );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'REnv' needs unchecked conversion to conform to '@NonNull REnv'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RCorePlugin.java:[267] 
	this.proxyService= new ServiceTracker(getBundle().getBundleContext(),
					IProxyService.class.getName(), null );
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RCorePlugin.java:[267] 
	this.proxyService= new ServiceTracker(getBundle().getBundleContext(),
	                       ^^^^^^^^^^^^^^
ServiceTracker is a raw type. References to generic type ServiceTracker<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RdParser.java:[95] 
	public TextRegion getRegion(final int line) {
	       ^^^^^^^^^^
The return type is incompatible with '@NonNull TextRegion' returned from TextLineInformation.getRegion(int) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RdParser.java:[114] 
	private final int currentLine= 1;
	                  ^^^^^^^^^^^
The value of the field RdParser.currentLine is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RdParser.java:[161] 
	final int start= this.currentOffset;
	          ^^^^^
The value of the local variable start is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RdParser.java:[162] 
	int end= this.currentOffset;
	    ^^^
The value of the local variable end is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RdParser.java:[185] 
	this.markers.checkForTasks(new String(this.content, start, end - start + 1), start, this.lineStructure);
	                                      ^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RdParser.java:[185] 
	this.markers.checkForTasks(new String(this.content, start, end - start + 1), start, this.lineStructure);
	                                                                                    ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RdParser.LineInformation' needs unchecked conversion to conform to '@NonNull TextLineInformation'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/EmbeddedRBuildElement.java:[53] 
	public EmbeddedRBuildElement(final SourceStructElement<?, ?> parent, final AstNode node,
			final RElementName name, final @Nullable TextRegion nameRegion) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field envir may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RVarRepo.java:[82] 
	url= CRAN_MIRROR_VAR_PATTERN.matcher(url).replaceAll(settings.getCRANMirror().getURL());
	                                     ^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RVarRepo.java:[82] 
	url= CRAN_MIRROR_VAR_PATTERN.matcher(url).replaceAll(settings.getCRANMirror().getURL());
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RVarRepo.java:[85] 
	url= BIOC_MIRROR_VAR_PATTERN.matcher(url).replaceAll(settings.getBioCMirror().getURL());
	                                     ^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RVarRepo.java:[85] 
	url= BIOC_MIRROR_VAR_PATTERN.matcher(url).replaceAll(settings.getBioCMirror().getURL());
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RVarRepo.java:[88] 
	url= BIOC_VERSION_VAR_PATTERN.matcher(url).replaceAll(settings.getBioCVersion());
	                                      ^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RVarRepo.java:[88] 
	url= BIOC_VERSION_VAR_PATTERN.matcher(url).replaceAll(settings.getBioCVersion());
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/BasicRResourceSourceUnit.java:[53] 
	return null;
	       ^^^^
Null type mismatch: required '@NonNull DocContentSections' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RElementComparator.java:[28] 
	public class RElementComparator implements Comparator<RElement> {
	                                                      ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RElementComparator.java:[35] 
	public int compare(final RElement o1, final RElement o2) {
	                         ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RElementComparator.java:[35] 
	public int compare(final RElement o1, final RElement o2) {
	                                            ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/FullRPkgSet.java:[51] 
	private final BasicRPkgCompilation<RPkgInfoAndData> installed;
	                                   ^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'RPkgInfoAndData' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/FullRPkgSet.java:[54] 
	private final RPkgCompilation<IRPkgData> available;
	                              ^^^^^^^^^
Null constraint mismatch: The type 'IRPkgData' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/FullRPkgSet.java:[56] 
	private final RPkgListImpl<RPkgData> reverse;
	                           ^^^^^^^^
Null constraint mismatch: The type 'RPkgData' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/FullRPkgSet.java:[70] 
	final RPkgCompilation<IRPkgData> available) {
	                      ^^^^^^^^^
Null constraint mismatch: The type 'IRPkgData' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/FullRPkgSet.java:[85] 
	return this.rEnv;
	       ^^^^^^^^^
Null type safety (type annotations): The expression of type 'REnv' needs unchecked conversion to conform to '@NonNull REnv'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/FullRPkgSet.java:[95] 
	return this.rLibPaths;
	       ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RLibPaths' needs unchecked conversion to conform to '@NonNull RLibPaths'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/FullRPkgSet.java:[102] 
	final SortedArraySet<String> names= new SortedArraySet<>(
	                     ^^^^^^
Null constraint mismatch: The type 'String' is not a valid substitute for the type parameter 'E extends @NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/FullRPkgSet.java:[103] 
	availableNames.toArray(new String[availableNames.size() + 16]),
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/FullRPkgSet.java:[112] 
	public BasicRPkgCompilation<RPkgInfoAndData> getInstalled() {
	                            ^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'RPkgInfoAndData' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/FullRPkgSet.java:[122] 
	public RPkgCompilation<IRPkgData> getAvailable() {
	                       ^^^^^^^^^
Null constraint mismatch: The type 'IRPkgData' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/FullRPkgSet.java:[140] 
	RPkgListImpl<VersionListRPkg> depends= null;
	             ^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'VersionListRPkg' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/FullRPkgSet.java:[141] 
	RPkgListImpl<VersionListRPkg> imports= null;
	             ^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'VersionListRPkg' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/FullRPkgSet.java:[142] 
	RPkgListImpl<VersionListRPkg> linkingTo= null;
	             ^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'VersionListRPkg' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/FullRPkgSet.java:[143] 
	RPkgListImpl<VersionListRPkg> suggests= null;
	             ^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'VersionListRPkg' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/FullRPkgSet.java:[144] 
	RPkgListImpl<VersionListRPkg> enhances= null;
	             ^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'VersionListRPkg' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/FullRPkgSet.java:[194] 
	private void addRev(final RPkgListImpl<VersionListRPkg> depends, final RPkg v) {
	                                       ^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'VersionListRPkg' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RTaskMarkerHandler.java:[39] 
	initTaskPattern(taskTags);
	                ^^^^^^^^
Null type safety (type annotations): The expression of type 'List<TaskTag>' needs unchecked conversion to conform to '@NonNull List<@NonNull TaskTag>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RSourceUnitElement.java:[91] 
	else {
			sb.append(" <unnamed>"); //$NON-NLS-1$
		}
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/tool/AbstractStatetRRunnable.java:[162] 
	public void submitToConsole(final String input,
	                                  ^^^^^^
Illegal redefinition of parameter input, inherited method from IRConsoleService does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/tool/AbstractStatetRRunnable.java:[163] 
	final ProgressMonitor m) throws StatusException {
	      ^^^^^^^^^^^^^^^
Illegal redefinition of parameter m, inherited method from IRConsoleService does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SyntaxProblemReporter.java:[136] 
	private SourceUnit sourceUnit;
	                   ^^^^^^^^^^
The value of the field SyntaxProblemReporter.sourceUnit is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SyntaxProblemReporter.java:[148] 
	public SyntaxProblemReporter() {
	       ^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field currentRequestor may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SyntaxProblemReporter.java:[148] 
	public SyntaxProblemReporter() {
	       ^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field currentText may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SyntaxProblemReporter.java:[148] 
	public SyntaxProblemReporter() {
	       ^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field sourceContent may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SyntaxProblemReporter.java:[148] 
	public SyntaxProblemReporter() {
	       ^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field sourceUnit may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SyntaxProblemReporter.java:[170] 
	this.sourceUnit= null;
	                 ^^^^
Null type mismatch: required '@NonNull SourceUnit' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SyntaxProblemReporter.java:[172] 
	this.currentRequestor= null;
	                       ^^^^
Null type mismatch: required '@NonNull ProblemRequestor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SyntaxProblemReporter.java:[682] 
	node.getOperator(0).text ),
	^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getOperator(int) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SyntaxProblemReporter.java:[931] 
	detail.getStartOffset(), detail.getEndOffset() );
	^^^^^^
Potential null pointer access: The variable detail may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SyntaxProblemReporter.java:[936] 
	detail.getText() ),
	^^^^^^
Potential null pointer access: The variable detail may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SyntaxProblemReporter.java:[936] 
	detail.getText() ),
	^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SyntaxProblemReporter.java:[942] 
	detail.getText() ),
	^^^^^^
Potential null pointer access: The variable detail may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SyntaxProblemReporter.java:[942] 
	detail.getText() ),
	^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SyntaxProblemReporter.java:[948] 
	detail.getText() ),
	^^^^^^
Potential null pointer access: The variable detail may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SyntaxProblemReporter.java:[948] 
	detail.getText() ),
	^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SyntaxProblemReporter.java:[954] 
	detail.getText() ),
	^^^^^^
Potential null pointer access: The variable detail may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SyntaxProblemReporter.java:[954] 
	detail.getText() ),
	^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/IRPkgSet.java:[53] 
	RPkgCompilation<? extends IRPkgInfo> getInstalled();
	^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull RPkgCompilation<? extends @NonNull RPkgBuilt>' returned from RPkgManagerDataset.getInstalled() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgResolver.java:[70] 
	return this.list.get(this.idx++).getPkg().getVersion();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has type 'capture#4-of ? extends org.eclipse.statet.r.core.pkgmanager.RPkgAction', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgResolver.java:[100] 
	return this.list.get(this.idx++).getVersion();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has type 'capture#8-of ? extends org.eclipse.statet.rj.renv.core.RPkg', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgResolver.java:[114] 
	if (!reqVersion.isSatisfiedBy(iter.next().getVersion())) {
	                              ^^^^^^^^^^^
Potential null pointer access: this expression has type 'capture#28-of ? extends org.eclipse.statet.rj.renv.core.RPkg', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgResolver.java:[178] 
	RPkgResolver.this.required.putAll(this.tmpRequired);
	                                  ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,List<? extends IRPkgData>>' needs unchecked conversion to conform to '@NonNull Map<? extends String,? extends List<? extends IRPkgData>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgResolver.java:[228] 
	Arrays.sort(names);
	            ^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgResolver.java:[229] 
	this.selectedNames= ImCollections.newList(names);
	                                          ^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgResolver.java:[307] 
	for (final RPkgAction.Install action : list) {
	                                       ^^^^
Potential null pointer access: The variable list may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgResolver.java:[308] 
	final IRPkgData pkg= action.getPkg();
	                     ^^^^^^
Potential null pointer access: The variable action may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgResolver.java:[325] 
	for (final RPkgAction.Install action : list) {
	                                       ^^^^
Potential null pointer access: The variable list may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgResolver.java:[326] 
	final IRPkgData pkg= action.getPkg();
	                     ^^^^^^
Potential null pointer access: The variable action may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgResolver.java:[330] 
	this.suggested.addAll(tmp.getTmpNames());
	                      ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Set<String>' needs unchecked conversion to conform to '@NonNull Collection<? extends String>', corresponding supertype is 'Collection<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgResolver.java:[354] 
	check(pkg, "required", "depends on", pkg.getDepends(), context);
	                                     ^^^
Potential null pointer access: The variable pkg may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgResolver.java:[368] 
	final String reqName= reqPkg.getName();
	                      ^^^^^^
Potential null pointer access: The variable reqPkg may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgResolver.java:[376] 
	new RPkgActionVersionIterator(selected) ))) {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RPkgResolver.RPkgActionVersionIterator' needs unchecked conversion to conform to '@NonNull Iterator<@NonNull RNumVersion>', corresponding supertype is 'Iterator<RNumVersion>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgResolver.java:[381] 
	reqName, selected.get(0).getPkg().getVersion(), reqLabel,
	         ^^^^^^^^^^^^^^^
Potential null pointer access: this expression has type 'capture#46-of ? extends org.eclipse.statet.r.core.pkgmanager.RPkgAction.Install', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgResolver.java:[435] 
	final List<? extends IRPkgData> list= this.pkgSet.getInstalled().get(reqName);
	                                                                     ^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgResolver.java:[438] 
	new RPkgVersionIterator(list) )));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RPkgResolver.RPkgVersionIterator' needs unchecked conversion to conform to '@NonNull Iterator<@NonNull RNumVersion>', corresponding supertype is 'Iterator<RNumVersion>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgResolver.java:[467] 
	Arrays.sort(names);
	            ^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgResolver.java:[505] 
	if (isReqInstalled(pkg.getName(), pkg.getVersion())) {
	                   ^^^
Potential null pointer access: The variable pkg may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModelManager.java:[45] 
	@Nullable RFrame getProjectFrame(final RProject rProject) throws CoreException;
	          ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModelManager.java:[54] 
	@Nullable RFrame getPkgProjectFrame(final String pkgName) throws CoreException;
	          ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/RChunkHeuristicTokenScanner.java:[32] 
	super(documentContentInfo);
	      ^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rd/RdRCodeParserInput.java:[26] 
	this(new StringParserInput(source).init(),
	                           ^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rd/RdRCodeParserInput.java:[41] 
	protected int read(final TextParserInput in, final char[] buffer,
	                         ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from FilterParserInput specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rd/RdRCodeParserInput.java:[41] 
	protected int read(final TextParserInput in, final char[] buffer,
	                                                   ^^^^^^
Missing non-null annotation: inherited method from FilterParserInput specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rd/RdRCodeParserInput.java:[42] 
	final int[] beginIndexes, final int[] endIndexes,
	      ^^^^^
Missing non-null annotation: inherited method from FilterParserInput specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rd/RdRCodeParserInput.java:[42] 
	final int[] beginIndexes, final int[] endIndexes,
	                                ^^^^^
Missing non-null annotation: inherited method from FilterParserInput specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerLibGroup.java:[57] 
	copies[i]= new BasicRLibLocation(locations.get(i));
	                                 ^^^^^^^^^^^^^^^^
Null type safety: required '@NonNull' but this expression has type 'capture#2-of ? extends org.eclipse.statet.rj.renv.core.RLibLocation', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerLibGroup.java:[63] 
	super(id, label, ImCollections.toList(libraries));
	      ^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerLibGroup.java:[63] 
	super(id, label, ImCollections.toList(libraries));
	          ^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerLibGroup.java:[63] 
	super(id, label, ImCollections.toList(libraries));
	                                      ^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<RLibLocation>' needs unchecked conversion to conform to '@NonNull Collection<? extends @NonNull RLibLocation>', corresponding supertype is 'Collection<RLibLocation>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerLibGroup.java:[67] 
	super(template.getId(), template.getLabel(), copy(template.getLibLocations()));
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<RLibLocation>' needs unchecked conversion to conform to '@NonNull List<? extends @NonNull RLibLocation>', corresponding supertype is 'List<RLibLocation>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerLibGroup.java:[81] 
	super(template.getId(), template.getLabel(), copy(template.getLibLocations()));
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<RLibLocation>' needs unchecked conversion to conform to '@NonNull List<? extends @NonNull RLibLocation>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerLibGroup.java:[85] 
	super(id, label, new ArrayList<>());
	      ^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerLibGroup.java:[85] 
	super(id, label, new ArrayList<>());
	          ^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerLibGroup.java:[90] 
	public List<RLibLocation> getLibLocations() {
	       ^^^^
The return type is incompatible with '@NonNull List<@NonNull RLibLocation>' returned from RLibGroupWorkingCopy.getLibLocations() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerLibGroup.java:[90] 
	public List<RLibLocation> getLibLocations() {
	       ^^^^
The return type is incompatible with '@NonNull List<? extends @NonNull RLibLocation>' returned from BasicRLibGroup.getLibLocations() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerLibGroup.java:[91] 
	return (List<RLibLocation>) super.getLibLocations();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from List<capture#6-of ? extends RLibLocation> to List<RLibLocation>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerLibGroup.java:[95] 
	public RLibLocation newLibrary(final String path) {
	       ^^^^^^^^^^^^
The return type is incompatible with '@NonNull RLibLocation' returned from RLibGroupWorkingCopy.newLibrary(String) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerLibGroup.java:[95] 
	public RLibLocation newLibrary(final String path) {
	                                     ^^^^^^
Missing non-null annotation: inherited method from RLibGroupWorkingCopy specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerLibGroup.java:[96] 
	return new BasicRLibLocation(RLibLocation.USER, path, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerLibGroup.java:[100] 
	public RLibLocation setLibrary(final RLibLocation library, final String directory) {
	       ^^^^^^^^^^^^
The return type is incompatible with '@NonNull RLibLocation' returned from RLibGroupWorkingCopy.setLibrary(RLibLocation, String) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerLibGroup.java:[100] 
	public RLibLocation setLibrary(final RLibLocation library, final String directory) {
	                                     ^^^^^^^^^^^^
Missing non-null annotation: inherited method from RLibGroupWorkingCopy specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/renv/REnvManagerLibGroup.java:[100] 
	public RLibLocation setLibrary(final RLibLocation library, final String directory) {
	                                                                 ^^^^^^
Missing non-null annotation: inherited method from RLibGroupWorkingCopy specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RModelIndexOrder.java:[91] 
	final List<? extends RLangElement> children= topFrame.getModelChildren(null);
	                     ^^^^^^^^^^^^
RLangElement is a raw type. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RModelIndexOrder.java:[92] 
	final ArrayList<RLangElement> exports= new ArrayList<>(children.size());
	                ^^^^^^^^^^^^
RLangElement is a raw type. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RModelIndexOrder.java:[94] 
	for (final RLangElement element : children) {
	           ^^^^^^^^^^^^
RLangElement is a raw type. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RModelIndexOrder.java:[98] 
	exports.add(new ExportedRMethod(root, (RLangMethod) element));
	                                       ^^^^^^^^^^^
RLangMethod is a raw type. References to generic type RLangMethod<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RModelIndexOrder.java:[101] 
	exports.add(new ExportedRClass(root, (RLangClass) element));
	                                      ^^^^^^^^^^
RLangClass is a raw type. References to generic type RLangClass<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RModelIndexOrder.java:[111] 
	names.addAll(model.getTopFrame().getAllAccessNames());
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Collection<? extends @NonNull String>' but this expression has type '@NonNull Set<@Nullable String>', corresponding supertype is 'Collection<@Nullable String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RModelIndexOrder.java:[112] 
	final Map<String, ? extends RFrame> frames= model.getReferencedFrames();
	                            ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RModelIndexOrder.java:[113] 
	for (final RFrame frame : frames.values()) {
	           ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RModelIndexOrder.java:[114] 
	names.addAll(((RSourceFrame) frame).getAllAccessNames());
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Collection<? extends @NonNull String>' but this expression has type '@NonNull Set<@Nullable String>', corresponding supertype is 'Collection<@Nullable String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SlaveAccess.java:[49] 
	public RFrame getFrame() {
	       ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SlaveAccess.java:[49] 
	public RFrame getFrame() {
	       ^^^^^^
The return type is incompatible with '@NonNull RFrame' returned from RElementAccess.getFrame() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SlaveAccess.java:[79] 
	public RElementAccess getMaster() {
	       ^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull RElementAccess' returned from RElementAccess.getMaster() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SlaveAccess.java:[84] 
	public RAstNode getNode() {
	       ^^^^^^^^
The return type is incompatible with '@NonNull RAstNode' returned from RElementAccess.getNode() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SlaveAccess.java:[99] 
	public ImList<? extends RElementAccess> getAllInUnit(final boolean includeSlaves) {
	       ^^^^^^
The return type is incompatible with '@NonNull ImList<? extends @NonNull RElementAccess>' returned from RElementAccess.getAllInUnit(boolean) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RCoreAccessImpl.java:[83] 
	this.codeStyleListener.dispose();
	     ^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/ElementAccess.java:[175] 
	private ElementAccess(final RAstNode fullNode, final @Nullable RAstNode nameNode) {
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field modelElement may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/ElementAccess.java:[175] 
	private ElementAccess(final RAstNode fullNode, final @Nullable RAstNode nameNode) {
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field shared may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/ElementAccess.java:[188] 
	return RElementName.createDisplayName(this, 0);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/ElementAccess.java:[188] 
	return RElementName.createDisplayName(this, 0);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createDisplayName(RElementName, int) from the type RElementName is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/ElementAccess.java:[192] 
	public final RFrame getFrame() {
	             ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/ElementAccess.java:[250] 
	while (parent.nextSegment != null) {
	       ^^^^^^
Potential null pointer access: The variable parent may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RPkgReconciler.java:[66] 
	marker.setAttributes(new String[] {
						IMarker.SEVERITY,
						IMarker.MESSAGE,
						IMarker.LOCATION,
				}, new Object[] {
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RPkgReconciler.java:[70] 
	}, new Object[] {
						IMarker.SEVERITY_ERROR,
						NLS.bind("R package folder ''{0}'' is missing.", pkgRoot.getProjectRelativePath()),
						"R Project Configuration",
				});
	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Object[]' needs unchecked conversion to conform to '@Nullable Object @NonNull[]'
596. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RPkgReconciler.java (at line 71)
	IMarker.SEVERITY_ERROR,
	^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RPkgReconciler.java:[102] 
	marker.setAttributes(PROBLEM_ARGUMENT_NAMES, new Object[] {
	                     ^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RPkgReconciler.java:[102] 
	marker.setAttributes(PROBLEM_ARGUMENT_NAMES, new Object[] {
							IMarker.SEVERITY_ERROR,
							"The declaration of 'Package' (R package name) is missing." });
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Object[]' needs unchecked conversion to conform to '@Nullable Object @NonNull[]'
599. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RPkgReconciler.java (at line 103)
	IMarker.SEVERITY_ERROR,
	^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RPkgReconciler.java:[109] 
	marker.setAttributes(PROBLEM_ARGUMENT_NAMES, new Object[] {
	                     ^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RPkgReconciler.java:[109] 
	marker.setAttributes(PROBLEM_ARGUMENT_NAMES, new Object[] {
						IMarker.SEVERITY_ERROR,
						"'DESCRIPTION' file for R package is missing." });
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Object[]' needs unchecked conversion to conform to '@Nullable Object @NonNull[]'
602. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RPkgReconciler.java (at line 110)
	IMarker.SEVERITY_ERROR,
	^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RPkgReconciler.java:[127] 
	private String checkRPkgName(final String pkgName) {
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method checkRPkgName(String) from the type RPkgReconciler is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgSet.java:[26] 
	class RPkgSet extends BasicRPkgManagerData<IRPkgInfo> implements IRPkgSet {
	                                           ^^^^^^^^^
Null constraint mismatch: The type 'IRPkgInfo' is not a valid substitute for the type parameter 'TInstalled extends @NonNull RPkgBuilt'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgSet.java:[30] 
	final RPkgCompilation<IRPkgInfo> installed) {
	                      ^^^^^^^^^
Null constraint mismatch: The type 'IRPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RCorePreferenceInitializer.java:[43] 
	new RCodeStyleSettings(0).deliverToPreferencesMap(map);
	                                                  ^^^
Null type safety (type annotations): The expression of type 'Map<Preference<?>,Object>' needs unchecked conversion to conform to 'Map<@NonNull Preference<?>,@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RCorePreferenceInitializer.java:[45] 
	PreferenceUtils.setPrefValues(scope, map);
	                                     ^^^
Null type safety (type annotations): The expression of type 'Map<Preference<?>,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull Preference<?>,@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/InlineTempRefactoring.java:[113] 
	public RefactoringStatus checkInitialConditions(final IProgressMonitor monitor) throws CoreException {
	                                                      ^^^^^^^^^^^^^^^^
Illegal redefinition of parameter monitor, inherited method from Refactoring does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/InlineTempRefactoring.java:[121] 
	return RefactoringStatus.createFatalErrorStatus(Messages.InlineTemp_error_InvalidSelection_message);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RefactoringStatus' needs unchecked conversion to conform to '@NonNull RefactoringStatus'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/InlineTempRefactoring.java:[138] 
	final RElementAccess currentAccess= RElementAccess.getMainElementAccessOfNameNode(this.symbolNode);
	                                                                                  ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RAstNode' but this expression has type '@Nullable RAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/InlineTempRefactoring.java:[147] 
	final RFrame frame= currentAccess.getFrame();
	      ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/InlineTempRefactoring.java:[224] 
	public RefactoringStatus checkFinalConditions(final IProgressMonitor monitor) throws CoreException {
	                                                    ^^^^^^^^^^^^^^^^
Illegal redefinition of parameter monitor, inherited method from Refactoring does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/InlineTempRefactoring.java:[225] 
	final SubMonitor m= SubMonitor.convert(monitor, RefactoringMessages.Common_FinalCheck_label, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/InlineTempRefactoring.java:[237] 
	public Change createChange(final IProgressMonitor monitor) throws CoreException {
	                                 ^^^^^^^^^^^^^^^^
Illegal redefinition of parameter monitor, inherited method from Refactoring does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/InlineTempRefactoring.java:[238] 
	final SubMonitor m= SubMonitor.convert(monitor, RefactoringMessages.Common_CreateChanges_label, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/InlineTempRefactoring.java:[252] 
	final String source= (project != null) ? NLS.bind(RefactoringMessages.Common_Source_Project_label, project) : RefactoringMessages.Common_Source_Workspace_label;
	             ^^^^^^
The value of the local variable source is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/InlineTempRefactoring.java:[286] 
	if (parent.getNodeType() == NodeType.BLOCK || parent.getNodeType() == NodeType.SOURCELINES) {
	    ^^^^^^
Potential null pointer access: The variable parent may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[47] 
	import org.eclipse.statet.ecommons.collections.FastList;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FastList<T> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[156] 
	private RVector<RNumericStore> libs= null;
	                ^^^^^^^^^^^^^
Null constraint mismatch: The type 'RNumericStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[169] 
	private final FastList<Listener> listeners= new FastList<>(Listener.class);
	              ^^^^^^^^
The type FastList<IRPkgManager.Listener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[169] 
	private final FastList<Listener> listeners= new FastList<>(Listener.class);
	                                                ^^^^^^^^
The type FastList is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[169] 
	private final FastList<Listener> listeners= new FastList<>(Listener.class);
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor FastList<IRPkgManager.Listener>(Class<IRPkgManager.Listener>) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[193] 
	this.bioCVersionPref= new NullableStringPref(qualifier, "RPkg.BioCVersion.ver"); //$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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[203] 
	this.prefAccess.getPreferenceValue(this.selectedReposPref),
	                                   ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RRepoListPref' needs unchecked conversion to conform to '@NonNull Preference<List<RRepo>>', corresponding supertype is 'Preference<List<RRepo>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[204] 
	this.prefAccess.getPreferenceValue(this.selectedCRANPref),
	                                   ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RRepoPref' needs unchecked conversion to conform to '@NonNull Preference<RRepo>', corresponding supertype is 'Preference<RRepo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[205] 
	this.prefAccess.getPreferenceValue(this.bioCVersionPref),
	                                   ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.NullableStringPref' needs unchecked conversion to conform to '@NonNull Preference<@Nullable String>', corresponding supertype is 'Preference<@Nullable String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[206] 
	this.prefAccess.getPreferenceValue(this.selectedBioCPref) );
	                                   ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RRepoPref' needs unchecked conversion to conform to '@NonNull Preference<RRepo>', corresponding supertype is 'Preference<RRepo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[217] 
	this.prefAccess.addPreferenceSetListener(this, PREF_QUALIFIERS);
	                                               ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImIdentitySet<String>' needs unchecked conversion to conform to '@NonNull ImSet<@NonNull String>', corresponding supertype is 'ImSet<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[241] 
	public REnv getREnv() {
	       ^^^^
The return type is incompatible with '@NonNull REnv' returned from RPkgManager.getREnv() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[266] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[268] 
	&& (event.contains(CUSTOM_REPO_PREF)
	                   ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference<List<RRepo>>' needs unchecked conversion to conform to '@NonNull Preference<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[269] 
	|| event.contains(CUSTOM_CRAN_MIRROR_PREF)
	                  ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference<List<RRepo>>' needs unchecked conversion to conform to '@NonNull Preference<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[270] 
	|| event.contains(CUSTOM_BIOC_MIRROR_PREF) )) {
	                  ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference<List<RRepo>>' needs unchecked conversion to conform to '@NonNull Preference<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[282] 
	final RService r, final ProgressMonitor m) throws StatusException {
	      ^^^^^^^^
Missing non-null annotation: inherited method from RPkgManager specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[282] 
	final RService r, final ProgressMonitor m) throws StatusException {
	                        ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from RPkgManager specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[338] 
	this.rLibGroups= REnvLibGroups.loadFromR(r, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[453] 
	return Statuses.newStatus(severity, RCore.BUNDLE_ID, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[457] 
	public void update(final RService r, final ProgressMonitor m) throws StatusException {
	                         ^^^^^^^^
Missing non-null annotation: inherited method from RPkgManager specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[457] 
	public void update(final RService r, final ProgressMonitor m) throws StatusException {
	                                           ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from RPkgManager specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[484] 
	this.allCRAN= ImCollections.concatList(this.customCRAN, this.rCRANMirrors);
	                                       ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<RRepo>' needs unchecked conversion to conform to '@NonNull Collection<? extends RRepo>', corresponding supertype is 'Collection<RRepo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[484] 
	this.allCRAN= ImCollections.concatList(this.customCRAN, this.rCRANMirrors);
	                                                        ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<RRepoMirror>' needs unchecked conversion to conform to '@NonNull Collection<? extends RRepo>', corresponding supertype is 'Collection<RRepoMirror>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[495] 
	selectedCRAN= this.prefAccess.getPreferenceValue(LAST_CRAN_PREF);
	                                                 ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RRepoPref' needs unchecked conversion to conform to '@NonNull Preference<RRepo>', corresponding supertype is 'Preference<RRepo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[510] 
	this.allBioC= ImCollections.concatList(this.customBioC, this.rBioCMirrors);
	                                       ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<RRepo>' needs unchecked conversion to conform to '@NonNull Collection<? extends RRepo>', corresponding supertype is 'Collection<RRepo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[510] 
	this.allBioC= ImCollections.concatList(this.customBioC, this.rBioCMirrors);
	                                                        ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<RRepoMirror>' needs unchecked conversion to conform to '@NonNull Collection<? extends RRepo>', corresponding supertype is 'Collection<RRepoMirror>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[519] 
	selectedBioC= this.prefAccess.getPreferenceValue(LAST_BIOC_PREF);
	                                                 ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RRepoPref' needs unchecked conversion to conform to '@NonNull Preference<RRepo>', corresponding supertype is 'Preference<RRepo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[557] 
	this.allRepos.addAll(this.customRepos);
	                     ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<RRepo>' needs unchecked conversion to conform to '@NonNull Collection<? extends RRepo>', corresponding supertype is 'Collection<RRepo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[558] 
	this.allRepos.addAll(this.addRepos);
	                     ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<RRepo>' needs unchecked conversion to conform to '@NonNull Collection<? extends RRepo>', corresponding supertype is 'Collection<RRepo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[613] 
	this.customRepos= prefs.getPreferenceValue(CUSTOM_REPO_PREF);
	                                           ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference<List<RRepo>>' needs unchecked conversion to conform to '@NonNull Preference<List<RRepo>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[614] 
	this.customCRAN= prefs.getPreferenceValue(CUSTOM_CRAN_MIRROR_PREF);
	                                          ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference<List<RRepo>>' needs unchecked conversion to conform to '@NonNull Preference<List<RRepo>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[615] 
	this.customBioC= prefs.getPreferenceValue(CUSTOM_BIOC_MIRROR_PREF);
	                                          ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference<List<RRepo>>' needs unchecked conversion to conform to '@NonNull Preference<List<RRepo>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[629] 
	this.listeners.add(listener);
	               ^^^^^^^^^^^^^
The method add(IRPkgManager.Listener) from the type FastList<IRPkgManager.Listener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[634] 
	this.listeners.remove(listener);
	               ^^^^^^^^^^^^^^^^
The method remove(IRPkgManager.Listener) from the type FastList<IRPkgManager.Listener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[641] 
	final Listener[] listeners= this.listeners.toArray();
	                                           ^^^^^^^^^
The method toArray() from the type FastList<IRPkgManager.Listener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[723] 
	PreferenceUtils.setPrefValue(envNode, this.selectedReposPref, repos.getRepos());
	                             ^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[723] 
	PreferenceUtils.setPrefValue(envNode, this.selectedReposPref, repos.getRepos());
	                                      ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RRepoListPref' needs unchecked conversion to conform to '@NonNull Preference<List<RRepo>>', corresponding supertype is 'Preference<List<RRepo>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[724] 
	PreferenceUtils.setPrefValue(envNode, this.selectedCRANPref, repos.getCRANMirror());
	                             ^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[724] 
	PreferenceUtils.setPrefValue(envNode, this.selectedCRANPref, repos.getCRANMirror());
	                                      ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RRepoPref' needs unchecked conversion to conform to '@NonNull Preference<RRepo>', corresponding supertype is 'Preference<RRepo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[725] 
	PreferenceUtils.setPrefValue(envNode, this.bioCVersionPref, repos.getBioCVersion());
	                             ^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[725] 
	PreferenceUtils.setPrefValue(envNode, this.bioCVersionPref, repos.getBioCVersion());
	                                      ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.NullableStringPref' needs unchecked conversion to conform to '@NonNull Preference<@Nullable String>', corresponding supertype is 'Preference<@Nullable String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[726] 
	PreferenceUtils.setPrefValue(envNode, this.selectedBioCPref, repos.getBioCMirror());
	                             ^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[726] 
	PreferenceUtils.setPrefValue(envNode, this.selectedBioCPref, repos.getBioCMirror());
	                                      ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RRepoPref' needs unchecked conversion to conform to '@NonNull Preference<RRepo>', corresponding supertype is 'Preference<RRepo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[729] 
	PreferenceUtils.setPrefValue(globalNode, LAST_CRAN_PREF, repos.getCRANMirror());
	                             ^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[729] 
	PreferenceUtils.setPrefValue(globalNode, LAST_CRAN_PREF, repos.getCRANMirror());
	                                         ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RRepoPref' needs unchecked conversion to conform to '@NonNull Preference<RRepo>', corresponding supertype is 'Preference<RRepo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[732] 
	PreferenceUtils.setPrefValue(globalNode, LAST_BIOC_PREF, repos.getBioCMirror());
	                             ^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[732] 
	PreferenceUtils.setPrefValue(globalNode, LAST_BIOC_PREF, repos.getBioCMirror());
	                                         ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RRepoPref' needs unchecked conversion to conform to '@NonNull Preference<RRepo>', corresponding supertype is 'Preference<RRepo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[797] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[797] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[883] 
	final RObject data= r.evalData("as.character(rj:::renv.getBioCVersion())", 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[888] 
	final RObject data= r.evalData("as.character(tools:::.BioC_version_associated_with_R_version)", 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1025] 
	final RObject data= r.evalData("options('repos')[[1L]]['CRAN']", m); //$NON-NLS-1$
	                                                                 ^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1033] 
	{	final RObject data= r.evalData("options('BioC_mirror')[[1L]]", m); //$NON-NLS-1$
	 	                                                               ^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1081] 
	final RObject data= r.evalData(rExpr + "[c('Name', 'URL', 'CountryCode')]", m); //$NON-NLS-1$
	                                                                            ^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1121] 
	call.addChar("BioC_mirror", repos.getBioCMirror().getURL());
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1132] 
	final RVector<RCharacterStore> data= new RVectorImpl<>(
	              ^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'RCharacterStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1133] 
	new RCharacter32Store(urls), RObject.CLASSNAME_CHARACTER, ids);
	                                                          ^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1153] 
	RPkgCompilation<IRPkgData> available= null;
	                ^^^^^^^^^
Null constraint mismatch: The type 'IRPkgData' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1188] 
	private void checkInstalled(final boolean fullUpdate, @Nullable RPkgCompilation<IRPkgData> newAvailable,
	                                                                                ^^^^^^^^^
Null constraint mismatch: The type 'IRPkgData' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1190] 
	RVector<RNumericStore> libs= null;
	        ^^^^^^^^^^^^^
Null constraint mismatch: The type 'RNumericStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1195] 
	libs= rLibLoader.loadLibStamps(r, m);
	                               ^
Null type safety (type annotations): The expression of type 'RService' needs unchecked conversion to conform to '@NonNull RService'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1195] 
	libs= rLibLoader.loadLibStamps(r, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1199] 
	final String libPath= libs.getNames().getChar(idxLib);
	                      ^^^^^^^^^^^^^^^
Potential null pointer access: The method getNames() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1201] 
	final int idx= (int) this.libs.getNames().indexOf(libPath);
	                     ^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getNames() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1230] 
	this.rLibPaths= rLibLoader.load(libs, RuntimeRLibPathsLoader.FULL_CHECK, r, m);
	                                ^^^^
Null type safety (type annotations): The expression of type 'RVector<RNumericStore>' needs unchecked conversion to conform to '@NonNull RVector<@NonNull RNumericStore>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1230] 
	this.rLibPaths= rLibLoader.load(libs, RuntimeRLibPathsLoader.FULL_CHECK, r, m);
	                                                                         ^
Null type safety (type annotations): The expression of type 'RService' needs unchecked conversion to conform to '@NonNull RService'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1230] 
	this.rLibPaths= rLibLoader.load(libs, RuntimeRLibPathsLoader.FULL_CHECK, r, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1241] 
	this.rLibPaths= rLibLoader.load(libs, 0, r, m);
	                                ^^^^
Null type safety (type annotations): The expression of type 'RVector<RNumericStore>' needs unchecked conversion to conform to '@NonNull RVector<@NonNull RNumericStore>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1241] 
	this.rLibPaths= rLibLoader.load(libs, 0, r, m);
	                                         ^
Null type safety (type annotations): The expression of type 'RService' needs unchecked conversion to conform to '@NonNull RService'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1241] 
	this.rLibPaths= rLibLoader.load(libs, 0, r, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1296] 
	final RPkgType type= RPkgUtils.checkPkgType(store.getName(), this.rPlatform);
	                                                             ^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1311] 
	final String label= (actions.get(0).getAction() == RPkgAction.UNINSTALL) ?
	                     ^^^^^^^^^^^^^^
Potential null pointer access: this expression has type 'capture#12-of ? extends org.eclipse.statet.r.core.pkgmanager.RPkgAction', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1316] 
	protected void run(final IRConsoleService r, final ProgressMonitor m) throws StatusException {
	                         ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractStatetRRunnable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1316] 
	protected void run(final IRConsoleService r, final ProgressMonitor m) throws StatusException {
	                                                   ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractStatetRRunnable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1319] 
	checkNewCommand(r, m);
	                ^
Null type safety (type annotations): The expression of type 'IRConsoleService' needs unchecked conversion to conform to '@NonNull IRConsoleService'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1319] 
	checkNewCommand(r, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1344] 
	protected void run(final IRConsoleService r, final ProgressMonitor m) throws StatusException {
	                         ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractStatetRRunnable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1344] 
	protected void run(final IRConsoleService r, final ProgressMonitor m) throws StatusException {
	                                                   ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractStatetRRunnable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1345] 
	checkNewCommand(r, m);
	                ^
Null type safety (type annotations): The expression of type 'IRConsoleService' needs unchecked conversion to conform to '@NonNull IRConsoleService'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgManagerImpl.java:[1345] 
	checkNewCommand(r, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/FCall.java:[82] 
	return (FCall)this.rParent;
	       ^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull FCall' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/REnvPkgManager.java:[28] 
	private final REnvManagerImpl rEnvManager;
	                              ^^^^^^^^^^^
The value of the field REnvPkgManager.rEnvManager is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgUtils.java:[41] 
	if (id.equals(repo.getId())) {
	              ^^^^
Potential null pointer access: The variable repo may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgUtils.java:[50] 
	if (name.equals(repo.getName())) {
	                ^^^^
Potential null pointer access: The variable repo may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgUtils.java:[66] 
	if (url.equals(repo.getURL())) {
	               ^^^^
Potential null pointer access: The variable repo may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgUtils.java:[101] 
	final RLibGroup group= rLibPaths.getRLibGroup(groupId);
	                                              ^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgUtils.java:[122] 
	if (!dataset.getInstalled().contains(pkgName)) {
	                                     ^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/Expression.java:[27] 
	RAstNode node;
	         ^^^^
The @NonNull field node may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RGraphicFunctions.java:[818] 
	colors.add(new RPaletteDef(number++, this.colorsMap.get("black"))); //$NON-NLS-1$
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull ColorDef' but this expression has type '@Nullable capture#of ? extends NamedColorDef'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RGraphicFunctions.java:[819] 
	colors.add(new RPaletteDef(number++, this.colorsMap.get("red"))); //$NON-NLS-1$
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull ColorDef' but this expression has type '@Nullable capture#of ? extends NamedColorDef'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RGraphicFunctions.java:[820] 
	colors.add(new RPaletteDef(number++, this.colorsMap.get("green3"))); //$NON-NLS-1$
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull ColorDef' but this expression has type '@Nullable capture#of ? extends NamedColorDef'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RGraphicFunctions.java:[821] 
	colors.add(new RPaletteDef(number++, this.colorsMap.get("blue"))); //$NON-NLS-1$
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull ColorDef' but this expression has type '@Nullable capture#of ? extends NamedColorDef'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RGraphicFunctions.java:[822] 
	colors.add(new RPaletteDef(number++, this.colorsMap.get("cyan"))); //$NON-NLS-1$
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull ColorDef' but this expression has type '@Nullable capture#of ? extends NamedColorDef'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RGraphicFunctions.java:[823] 
	colors.add(new RPaletteDef(number++, this.colorsMap.get("magenta"))); //$NON-NLS-1$
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull ColorDef' but this expression has type '@Nullable capture#of ? extends NamedColorDef'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RGraphicFunctions.java:[824] 
	colors.add(new RPaletteDef(number++, this.colorsMap.get("yellow"))); //$NON-NLS-1$
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull ColorDef' but this expression has type '@Nullable capture#of ? extends NamedColorDef'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RGraphicFunctions.java:[825] 
	colors.add(new RPaletteDef(number++, this.colorsMap.get("gray"))); //$NON-NLS-1$
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull ColorDef' but this expression has type '@Nullable capture#of ? extends NamedColorDef'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RGraphicFunctions.java:[835] 
	return analyzeColorString(node.getText());
	                          ^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
716. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RGraphicFunctions.java (at line 857)
	final ColorDef color= new ColorDef(red, green, blue);
	                                   ^^^
The expression of type Integer is unboxed into int
717. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RGraphicFunctions.java (at line 857)
	final ColorDef color= new ColorDef(red, green, blue);
	                                        ^^^^^
The expression of type Integer is unboxed into int
718. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RGraphicFunctions.java (at line 857)
	final ColorDef color= new ColorDef(red, green, blue);
	                                               ^^^^
The expression of type Integer is unboxed into int
719. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RGraphicFunctions.java (at line 874)
	final ColorDef color= new HSVColorDef(hue, saturation, value);
	                                      ^^^
The expression of type Float is unboxed into float
720. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RGraphicFunctions.java (at line 874)
	final ColorDef color= new HSVColorDef(hue, saturation, value);
	                                           ^^^^^^^^^^
The expression of type Float is unboxed into float
721. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RGraphicFunctions.java (at line 874)
	final ColorDef color= new HSVColorDef(hue, saturation, value);
	                                                       ^^^^^
The expression of type Float is unboxed into float
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RSourceUnitModelInfo.java:[37] 
	Map<String, ? extends RFrame> getReferencedFrames();
	                      ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/ModelDelta.java:[34] 
	private final int level;
	                  ^^^^^
The value of the field ModelDelta.level is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/ModelDelta.java:[35] 
	private final LtkModelElement element;
	              ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/ModelDelta.java:[36] 
	private final @Nullable RSourceUnitModelInfo oldInfo;
	                                             ^^^^^^^
The value of the field ModelDelta.oldInfo is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/ModelDelta.java:[38] 
	private final @Nullable RSourceUnitModelInfo newInfo;
	                                             ^^^^^^^
The value of the field ModelDelta.newInfo is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/ModelDelta.java:[42] 
	public ModelDelta(final LtkModelElement element,
	                        ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/ModelDelta.java:[54] 
	public LtkModelElement getModelElement() {
	       ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/ModelDelta.java:[54] 
	public LtkModelElement getModelElement() {
	       ^^^^^^^^^^^^^^^
Type safety: The return type LtkModelElement for getModelElement() from the type ModelDelta needs unchecked conversion to conform to LtkModelElement<?> from the type LtkModelElementDelta
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RProjectNature.java:[120] 
	this.preferenceListener= null;
	                         ^^^^
Null type mismatch: required '@NonNull PreferencesManageListener' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RProjectNature.java:[197] 
	public @Nullable REnv getREnv() {
	       ^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull REnv' returned from RCoreAccess.getREnv() (mismatching null constraints)
732. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rlang/RPkgNameValidator.java (at line 66)
	NLS.bind(Messages.RPkgName_Validation_error_InvalidFirstChar_message, c) );
	                                                                      ^
The expression of type char is boxed into Character
733. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rlang/RPkgNameValidator.java (at line 70)
	NLS.bind(Messages.RPkgName_Validation_error_InvalidNoAscii_message, c) );
	                                                                    ^
The expression of type char is boxed into Character
734. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rlang/RPkgNameValidator.java (at line 78)
	NLS.bind(Messages.RPkgName_Validation_error_InvalidChar_message, c) );
	                                                                 ^
The expression of type char is boxed into Character
735. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rlang/RPkgNameValidator.java (at line 82)
	NLS.bind(Messages.RPkgName_Validation_error_InvalidNoAscii_message, c) );
	                                                                    ^
The expression of type char is boxed into Character
736. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rlang/RPkgNameValidator.java (at line 88)
	NLS.bind(Messages.RPkgName_Validation_error_InvalidDotAtEnd_message, c) );
	                                                                     ^
The expression of type char is boxed into Character
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/renv/IREnvConfiguration.java:[101] 
	RLibGroupWorkingCopy getRLibGroup(String id);
	                                  ^^^^^^
Missing non-null annotation: inherited method from RLibPaths specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/renv/IREnvConfiguration.java:[136] 
	ImList<? extends RLibGroup> getRLibGroups();
	^^^^^^
The return type is incompatible with '@NonNull ImList<? extends @NonNull RLibGroup>' returned from RLibPaths.getRLibGroups() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[166] 
	list.add(new BasicRPkg(name, RNumVersion.create(version)));
	                                                ^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[227] 
	private final BasicRPkgCompilation<IRPkgData> expectedPkgs= new BasicRPkgCompilation<IRPkgData>(4) {
	                                   ^^^^^^^^^
Null constraint mismatch: The type 'IRPkgData' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[227] 
	private final BasicRPkgCompilation<IRPkgData> expectedPkgs= new BasicRPkgCompilation<IRPkgData>(4) {
	                                                                                     ^^^^^^^^^
Null constraint mismatch: The type 'IRPkgData' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[229] 
	protected RPkgList<IRPkgData> newPkgList() {
	          ^^^^^^^^
The return type is incompatible with '@NonNull RPkgList<IRPkgData>' returned from BasicRPkgCompilation<IRPkgData>.newPkgList() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[229] 
	protected RPkgList<IRPkgData> newPkgList() {
	                   ^^^^^^^^^
Null constraint mismatch: The type 'IRPkgData' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[241] 
	final RPkgListImpl<IRPkgData> list= (RPkgListImpl<IRPkgData>) this.expectedPkgs.getOrAdd(path);
	                   ^^^^^^^^^
Null constraint mismatch: The type 'IRPkgData' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[241] 
	final RPkgListImpl<IRPkgData> list= (RPkgListImpl<IRPkgData>) this.expectedPkgs.getOrAdd(path);
	                                                  ^^^^^^^^^
Null constraint mismatch: The type 'IRPkgData' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[246] 
	final List<RPkgList<IRPkgData>> all= this.expectedPkgs.getAll();
	                    ^^^^^^^^^
Null constraint mismatch: The type 'IRPkgData' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[247] 
	for (final RPkgList<IRPkgData> list : all) {
	                    ^^^^^^^^^
Null constraint mismatch: The type 'IRPkgData' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[248] 
	((RPkgListImpl<IRPkgData>) list).clear();
	               ^^^^^^^^^
Null constraint mismatch: The type 'IRPkgData' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[253] 
	RPkgCompilation<IRPkgData> loadAvailable(final REnv rEnv, final ISelectedRepos repoSettings,
	                ^^^^^^^^^
Null constraint mismatch: The type 'IRPkgData' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[261] 
	final BasicRPkgCompilation<IRPkgData> newAvailable= new BasicRPkgCompilation<>(l);
	                           ^^^^^^^^^
Null constraint mismatch: The type 'IRPkgData' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[270] 
	RArray<RCharacterStore> data;
	       ^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'RCharacterStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[274] 
	final String key= RPkgUtils.getPkgTypeInstallKey(r.getPlatform(), repo.getPkgType());
	                                                                  ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RPkgType' needs unchecked conversion to conform to '@NonNull RPkgType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[285] 
	final RPkgListImpl<IRPkgData> list= new RPkgListImpl<>(nPkgs);
	                   ^^^^^^^^^
Null constraint mismatch: The type 'IRPkgData' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[286] 
	newAvailable.add(repo.getId(), list);
	                 ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[319] 
	RPkgCompilation<IRPkgInfo> loadInstalled(final RuntimeRLibPaths rLibPaths, final boolean[] update,
	                ^^^^^^^^^
Null constraint mismatch: The type 'IRPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[324] 
	final BasicRPkgCompilation<IRPkgInfo> newInstalled= new BasicRPkgCompilation<>(
	                           ^^^^^^^^^
Null constraint mismatch: The type 'IRPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[326] 
	final RPkgCompilation<IRPkgInfo> prevInstalled= (RPkgCompilation<IRPkgInfo>)
	                      ^^^^^^^^^
Null constraint mismatch: The type 'IRPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[326] 
	final RPkgCompilation<IRPkgInfo> prevInstalled= (RPkgCompilation<IRPkgInfo>)
					((event.oldPkgs != null) ? event.oldPkgs.getInstalled() : null);
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from RPkgCompilation<capture#2-of ? extends IRPkgInfo> to RPkgCompilation<IRPkgInfo>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[326] 
	final RPkgCompilation<IRPkgInfo> prevInstalled= (RPkgCompilation<IRPkgInfo>)
	                                                                 ^^^^^^^^^
Null constraint mismatch: The type 'IRPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[339] 
	final RArray<RCharacterStore> data;
	             ^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'RCharacterStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[348] 
	final RPkgList<IRPkgInfo> oldList= (prevInstalled != null) ?
	               ^^^^^^^^^
Null constraint mismatch: The type 'IRPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[350] 
	final RPkgListImpl<IRPkgInfo> newList= new RPkgListImpl<>(nPkgs);
	                   ^^^^^^^^^
Null constraint mismatch: The type 'IRPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[351] 
	final RPkgList<IRPkgData> expectedList= this.expectedPkgs.getBySource(libLocation.getDirectory());
	               ^^^^^^^^^
Null constraint mismatch: The type 'IRPkgData' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[418] 
	final RPkgList<IRPkgInfo> prevList= prevInstalled.getBySource(libLocation.getDirectory());
	               ^^^^^^^^^
Null constraint mismatch: The type 'IRPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[454] 
	final RArray<RCharacterStore> data;
	             ^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'RCharacterStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[465] 
	final RPkgListImpl<RPkgInfoAndData> newList= new RPkgListImpl<>(nPkgs);
	                   ^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'RPkgInfoAndData' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[466] 
	final RPkgList<IRPkgData> expectedList= this.expectedPkgs.getBySource(location.getDirectory());
	               ^^^^^^^^^
Null constraint mismatch: The type 'IRPkgData' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[489] 
	(!changed) ? oldPkg.getVersion() : RNumVersion.create(version),
	             ^^^^^^
Potential null pointer access: The variable oldPkg may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[494] 
	(!changed) ? oldPkg.getFlags() : 0,
	             ^^^^^^
Potential null pointer access: The variable oldPkg may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[495] 
	(!changed) ? oldPkg.getInstallStamp() : event.stamp,
	             ^^^^^^
Potential null pointer access: The variable oldPkg may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[496] 
	(!changed) ? oldPkg.getRepoId() : ((expectedData != null) ? expectedData.getRepoId() : null) );
	             ^^^^^^
Potential null pointer access: The variable oldPkg may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgScanner.java:[555] 
	oldFullPkgs.getInstalled().getBySource(location.getDirectory()) );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RPkgList<RPkgInfoAndData>' but this expression has type '@Nullable RPkgList<RPkgInfoAndData>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/FilteredFrame.java:[33] 
	public class FilteredFrame<TModelChild extends RLangElement>
	                                               ^^^^^^^^^^^^
RLangElement is a raw type. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/FilteredFrame.java:[34] 
	implements RFrame<TModelChild>, LtkModelElementFilter<LtkModelElement> {
	                                                      ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/FilteredFrame.java:[59] 
	return this.frame.getElementName();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RElementName' but this expression has type '@Nullable RElementName'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/FilteredFrame.java:[78] 
	public List<? extends RFrame> getPotentialParents() {
	                      ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/FilteredFrame.java:[84] 
	public boolean include(final LtkModelElement element) {
	                             ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/FilteredFrame.java:[86] 
	((SourceElement)element).getSourceUnit() : null;
	  ^^^^^^^^^^^^^
SourceElement is a raw type. References to generic type SourceElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RRefactoringAdapter.java:[91] 
	scanner.configure(document, RDocumentConstants.R_CODE_CONTENT_CONSTRAINT);
	                  ^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RRefactoringAdapter.java:[167] 
	scanner.configure(document, new PartitionConstraint() {
	                  ^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RRefactoringAdapter.java:[169] 
	public boolean matches(final String partitionType) {
	                             ^^^^^^
Missing non-null annotation: inherited method from PartitionConstraint specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RRefactoringAdapter.java:[353] 
	final int[] lineIndent= indentUtil.getLineIndent(line, false);
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getLineIndent(int, boolean) from the type IndentUtil is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/RSourceIndenter.java:[146] 
	public void visit(final AstNode node) throws InvocationTargetException {
	                        ^^^^^^^
Missing non-null annotation: inherited method from AstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/RSourceIndenter.java:[234] 
	if (node.getRParent().getNodeType() == NodeType.C_IF
	    ^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/RSourceIndenter.java:[235] 
	&& ((CIfElse) node.getParent()).getElseChild() == node) {
	              ^^^^^^^^^^^^^^^^
Potential null pointer access: The method getParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/RSourceIndenter.java:[549] 
	this.scanner.configure(this.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/RSourceIndenter.java:[605] 
	shift= this.util.getLineIndent(this.refLine, false)[IndentUtil.COLUMN_IDX] - this.lineLevels[this.refLine];
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getLineIndent(int, boolean) from the type IndentUtil is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/RSourceIndenter.java:[783] 
	switch (node.getRParent().getNodeType()) {
	        ^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/RSourceIndenter.java:[788] 
	if (node.getRParent().getChild(0) == node) {
	    ^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/RSourceIndenter.java:[879] 
	switch (node.getNodeType()) {
	        ^^^^
Potential null pointer access: The variable node may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[111] 
	if (!BuildpathUtils.isExcluded(resource, this.currentSourceContainer)) {
	                               ^^^^^^^^
Null type safety (type annotations): The expression of type 'IResource' needs unchecked conversion to conform to '@NonNull IResource'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[111] 
	if (!BuildpathUtils.isExcluded(resource, this.currentSourceContainer)) {
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'BuildpathElement' needs unchecked conversion to conform to '@NonNull BuildpathElement'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[146] 
	this.modelManager.getIndex().update(rProject, pkgRoot,
	                                              ^^^^^^^
Null type mismatch: required '@NonNull IContainer' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[147] 
	this.toRemoveRSU, this.toUpdateRSU,
	^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<IFile>' needs unchecked conversion to conform to '@NonNull List<@NonNull IFile>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[147] 
	this.toRemoveRSU, this.toUpdateRSU,
	                  ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ArrayList<RWorkspaceSourceUnit>' needs unchecked conversion to conform to '@NonNull List<@NonNull RWorkspaceSourceUnit>', corresponding supertype is 'List<RWorkspaceSourceUnit>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[148] 
	this.statusCollector, m.newChild(10) );
	^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'MultiStatus' needs unchecked conversion to conform to '@NonNull MultiStatus'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[159] 
	su.disconnect(m);
	              ^
Null type safety (type annotations): The expression of type 'SubMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[253] 
	Ltk.PERSISTENCE_CONTEXT, file, contentType, true, null );
	                                                  ^^^^
Null type mismatch: required '@NonNull IProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[319] 
	this.modelManager.getIndex().update(rProject, pkgRoot,
	                                              ^^^^^^^
Null type mismatch: required '@NonNull IContainer' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[320] 
	null, this.toUpdateRSU,
	^^^^
Null type mismatch: required '@NonNull List<@NonNull IFile>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[320] 
	null, this.toUpdateRSU,
	      ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ArrayList<RWorkspaceSourceUnit>' needs unchecked conversion to conform to '@NonNull List<@NonNull RWorkspaceSourceUnit>', corresponding supertype is 'List<RWorkspaceSourceUnit>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[321] 
	this.statusCollector, m.newChild(10) );
	^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'MultiStatus' needs unchecked conversion to conform to '@NonNull MultiStatus'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[332] 
	su.disconnect(m);
	              ^
Null type safety (type annotations): The expression of type 'SubMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[379] 
	Ltk.PERSISTENCE_CONTEXT, file, contentType, true, null );
	                                                  ^^^^
Null type mismatch: required '@NonNull IProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuilder.java:[456] 
	this.taskMarkerHandler.setup(file);
	                             ^^^^
Null type safety (type annotations): The expression of type 'IFile' needs unchecked conversion to conform to '@NonNull IResource'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RReconciler.java:[68] 
	this.content= adapter.getParseContent(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RReconciler.java:[150] 
	this.rpReporter.run(su, data.content,
	                        ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SourceContent' needs unchecked conversion to conform to '@NonNull SourceContent'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RReconciler.java:[191] 
	this.raAstStringCache );
	^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'StringFactory' needs unchecked conversion to conform to '@NonNull StringFactory'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RReconciler.java:[210] 
	data.adapter.setAst(data.ast);
	                    ^^^^^^^^
Null type safety (type annotations): The expression of type 'AstInfo' needs unchecked conversion to conform to '@NonNull AstInfo'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RReconciler.java:[226] 
	final RSourceUnitModelInfo model= this.rmScopeAnalyzer.createModel(data.adapter.getSourceUnit(), data.ast);
	                                                                                                 ^^^^^^^^
Null type safety (type annotations): The expression of type 'AstInfo' needs unchecked conversion to conform to '@NonNull AstInfo'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RReconciler.java:[253] 
	this.rmScopeAnalyzer.beginChunkSession(su, ast);
	                                       ^^
Null type safety (type annotations): The expression of type 'RSourceUnit' needs unchecked conversion to conform to '@NonNull RSourceUnit'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RReconciler.java:[256] 
	{	final Object source= chunkElement.getAdapter(SourceComponent.class);
	 	                     ^^^^^^^^^^^^
Potential null pointer access: The variable chunkElement may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RReconciler.java:[261] 
	rootNodes= (List<SourceComponent>) source;
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<SourceComponent>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RReconciler.java:[270] 
	final EmbeddedInlineElement inlineElement= new EmbeddedInlineElement(modelInfo.getSourceElement(), inlineNode);
	                                                                                                   ^^^^^^^^^^
Null type mismatch: required '@NonNull SourceComponent' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RReconciler.java:[271] 
	this.rmScopeAnalyzer.processInlineNode(inlineElement, inlineNode);
	                                                      ^^^^^^^^^^
Null type mismatch: required '@NonNull SourceComponent' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/RLexer.java:[197] 
	return this.textBuilder.toString();
	            ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rhelp/JettyServer.java:[85] 
	final ServiceReference[] reference= bundle.getBundleContext().getServiceReferences(
	      ^^^^^^^^^^^^^^^^
ServiceReference is a raw type. References to generic type ServiceReference<S> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/rhelp/JettyServer.java:[88] 
	this.port= Integer.parseInt((String)assignedPort);
	                            ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/SelectedRepos.java:[20] 
	public class SelectedRepos implements ISelectedRepos {
	             ^^^^^^^^^^^^^
The type SelectedRepos should also implement hashCode() since it overrides Object.equals()
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/SelectedRepos.java:[73] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/SelectedRepos.java:[73] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/CompositeFrame.java:[153] 
	return Collections.EMPTY_LIST;
	       ^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<? extends RFrame<?>>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/CompositeFrame.java:[159] 
	return this.modelElements.put(suId, element);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RUnitElement' but this expression has type '@Nullable RUnitElement'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/CompositeFrame.java:[163] 
	return this.modelElements.remove(suId);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RUnitElement' but this expression has type '@Nullable RUnitElement'
825. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/CompositeFrame.java (at line 179)
	builder.addProp("frameType", "0x%02X", this.frameType); //$NON-NLS-1$ //$NON-NLS-2$
	                                       ^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/Util.java:[65] 
	if (list.get(i).getName().equals(name)) {
	    ^^^^^^^^^^^
Potential null pointer access: this expression has type 'capture#2-of ? extends org.eclipse.statet.rj.renv.core.RPkg', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/Util.java:[75] 
	return RPkgType.valueOf(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgAction.java:[80] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgAction.java:[93] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgAction.java:[138] 
	public boolean equals(final Object obj) {
	                            ^^^^^^
Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable
831. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgAction.java (at line 146)
	return this.pkg.equals(other.pkg);
	                       ^^^^^^^^^
Unlikely argument type for equals(): IRPkgData seems to be unrelated to IRPkgInfo
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RPkgAction.java:[151] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SubAbstractElementAccess.java:[52] 
	return RElementName.createDisplayName(this, 0);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SubAbstractElementAccess.java:[52] 
	return RElementName.createDisplayName(this, 0);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createDisplayName(RElementName, int) from the type RElementName is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/SubAbstractElementAccess.java:[66] 
	public final RFrame getFrame() {
	             ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/NSGet.java:[73] 
	SingleValue namespace;
	            ^^^^^^^^^
The @NonNull field namespace may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/NSGet.java:[75] 
	SingleValue element;
	            ^^^^^^^
The @NonNull field element may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RLangMethod.java:[25] 
	public interface RLangMethod<TModelChild extends RLangElement>
	                                                 ^^^^^^^^^^^^
RLangElement is a raw type. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/DocuComment.java:[45] 
	public DocuComment() {
	       ^^^^^^^^^^^^^
The @NonNull field lines may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/DocuComment.java:[45] 
	public DocuComment() {
	       ^^^^^^^^^^^^^
The @NonNull field tags may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInRegionRefactoring.java:[101] 
	final RFrame frame= access.getFrame();
	      ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInRegionRefactoring.java:[181] 
	private Map<RFrame, Map<String, Variable>> variablesList;
	            ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInRegionRefactoring.java:[191] 
	this.elementSet= new ElementSet(new Object[] { su });
	                                ^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInRegionRefactoring.java:[208] 
	public Map<RFrame, Map<String, Variable>> getVariables() {
	           ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInRegionRefactoring.java:[303] 
	final SubMonitor m= SubMonitor.convert(monitor, RefactoringMessages.Common_FinalCheck_label, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInRegionRefactoring.java:[316] 
	final SubMonitor m= SubMonitor.convert(monitor, RefactoringMessages.Common_CreateChanges_label, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RenameInRegionRefactoring.java:[330] 
	final String source= (project != null) ? NLS.bind(RefactoringMessages.Common_Source_Project_label, project) : RefactoringMessages.Common_Source_Workspace_label;
	             ^^^^^^
The value of the local variable source is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RElementSearchProcessor.java:[150] 
	this.mainName= RElementName.cloneSegment(mainAccess);
	                                         ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RElementAccess' needs unchecked conversion to conform to '@NonNull RElementName'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RElementSearchProcessor.java:[152] 
	RElementName.cloneSegment(mainAccess.getScope()) :
	                          ^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RElementName' but this expression has type '@Nullable RElementName'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RElementSearchProcessor.java:[205] 
	|| !subName.getSegmentName().equals(subAccess.getSegmentName())) {
	    ^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSegmentName() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RElementSearchProcessor.java:[216] 
	if (access.getSegmentName() == null || access.getSegmentName().isEmpty()) {
	                                       ^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSegmentName() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RElementSearchProcessor.java:[243] 
	final RFrame frame= access.getFrame();
	      ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RElementSearchProcessor.java:[415] 
	this.matchProjects.addAll(this.definitionProjects);
	                          ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<RProject>' needs unchecked conversion to conform to '@NonNull Collection<? extends RProject>', corresponding supertype is 'Collection<RProject>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RElementSearchProcessor.java:[534] 
	project, this.mainName, m.newChild(10) );
	^^^^^^^
Null type safety (type annotations): The expression of type 'RProject' needs unchecked conversion to conform to '@NonNull RProject'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RElementSearchProcessor.java:[534] 
	project, this.mainName, m.newChild(10) );
	         ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RElementName' needs unchecked conversion to conform to '@NonNull RElementName'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RElementSearchProcessor.java:[606] 
	final RFrame frame;
	      ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RElementSearchProcessor.java:[618] 
	if (access.isWriteAccess() && access.getNextSegment() == null) {
	    ^^^^^^
Potential null pointer access: The variable access may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/RElementSearchProcessor.java:[653] 
	|| !nameSegment.getSegmentName().equals(access.getSegmentName()) ) {
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSegmentName() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RoxygenRCodeElement.java:[48] 
	public RoxygenRCodeElement(final RLangSourceElement parent, final int number, final BuildSourceFrame envir, final RAstNode node) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field envir may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RoxygenRCodeElement.java:[77] 
	public @Nullable RElementName getElementName() {
	       ^^^^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull ElementName' returned from LtkModelElement<RLangSourceElement>.getElementName() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RoxygenRCodeElement.java:[77] 
	public @Nullable RElementName getElementName() {
	       ^^^^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull RElementName' returned from RElement<RLangSourceElement>.getElementName() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RRepo.java:[129] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/pkgmanager/RRepo.java:[134] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RoxygenAnalyzer.java:[38] 
	public class RoxygenAnalyzer implements LtkModelElementFilter<RLangSourceElement> {
	                                                              ^^^^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'RLangSourceElement' is not a valid substitute for the type parameter 'TModelElement extends @NonNull LtkModelElement<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RoxygenAnalyzer.java:[95] 
	public boolean include(final @NonNull RLangSourceElement element) {
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Illegal redefinition of parameter element, inherited method from LtkModelElementFilter<RLangSourceElement> does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RoxygenAnalyzer.java:[106] 
	final RDocuLink link= new RDocuLink(element, this.nextComment);
	                                             ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'DocuComment' needs unchecked conversion to conform to '@NonNull DocuComment'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RoxygenAnalyzer.java:[108] 
	((DocuCommentableElement) element).setDocu(this.nextComment);
	                                           ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'DocuComment' needs unchecked conversion to conform to '@NonNull DocuComment'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/sourcemodel/RSourceUnitModelInfoImpl.java:[84] 
	public final Map<String, ? extends RFrame> getReferencedFrames() {
	                                   ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/FDef.java:[66] 
	return (FDef)this.rParent;
	       ^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull FDef' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/FDef.java:[154] 
	Arg(final Args parent) {
	^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field argName may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RElementAccess.java:[117] 
	public abstract RFrame getFrame();
	                ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgOperator.java:[75] 
	this.tempDir= RDataUtils.checkSingleCharValue(this.r.evalData("tempdir()", m)); //$NON-NLS-1$
	                                                                           ^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgOperator.java:[96] 
	this.r.evalVoid(sb.toString(), 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgOperator.java:[103] 
	if (RDataUtils.checkSingleIntValue(this.r.evalData(sb.toString(), m)) != 0) {
	                                                                  ^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgOperator.java:[114] 
	this.r.evalVoid(sb.toString(), 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgOperator.java:[129] 
	if (action.getAction() == RPkgAction.INSTALL) {
	    ^^^^^^
Potential null pointer access: The variable action may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgOperator.java:[159] 
	if (RPkgUtils.checkPkgType(store.getName(), this.manager.getRPlatform()) != repo.getPkgType()) {
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgOperator.java:[167] 
	this.r.uploadFile(in, store.fetchInfo().getLength(), fileName, 0, m.newSubMonitor(3));
	                  ^^
Null type safety (type annotations): The expression of type 'InputStream' needs unchecked conversion to conform to '@NonNull InputStream'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgOperator.java:[196] 
	sb.append('"').append(RPkgUtils.getPkgTypeInstallKey(this.r.getPlatform(), repo.getPkgType())).append('"');
	                                                                           ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RPkgType' needs unchecked conversion to conform to '@NonNull RPkgType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgOperator.java:[242] 
	m.beginSubTask(NLS.bind("Loading R package ''{0}''...", pkgData.getName()));
	                                                        ^^^^^^^
Potential null pointer access: The variable pkgData may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/RPkgOperator.java:[264] 
	final RLibLocationInfo info= this.manager.getRLibPaths().getInfo(libLocation);
	                                                                 ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RLibLocation' needs unchecked conversion to conform to '@NonNull RLibLocation'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/refactoring/RModelDeleteParticipant.java:[71] 
	index.updateProjectConfigRemoved(this.project);
	                                 ^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/refactoring/RModelDeleteParticipant.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/refactoring/RModelDeleteParticipant.java:[79] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
885. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/DB.java (at line 53)
	@SuppressWarnings({ "hiding", "nls" })
	                    ^^^^^^^^
At least one of the problems in category 'hiding' is not analysed due to a compiler option being ignored
886. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/DB.java (at line 53)
	@SuppressWarnings({ "hiding", "nls" })
	                              ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/DB.java:[158] 
	for (final RLibLocation location : group.getLibLocations()) {
	                                   ^^^^^
Potential null pointer access: The variable group may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/DB.java:[230] 
	BasicRPkgCompilation<IRPkgInfo> loadInstalled(final List<? extends RLibGroup> envLibs) {
	                     ^^^^^^^^^
Null constraint mismatch: The type 'IRPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/DB.java:[234] 
	final BasicRPkgCompilation<IRPkgInfo> newInstalled= new BasicRPkgCompilation<>(8);
	                           ^^^^^^^^^
Null constraint mismatch: The type 'IRPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
890. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/DB.java (at line 256)
	this.libIdMap.put(location.getDirectory(), id);
	                                           ^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/DB.java:[258] 
	final RPkgListImpl<IRPkgInfo> list= new RPkgListImpl<>(16);
	                   ^^^^^^^^^
Null constraint mismatch: The type 'IRPkgInfo' is not a valid substitute for the type parameter 'T extends @NonNull RPkg'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/DB.java:[265] 
	RNumVersion.create(pkgResult.getString(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/DB.java:[340] 
	this.pkgDeleteStatement.setInt(1, id.intValue());
	                                  ^^
Potential null pointer access: The variable id may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/DB.java:[373] 
	this.pkgChangeStatement.setInt(7, id.intValue());
	                                  ^^
Potential null pointer access: The variable id may be null at this location
895. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/pkgmanager/DB.java (at line 406)
	final Integer id= result.getInt(1);
	                  ^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[63] 
	public void visit(final AstNode node) throws InvocationTargetException {
	                        ^^^^^^^
Missing non-null annotation: inherited method from AstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[143] 
	public void visit(final AstNode node) throws InvocationTargetException {
	                        ^^^^^^^
Missing non-null annotation: inherited method from AstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[215] 
	public void visit(final AstNode node) throws InvocationTargetException {
	                        ^^^^^^^
Missing non-null annotation: inherited method from AstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant ADD needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant AND needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant A_COLON needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant BLOCK needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant COMMENT needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant C_BREAK needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant C_FOR needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant C_IF needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant C_IN needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant C_NEXT needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant C_REPEAT needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant C_WHILE needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant DOCU_AGGREGATION needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant DOCU_TAG needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant DOCU_TEXT needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant DUMMY needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant ERROR needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant ERROR_TERM needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant F_DEF needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant F_DEF_ARG needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant F_DEF_ARGS needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant GROUP needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant HELP needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant MODEL needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant MULT needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant NOT needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant NS_GET needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant NS_GET_INT needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant NULL_CONST needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant NUM_CONST needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant OR needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant POWER needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant RELATIONAL needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant SEQ needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant SIGN needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant SOURCELINES needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant SPECIAL needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant STRING_CONST needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant SUB_INDEXED_ARG needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant SUB_INDEXED_ARGS needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant SUB_INDEXED_D needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant SUB_INDEXED_S needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant SUB_NAMED_PART needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant SUB_NAMED_SLOT needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[319] 
	switch (node.getNodeType()) {
	        ^^^^^^^^^^^^^^^^^^
The enum constant SYMBOL needs a corresponding case label in this enum switch on NodeType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[346] 
	return checkAssign(node.getRParent().getRParent());
	                   ^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[400] 
	return this.allocatedArgs[idx].getValueChild();
	       ^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: array element may be null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[409] 
	return this.allocatedArgs[callArgIdx].getValueChild();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: array element may be null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[482] 
	new FCall. @Nullable Arg[defArgsCount] : NO_ARGS;
	                                         ^^^^^^^
Null type safety (type annotations): The expression of type 'FCall.Arg @NonNull[]' needs unchecked conversion to conform to 'FCall.@Nullable Arg []'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[494] 
	final Arg arg= argsDef.get(argNode.getNameChild().getText());
	                           ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getNameChild() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[494] 
	final Arg arg= argsDef.get(argNode.getNameChild().getText());
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[523] 
	final String name= argNode.getNameChild().getText();
	                   ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getNameChild() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[526] 
	if (allocatedArgs[defIdx] == null && argsDef.get(defIdx).name.startsWith(name)) {
	                                                         ^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[526] 
	if (allocatedArgs[defIdx] == null && argsDef.get(defIdx).name.startsWith(name)) {
	                                                                         ^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[590] 
	final FCall.Arg[] ellipsisArgs= (ellipsisCount > 0) ? new FCall. @NonNull Arg[ellipsisCount] : NO_ARGS;
	                                                                                               ^^^^^^^
Null type safety (type annotations): The expression of type 'FCall.Arg @NonNull[]' needs unchecked conversion to conform to 'FCall.@NonNull Arg []'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[591] 
	final FCall.Arg[] otherArgs= (failCount > 0) ? new FCall. @NonNull Arg[failCount] : NO_ARGS;
	                                                                                    ^^^^^^^
Null type safety (type annotations): The expression of type 'FCall.Arg @NonNull[]' needs unchecked conversion to conform to 'FCall.@NonNull Arg []'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[635] 
	final RAstNode parent= node.getRParent();
	                       ^^^^
Potential null pointer access: The variable node may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[636] 
	switch (parent.getNodeType()) {
	        ^^^^^^
Potential null pointer access: The variable parent may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[724] 
	switch (node.getNodeType()) {
	        ^^^^
Potential null pointer access: The variable node may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[802] 
	if ((beginDiff= region.getOffset() - parent.getStartOffset()) > 0
	                                     ^^^^^^
Potential null pointer access: The variable parent may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[831] 
	switch (node.getOperator(0)) {
	        ^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getOperator(int) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[858] 
	switch (node.getOperator(0)) {
	        ^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getOperator(int) may return null
961. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java (at line 893)
	return (value != null) ? value : defaultValue;
	                         ^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[900] 
	switch (node.getOperator(0)) {
	        ^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getOperator(int) may return null
963. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java (at line 904)
	return num.intValue();
	       ^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
964. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java (at line 911)
	return (coerceNonNumeric) ? 1 : null;
	                            ^
The expression of type int is boxed into Integer
965. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java (at line 913)
	return (coerceNonNumeric) ? 0 : null;
	                            ^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[936] 
	switch (node.getOperator(0)) {
	        ^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getOperator(int) may return null
967. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java (at line 940)
	return num.floatValue();
	       ^^^^^^^^^^^^^^^^
The expression of type float is boxed into Float
968. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java (at line 947)
	return num.floatValue();
	       ^^^^^^^^^^^^^^^^
The expression of type float is boxed into Float
969. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java (at line 952)
	return 1f;
	       ^^
The expression of type float is boxed into Float
970. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java (at line 954)
	return 0f;
	       ^^
The expression of type float is boxed into Float
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java:[973] 
	switch (node.getOperator(0)) {
	        ^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getOperator(int) may return null
972. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java (at line 977)
	return num.doubleValue();
	       ^^^^^^^^^^^^^^^^^
The expression of type double is boxed into Double
973. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java (at line 984)
	return num.doubleValue();
	       ^^^^^^^^^^^^^^^^^
The expression of type double is boxed into Double
974. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java (at line 989)
	return 1.0;
	       ^^^
The expression of type double is boxed into Double
975. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java (at line 991)
	return 0.0;
	       ^^^
The expression of type double is boxed into Double
976. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java (at line 1024)
	return Integer.parseInt(text, 16);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
977. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RAsts.java (at line 1027)
	return Integer.parseInt(text);
	       ^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractTempRefactoring.java:[112] 
	this.elementSet= new ElementSet(new Object[] { su });
	                                ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Object[]' needs unchecked conversion to conform to '@NonNull Object @NonNull[]'
979. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractTempRefactoring.java (at line 143)
	return (this.occurrencesList != null) ? this.occurrencesList.size() : null;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractTempRefactoring.java:[143] 
	return (this.occurrencesList != null) ? this.occurrencesList.size() : null;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: This expression of type Integer may be null but requires auto-unboxing
981. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractTempRefactoring.java (at line 143)
	return (this.occurrencesList != null) ? this.occurrencesList.size() : null;
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractTempRefactoring.java:[295] 
	final SubMonitor m= SubMonitor.convert(monitor, RefactoringMessages.Common_FinalCheck_label, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractTempRefactoring.java:[308] 
	final SubMonitor m= SubMonitor.convert(monitor, RefactoringMessages.Common_CreateChanges_label, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractTempRefactoring.java:[323] 
	final String source= (project != null) ? NLS.bind(RefactoringMessages.Common_Source_Project_label, project) : RefactoringMessages.Common_Source_Workspace_label;
	             ^^^^^^
The value of the local variable source is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/refactoring/ExtractTempRefactoring.java:[361] 
	while (baseNode.getRParent() != this.container) {
	       ^^^^^^^^
Potential null pointer access: The variable baseNode may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RLangClassExtension.java:[25] 
	public interface RLangClassExtension<TModelChild extends RLangElement>
	                                                         ^^^^^^^^^^^^
RLangElement is a raw type. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/Help.java:[79] 
	else if (index == 0) {
			return this.rightExpr.node;
		}
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/Help.java:[91] 
	return new RAstNode[] { this.rightExpr.node };
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuildReconciler.java:[100] 
	this.taskScanner.setup((IResource) su.getResource());
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull IResource' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/builder/RBuildReconciler.java:[102] 
	for (final RAstNode comment : comments) {
	                              ^^^^^^^^
Potential null pointer access: The variable comments may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[100] 
	else {
				this.openExpr= openExpr;
			}
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[166] 
	this(level, (StringFactory)null);
	            ^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull StringFactory' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[176] 
	public RParser(final int level, final RLexer lexer, final StringFactory symbolTextFactory) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field comments may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[176] 
	public RParser(final int level, final RLexer lexer, final StringFactory symbolTextFactory) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field nextType may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[176] 
	public RParser(final int level, final RLexer lexer, final StringFactory symbolTextFactory) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field roxygen may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[181] 
	this.symbolTextFactory= (symbolTextFactory != null) ? symbolTextFactory : BasicStringFactory.INSTANCE;
	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'BasicStringFactory' needs unchecked conversion to conform to '@NonNull StringFactory'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[329] 
	if (expr.node == null) {
						node.expressions.remove(context.rootExpr);
						expr= null;
					}
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant AND needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant AND_D needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant ARROW_LEFT_D needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant ARROW_LEFT_S needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant ARROW_RIGHT_D needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant ARROW_RIGHT_S needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant BLANK needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant BLOCK_OPEN needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant BREAK needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant COLON_EQUAL needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant COMMENT needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant DIV needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant ELSE needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant EOF needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant EQUAL needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant FALSE needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant FOR needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant FUNCTION needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant GROUP_OPEN needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant IF needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant IN needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant INF needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant LINEBREAK needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant MINUS needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant MULT needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant NA needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant NAN needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant NA_CHAR needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant NA_CPLX needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant NA_INT needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant NA_REAL needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant NEXT needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant NOT needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant NS_GET needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant NS_GET_INT needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant NULL needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant NUM_CPLX needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant NUM_INT needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant NUM_NUM needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant OR needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant OR_D needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant OTHER needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant PLUS needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant POWER needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant QUESTIONMARK needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant REL_EQ needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant REL_GE needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant REL_GT needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant REL_LE needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant REL_LT needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant REL_NE needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant REPEAT needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant ROXYGEN_COMMENT needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant SEQ needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant SPECIAL needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant STRING_D needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant STRING_R needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant STRING_S needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant SUB_INDEXED_D_OPEN needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant SUB_INDEXED_S_OPEN needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant SUB_NAMED_PART needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant SUB_NAMED_SLOT needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant SYMBOL needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant SYMBOL_G needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant TILDE needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant TRUE needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant UNKNOWN needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[336] 
	switch (this.nextType) {
	        ^^^^^^^^^^^^^
The enum constant WHILE needs a corresponding case label in this enum switch on RTerminal
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[420] 
	appendNonOp(context, createNullConst(null));
	                                     ^^^^
Null type mismatch: required '@NonNull RAstNode' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[679] 
	final Expression expr= base.getExpr(node.namespace);
	                       ^^^^
Potential null pointer access: The variable base may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[681] 
	expr.node= null;
	           ^^^^
Null type mismatch: required '@NonNull RAstNode' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[1063] 
	args.startOffset= args.endOffset= args.rParent.endOffset;
	                                       ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[1086] 
	if (arg.argName == null) {
				arg.argName= errorNonExistingSymbol(arg, arg.endOffset, STATUS2_SYNTAX_SYMBOL_MISSING);
			}
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[1116] 
	args.startOffset= args.endOffset= args.rParent.endOffset;
	                                       ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[1156] 
	arg.valueExpr.node= arg.argName;
	                    ^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RAstNode' but this expression has type '@Nullable RAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[1173] 
	else {
					arg.startOffset= arg.endOffset= args.endOffset;
				}
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[1200] 
	args.startOffset= args.endOffset= args.rParent.endOffset;
	                                       ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[1240] 
	arg.valueExpr.node= arg.argName;
	                    ^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RAstNode' but this expression has type '@Nullable RAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[1257] 
	else {
					arg.startOffset= arg.endOffset= args.endOffset;
				}
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[1290] 
	context.openExpr.node= newNode;
	        ^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[1310] 
	context.openExpr.node= errorNonExistExpression(context.lastNode, newNode.startOffset,
	        ^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[1312] 
	context.update(context.openExpr.node, null);
	                       ^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[1349] 
	newNode.getLeftExpr().node= left;
	^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getLeftExpr() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[1351] 
	baseExpr.node= newNode;
	^^^^^^^^
Potential null pointer access: The variable baseExpr may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[1666] 
	if (context.openExpr != null && context.openExpr.node == null) {
	                                        ^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[1666] 
	if (context.openExpr != null && context.openExpr.node == null) {
			context.openExpr.node= errorNonExistExpression(context.lastNode, context.lastNode.endOffset,
					context.lastNode.getMissingExprStatus(context.openExpr) );
			state= -1;
		}
	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[1667] 
	context.openExpr.node= errorNonExistExpression(context.lastNode, context.lastNode.endOffset,
	        ^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RParser.java:[1668] 
	context.lastNode.getMissingExprStatus(context.openExpr) );
	                                      ^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Expression' but this expression has type '@Nullable Expression'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/CForLoop.java:[46] 
	CForLoop() {
	^^^^^^^^^^
The @NonNull field varSymbol may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RoxygenParser.java:[93] 
	comment.tags= ImCollections.toList(this.list);
	                                   ^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<DocuTag>' needs unchecked conversion to conform to '@NonNull Collection<? extends @NonNull DocuTag>', corresponding supertype is 'Collection<DocuTag>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RoxygenParser.java:[112] 
	this.regionInput= new RegionParserInput(this.input, null);
	                                        ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TextParserInput' needs unchecked conversion to conform to '@NonNull TextParserInput'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RoxygenParser.java:[112] 
	this.regionInput= new RegionParserInput(this.input, null);
	                                                    ^^^^
Null type mismatch: required '@NonNull ImList<? extends @NonNull TextRegion>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RoxygenParser.java:[116] 
	this.rParser= new RParser(AstInfo.LEVEL_MODEL_DEFAULT, this.textCache);
	                                                       ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'StringFactory' needs unchecked conversion to conform to '@NonNull StringFactory'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RoxygenParser.java:[119] 
	this.regionInput.reset(ImCollections.toList(this.codeRegions));
	                                            ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<TextRegion>' needs unchecked conversion to conform to '@NonNull Collection<? extends @NonNull TextRegion>', corresponding supertype is 'Collection<TextRegion>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RoxygenParser.java:[134] 
	this.currentTag.fragments= this.currentTagFragments.toArray(new RAstNode[this.currentTagFragments.size()]);
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RAstNode[]' needs unchecked conversion to conform to '@NonNull RAstNode @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RoxygenParser.java:[165] 
	this.list.add(this.currentTag= new DocuTag(null));
	                                           ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RoxygenParser.java:[183] 
	final String tag= in.getString(1, num, this.textCache);
	                                       ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'StringFactory' needs unchecked conversion to conform to '@NonNull StringFactory'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RoxygenParser.java:[184] 
	this.list.add(this.currentTag= new DocuTag(tag));
	                                           ^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RoxygenParser.java:[264] 
	symbol.setText(in.getString(0, num, this.textCache), null);
	                                    ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'StringFactory' needs unchecked conversion to conform to '@NonNull StringFactory'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RoxygenParser.java:[295] 
	symbol.setText(in.getString(1, num, this.textCache),
	                                    ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'StringFactory' needs unchecked conversion to conform to '@NonNull StringFactory'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/RoxygenParser.java:[308] 
	symbol.setText(in.getString(1, num, this.textCache),
	                                    ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'StringFactory' needs unchecked conversion to conform to '@NonNull StringFactory'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/source/RHeuristicTokenScanner.java:[183] 
	forwardOffset= scanForward(forwardOffset, bound, condition);
	                                                 ^^^^^^^^^
Null type safety (type annotations): The expression of type 'RHeuristicTokenScanner.BracketBalanceCondition' needs unchecked conversion to conform to 'BasicHeuristicTokenScanner.@NonNull StopCondition'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/rsource/ast/SubNamed.java:[80] 
	protected SubNamed() {
	          ^^^^^^^^^^
The @NonNull field subname may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModel.java:[64] 
	return RCorePlugin.getInstance().getRModelManager();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RModelManagerImpl' needs unchecked conversion to conform to '@NonNull RModelManager'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModel.java:[96] 
	private static @Nullable String checkValidPkgFrame(final RFrame frame) {
	                                                         ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModel.java:[104] 
	private static boolean isValidFrame(final RFrame frame, final @Nullable String pkgName) {
	                                          ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModel.java:[111] 
	private static boolean isValidFrame(final RFrame frame, final @Nullable Set<String> pkgNames) {
	                                          ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModel.java:[118] 
	public static List<RFrame> createDirectFrameList(final RFrame frame,
	                   ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModel.java:[118] 
	public static List<RFrame> createDirectFrameList(final RFrame frame,
	                                                       ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModel.java:[120] 
	final ArrayList<RFrame> list= new ArrayList<>();
	                ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModel.java:[128] 
	final List<? extends RFrame> ps= list.get(idx++).getPotentialParents();
	                     ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModel.java:[128] 
	final List<? extends RFrame> ps= list.get(idx++).getPotentialParents();
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<? extends RFrame>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModel.java:[129] 
	for (final RFrame parent : ps) {
	           ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModel.java:[138] 
	public static List<RFrame> createDirectFrameList(final RFrame frame) {
	                   ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModel.java:[138] 
	public static List<RFrame> createDirectFrameList(final RFrame frame) {
	                                                       ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModel.java:[158] 
	public static List<RFrame> createProjectFrameList(@Nullable RProject project1,
	                   ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModel.java:[163] 
	final ArrayList<RFrame> list= new ArrayList<>();
	                ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModel.java:[168] 
	(RSourceUnitModelInfo)scope.getModelInfo(R_TYPE_ID, RModelManagerImpl.MODEL_FILE, null ));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull RSourceUnitModelInfo' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModel.java:[168] 
	(RSourceUnitModelInfo)scope.getModelInfo(R_TYPE_ID, RModelManagerImpl.MODEL_FILE, null ));
	                                                                                  ^^^^
Null type mismatch: required '@NonNull IProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModel.java:[181] 
	{	final RFrame frame= manager.getProjectFrame(project1);
	 	      ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModel.java:[188] 
	list.add(new FilteredFrame(frame, scope));
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor FilteredFrame(RFrame, SourceUnit) belongs to the raw type FilteredFrame. References to generic type FilteredFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModel.java:[188] 
	list.add(new FilteredFrame(frame, scope));
	             ^^^^^^^^^^^^^
FilteredFrame is a raw type. References to generic type FilteredFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModel.java:[205] 
	final RFrame frame= manager.getProjectFrame(project);
	      ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModel.java:[230] 
	final RFrame frame= manager.getPkgProjectFrame(pkgName);
	      ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModel.java:[241] 
	public static List<RFrame> createProjectFrameList(final @Nullable RProject project1,
	                   ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModel.java:[246] 
	public static List<SourceElement> searchDeclaration(final RElementAccess access,
	                   ^^^^^^^^^^^^^
SourceElement is a raw type. References to generic type SourceElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModel.java:[249] 
	final List<SourceElement> list= new ArrayList<>();
	           ^^^^^^^^^^^^^
SourceElement is a raw type. References to generic type SourceElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModel.java:[255] 
	final RFrame suFrame= access.getFrame();
	      ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModel.java:[256] 
	final List<RFrame> directFrames= createDirectFrameList(suFrame);
	           ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModel.java:[257] 
	for (final RFrame frame : directFrames) {
	           ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModel.java:[262] 
	final List<RFrame> projectFrames= createProjectFrameList(null, su);
	           ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModel.java:[263] 
	for (final RFrame frame : projectFrames) {
	           ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModel.java:[271] 
	private static boolean checkFrame(final RFrame frame, final RElementAccess access, final List<SourceElement> list) {
	                                        ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModel.java:[271] 
	private static boolean checkFrame(final RFrame frame, final RElementAccess access, final List<SourceElement> list) {
	                                                                                              ^^^^^^^^^^^^^
SourceElement is a raw type. References to generic type SourceElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModel.java:[272] 
	final List<? extends RElement> elements= frame.getModelChildren(null);
	                     ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModel.java:[272] 
	final List<? extends RElement> elements= frame.getModelChildren(null);
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method getModelChildren(LtkModelElementFilter) belongs to the raw type RFrame. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModel.java:[272] 
	final List<? extends RElement> elements= frame.getModelChildren(null);
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<? extends RElement>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModel.java:[273] 
	for (final RElement element : elements) {
	           ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModel.java:[279] 
	list.add((SourceElement)element);
	          ^^^^^^^^^^^^^
SourceElement is a raw type. References to generic type SourceElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModel.java:[284] 
	final SourceElement first= list.get(0);
	      ^^^^^^^^^^^^^
SourceElement is a raw type. References to generic type SourceElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModel.java:[297] 
	public static @Nullable RElementName getFQElementName(final @Nullable RElement var) {
	                                                                      ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/r/core/model/RModel.java:[302] 
	private static @Nullable List<RElementName> getFQFullName(final @Nullable RElement var, int count) {
	                                                                          ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/org/eclipse/statet/internal/r/core/RdTextContentDescriber.java:[116] 
	if (line.regionMatches(i + 1, ENCODING_COMMAND_NAME, 0, ENCODING_COMMAND_NAME.length())) {
	                              ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
1140 problems (0 errors, 1036 warnings, 1036 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.r.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.r.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/target/org.eclipse.statet.r.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.r.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.r.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/target/org.eclipse.statet.r.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.r.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.r.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/target/org.eclipse.statet.r.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.r.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/target/org.eclipse.statet.r.core-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/target/org.eclipse.statet.r.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.r.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core/target/org.eclipse.statet.r.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.r.core ---
[INFO] 
[INFO] --------< org.eclipse.statet.r:org.eclipse.statet.r.core.tests >--------
[INFO] Building StatET R - Core - Tests  (Incubation) 4.2.4.202103250600-r [110/145]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r.core.tests ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.r.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.r.core.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.r.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.r.core.tests ---
[INFO] Compiling 26 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/rsource/ast/RArgumentMatchingTest.java:[88] 
	final Args callArgs = this.rParser.scanFCallArgs(this.input.reset(code).init(), 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/rsource/ast/RArgumentMatchingTest.java:[90] 
	final FCallArgMatch readedArgs = RAsts.matchArgs(callArgs, argsDef);
	                                                 ^^^^^^^^
Null type mismatch: required 'FCall.@NonNull Args' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/rsource/ast/RArgumentMatchingTest.java:[90] 
	final FCallArgMatch readedArgs = RAsts.matchArgs(callArgs, argsDef);
	                                                           ^^^^^^^
Null type safety (type annotations): The expression of type 'ArgsDefinition' needs unchecked conversion to conform to '@NonNull ArgsDefinition'
4. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 63)
	assertNotNull(vData, () -> String.format("null for sample [%1$s]", index0));
	                                                                   ^^^^^^
The expression of type int is boxed into Integer
5. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 64)
	assertEquals(false, vData.isNA(0), () -> String.format("isNA differ for sample [%1$s]", index0));
	             ^^^^^
The expression of type boolean is boxed into Boolean
6. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 64)
	assertEquals(false, vData.isNA(0), () -> String.format("isNA differ for sample [%1$s]", index0));
	                    ^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
7. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 64)
	assertEquals(false, vData.isNA(0), () -> String.format("isNA differ for sample [%1$s]", index0));
	                                                                                        ^^^^^^
The expression of type int is boxed into Integer
8. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 65)
	assertEquals(store.getLogi(i), vData.getLogi(0), () -> String.format("logi values differ for sample [%1$s]", index0));
	             ^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
9. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 65)
	assertEquals(store.getLogi(i), vData.getLogi(0), () -> String.format("logi values differ for sample [%1$s]", index0));
	                               ^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
10. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 65)
	assertEquals(store.getLogi(i), vData.getLogi(0), () -> String.format("logi values differ for sample [%1$s]", index0));
	                                                                                                             ^^^^^^
The expression of type int is boxed into Integer
11. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 82)
	assertEquals(true, vData.isNA(0));
	             ^^^^
The expression of type boolean is boxed into Boolean
12. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 82)
	assertEquals(true, vData.isNA(0));
	                   ^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
13. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 107)
	assertNotNull(vData, () -> String.format("null for sample [%1$s]", index0));
	                                                                   ^^^^^^
The expression of type int is boxed into Integer
14. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 108)
	assertEquals(false, vData.isNA(0), () -> String.format("isNA differ for sample [%1$s]", index0));
	             ^^^^^
The expression of type boolean is boxed into Boolean
15. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 108)
	assertEquals(false, vData.isNA(0), () -> String.format("isNA differ for sample [%1$s]", index0));
	                    ^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
16. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 108)
	assertEquals(false, vData.isNA(0), () -> String.format("isNA differ for sample [%1$s]", index0));
	                                                                                        ^^^^^^
The expression of type int is boxed into Integer
17. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 109)
	assertEquals(store.getNum(i), vData.getNum(0), 0, () -> String.format("num values differ for sample [%1$s]", index0));
	                                                                                                             ^^^^^^
The expression of type int is boxed into Integer
18. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 128)
	assertEquals(true, vData.isNA(0));
	             ^^^^
The expression of type boolean is boxed into Boolean
19. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 128)
	assertEquals(true, vData.isNA(0));
	                   ^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
20. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 165)
	assertNotNull(vData, () -> String.format("null for sample [%1$s]", index0));
	                                                                   ^^^^^^
The expression of type int is boxed into Integer
21. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 166)
	assertEquals(false, vData.isNA(0), () -> String.format("isNA differ for sample [%1$s]", index0));
	             ^^^^^
The expression of type boolean is boxed into Boolean
22. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 166)
	assertEquals(false, vData.isNA(0), () -> String.format("isNA differ for sample [%1$s]", index0));
	                    ^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
23. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 166)
	assertEquals(false, vData.isNA(0), () -> String.format("isNA differ for sample [%1$s]", index0));
	                                                                                        ^^^^^^
The expression of type int is boxed into Integer
24. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 167)
	assertEquals(store.getNum(i), vData.getNum(0), 0, () -> String.format("num values differ for sample [%1$s]", index0));
	                                                                                                             ^^^^^^
The expression of type int is boxed into Integer
25. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 169)
	assertEquals(fString, aString, () -> String.format("formatted strings differ for sample [%1$s]", index0));
	                                                                                                 ^^^^^^
The expression of type int is boxed into Integer
26. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 184)
	assertEquals(true, vData.isNA(0));
	             ^^^^
The expression of type boolean is boxed into Boolean
27. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 184)
	assertEquals(true, vData.isNA(0));
	                   ^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
28. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 200)
	assertEquals(true, vData.isNA(0));
	             ^^^^
The expression of type boolean is boxed into Boolean
29. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 200)
	assertEquals(true, vData.isNA(0));
	                   ^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
30. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 232)
	assertEquals(false, vData.isNA(0));
	             ^^^^^
The expression of type boolean is boxed into Boolean
31. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 232)
	assertEquals(false, vData.isNA(0));
	                    ^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
32. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 249)
	assertEquals(true, vData.isNA(0));
	             ^^^^
The expression of type boolean is boxed into Boolean
33. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 249)
	assertEquals(true, vData.isNA(0));
	                   ^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
34. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 268)
	assertNotNull(vData, () -> String.format("null for sample [%1$s]", index0));
	                                                                   ^^^^^^
The expression of type int is boxed into Integer
35. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 269)
	assertEquals(false, vData.isNA(0), () -> String.format("isNA differ for sample [%1$s]", index0));
	             ^^^^^
The expression of type boolean is boxed into Boolean
36. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 269)
	assertEquals(false, vData.isNA(0), () -> String.format("isNA differ for sample [%1$s]", index0));
	                    ^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
37. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 269)
	assertEquals(false, vData.isNA(0), () -> String.format("isNA differ for sample [%1$s]", index0));
	                                                                                        ^^^^^^
The expression of type int is boxed into Integer
38. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 270)
	assertEquals(b, vData.getRaw(0), () -> String.format("raw values differ for sample [%1$s]", index0));
	                                                                                            ^^^^^^
The expression of type int is boxed into Integer
39. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatterValidatorTest.java (at line 272)
	assertEquals(fString, aString, () -> String.format("formatted strings differ for sample [%1$s]", index0));
	                                                                                                 ^^^^^^
The expression of type int is boxed into Integer
40. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/rsource/RLexerStringLiteralTest.java (at line 361)
	combinations.add(Arguments.arguments(c0, cQuote, bracketPair.toCharArray()));
	                                     ^^
The expression of type char is boxed into Character
41. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/rsource/RLexerStringLiteralTest.java (at line 361)
	combinations.add(Arguments.arguments(c0, cQuote, bracketPair.toCharArray()));
	                                         ^^^^^^
The expression of type char is boxed into Character
42. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/RPartitionerTest.java (at line 71)
	assertEquals(expected[index0].getType(), actual[index0].getType(), () -> String.format("partitions differ at [%1$s] in type", index0));
	                                                                                                                              ^^^^^^
The expression of type int is boxed into Integer
43. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/RPartitionerTest.java (at line 72)
	assertEquals(expected[index0].getOffset(), actual[index0].getOffset(), () -> String.format("partitions differ at [%1$s] in offset", index0));
	                                                                                                                                    ^^^^^^
The expression of type int is boxed into Integer
44. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/RPartitionerTest.java (at line 73)
	assertEquals(expected[index0].getLength(), actual[index0].getLength(), () -> String.format("partitions differ at [%1$s] in length", index0));
	                                                                                                                                    ^^^^^^
The expression of type int is boxed into Integer
45. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/RPartitionerTest.java (at line 140)
	combinations.add(arguments(c0, cQuote, bracketPair.toCharArray()));
	                           ^^
The expression of type char is boxed into Character
46. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/source/RPartitionerTest.java (at line 140)
	combinations.add(arguments(c0, cQuote, bracketPair.toCharArray()));
	                               ^^^^^^
The expression of type char is boxed into Character
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/rsource/ast/RParserFCallArgsTest.java:[67] 
	assertEquals(startOffset, callArgs.getStartOffset(), "args.startOffset");
	                          ^^^^^^^^
Potential null pointer access: The variable callArgs may be null at this location
48. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/RValueFormatter03numTest.java (at line 118)
	assertEquals(expected, this.formatter.getString(), () -> String.format("formatted strings differ for sample [%1$s]", index0));
	                                                                                                                     ^^^^^^
The expression of type int is boxed into Integer
49. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/AbstractRValueValidatorTest.java (at line 44)
	assertEquals(expected, this.validator.isValid(this.targetType, expression));
	             ^^^^^^^^
The expression of type boolean is boxed into Boolean
50. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/data/AbstractRValueValidatorTest.java (at line 44)
	assertEquals(expected, this.validator.isValid(this.targetType, expression));
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/rsource/ast/RParserBasicTest.java:[54] 
	return this.type + " » " + ((this.op0 != null) ? this.op0.name() : "");
	                                                      ^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/rsource/ast/RParserBasicTest.java:[254] 
	final String ls= lowDescr.op0.text;
	                          ^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/rsource/ast/RParserBasicTest.java:[255] 
	final int ll= lowDescr.op0.text.length();
	                       ^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/rsource/ast/RParserBasicTest.java:[256] 
	final String hs= highDescr.op0.text;
	                           ^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/org/eclipse/statet/r/core/rsource/ast/RParserBasicTest.java:[257] 
	final int hl= highDescr.op0.text.length();
	                        ^^^
Potential null pointer access: this expression has a '@Nullable' type
55 problems (0 errors, 9 warnings, 9 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.r.core.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.r.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/target/org.eclipse.statet.r.core.tests-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.r.core.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.r.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/target/org.eclipse.statet.r.core.tests-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r.core.tests ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.r.core.tests ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.r.core.tests ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/target/org.eclipse.statet.r.core.tests-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.r.core.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/target/org.eclipse.statet.r.core.tests-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/target/org.eclipse.statet.r.core.tests-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.r.core.tests ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/target/org.eclipse.statet.r.core.tests-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.r.core.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.statet.r.core.tests ---
[INFO] Expected eclipse log file: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/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.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/target/work/data, -install, /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/target/work, -configuration, /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.core-tests/target/surefire.properties]
2021-03-25 09:39:55.327:INFO::main: Logging initialized @10513ms to org.eclipse.jetty.util.log.StdErrLog
Mar 25, 2021 9:39:55 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:39:55 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:39:55 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:39:55 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:39:55 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:39:55 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:39:55 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:39:55 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:39:55 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:39:55 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:39:55 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:39:55 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:39:55 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:39:55 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:39:55 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:39:55 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:39:55 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:39:55 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:39:55 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:39:55 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:39:55 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:39:55 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:39:55 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.discover(DefaultLauncher.java:82)
	at org.apache.maven.surefire.junitplatform.TestPlanScannerFilter.accept(TestPlanScannerFilter.java:56)
	at org.apache.maven.surefire.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.scanClasspath(JUnitPlatformProvider.java:129)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 36 more

Mar 25, 2021 9:39:55 AM org.junit.platform.launcher.core.DefaultLauncher handleThrowable
WARNING: TestEngine with ID 'junit-vintage' failed to discover tests
java.lang.NoClassDefFoundError: org/junit/runner/manipulation/Filter
	at org.junit.vintage.engine.discovery.VintageDiscoverer.<init>(VintageDiscoverer.java:48)
	at org.junit.vintage.engine.VintageTestEngine.discover(VintageTestEngine.java:65)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverEngineRoot(DefaultLauncher.java:130)
	at org.junit.platform.launcher.core.DefaultLauncher.discoverRoot(DefaultLauncher.java:117)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:142)
	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.lang.ClassNotFoundException: org.junit.runner.manipulation.Filter cannot be found by org.eclipse.tycho.surefire.osgibooter_1.6.0
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 34 more

Running org.eclipse.statet.r.core.data.RValueValidator0AfactorTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.statet.r.core.data.RValueValidator0AfactorTest
parseChar  Time elapsed: 0.007 s
parseCplx  Time elapsed: 0 s
parseLogi  Time elapsed: 0 s
parseNum_invalid  Time elapsed: 0 s
parseCplx_invalid  Time elapsed: 0 s
parseInt_invalid  Time elapsed: 0 s
parseInt  Time elapsed: 0 s
parseNum  Time elapsed: 0.001 s
parseLogi_invalid  Time elapsed: 0 s
parseChar_invalid  Time elapsed: 0 s
parseLevel  Time elapsed: 0 s
parseLevelTrim  Time elapsed: 0.001 s
Running org.eclipse.statet.r.core.data.RValueValidator01logiTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.statet.r.core.data.RValueValidator01logiTest
parseChar  Time elapsed: 0.001 s
parseCplx  Time elapsed: 0.001 s
parseLogi  Time elapsed: 0 s
parseNum_invalid  Time elapsed: 0 s
parseCplx_invalid  Time elapsed: 0 s
parseInt_invalid  Time elapsed: 0 s
parseInt  Time elapsed: 0 s
parseLogi_invalid  Time elapsed: 0 s
parseChar_invalid  Time elapsed: 0 s
parseNum  Time elapsed: 0 s
Running org.eclipse.statet.r.core.data.RValueValidator06rawTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.statet.r.core.data.RValueValidator06rawTest
parseChar  Time elapsed: 0 s
parseCplx  Time elapsed: 0 s
parseLogi  Time elapsed: 0 s
parseNum_invalid  Time elapsed: 0.001 s
parseCplx_invalid  Time elapsed: 0 s
parseInt_invalid  Time elapsed: 0 s
parseLogi_invalid  Time elapsed: 0 s
parseChar_invalid  Time elapsed: 0.001 s
parseInt  Time elapsed: 0 s
parseNum  Time elapsed: 0 s
Running org.eclipse.statet.r.core.data.RValueFormatter05chrTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.statet.r.core.data.RValueFormatter05chrTest
printNonPrintableExt  Time elapsed: 0.006 s
printPrintableU0000  Time elapsed: 0 s
printPrintableU0080  Time elapsed: 0.001 s
printPrintableExt  Time elapsed: 0 s
printControlBasicOther  Time elapsed: 0 s
printControlBasicSpecial  Time elapsed: 0 s
printRequireEscapeD  Time elapsed: 0 s
Running org.eclipse.statet.r.core.data.RValueFormatter06rawTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.r.core.data.RValueFormatter06rawTest
print  Time elapsed: 0 s
Running org.eclipse.statet.r.core.data.RValueValidator05chrTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.statet.r.core.data.RValueValidator05chrTest
parseChar  Time elapsed: 0 s
parseCplx  Time elapsed: 0 s
parseLogi  Time elapsed: 0 s
parseNum_invalid  Time elapsed: 0 s
parseCplx_invalid  Time elapsed: 0 s
parseInt_invalid  Time elapsed: 0 s
parseInt  Time elapsed: 0.001 s
parseNum  Time elapsed: 0 s
parseLogi_invalid  Time elapsed: 0 s
parseChar_invalid  Time elapsed: 0 s
Running org.eclipse.statet.r.core.data.RValueValidator04cplxTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.statet.r.core.data.RValueValidator04cplxTest
parseChar  Time elapsed: 0 s
parseCplx  Time elapsed: 0 s
parseLogi  Time elapsed: 0 s
parseNum_invalid  Time elapsed: 0 s
parseCplx_invalid  Time elapsed: 0 s
parseInt_invalid  Time elapsed: 0 s
parseInt  Time elapsed: 0 s
parseNum  Time elapsed: 0 s
parseLogi_invalid  Time elapsed: 0 s
parseChar_invalid  Time elapsed: 0 s
Running org.eclipse.statet.r.core.data.RValueValidator02intTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.statet.r.core.data.RValueValidator02intTest
parseChar  Time elapsed: 0 s
parseCplx  Time elapsed: 0 s
parseLogi  Time elapsed: 0 s
parseNum_invalid  Time elapsed: 0 s
parseCplx_invalid  Time elapsed: 0 s
parseInt_invalid  Time elapsed: 0 s
parseInt  Time elapsed: 0 s
parseLogi_invalid  Time elapsed: 0 s
parseChar_invalid  Time elapsed: 0.001 s
parseNum  Time elapsed: 0 s
Running org.eclipse.statet.r.core.data.RValueValidator03numTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.statet.r.core.data.RValueValidator03numTest
parseChar  Time elapsed: 0 s
parseCplx  Time elapsed: 0 s
parseLogi  Time elapsed: 0 s
parseNum_invalid  Time elapsed: 0 s
parseCplx_invalid  Time elapsed: 0.001 s
parseInt_invalid  Time elapsed: 0 s
parseInt  Time elapsed: 0 s
parseNum  Time elapsed: 0 s
parseLogi_invalid  Time elapsed: 0 s
parseChar_invalid  Time elapsed: 0.001 s
Running org.eclipse.statet.r.core.rsource.RLexerStringTextTest
Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.statet.r.core.rsource.RLexerStringTextTest
matchSymbolG_with_uHexEscapeSequence_unexpected  Time elapsed: 0.001 s
matchStringS_with_uHexEscapeSequence_missingDigit  Time elapsed: 0 s
matchStringS_with_uHexBracketEscapeSequence  Time elapsed: 0 s
matchSymbolG_with_Escape_unknown  Time elapsed: 0 s
matchStringS_with_uHexBracketEscapeSequence_missingDigit  Time elapsed: 0 s
matchSymbolG_with_UHexBracketEscapeSequence  Time elapsed: 0 s
matchSymbolG_with_SingleCharEscape  Time elapsed: 0 s
matchSymbolG_with_uHexBracketEscapeSequence_unexpected  Time elapsed: 0 s
matchSymbolG_with_xHexEscapeSequence  Time elapsed: 0 s
matchStringS_with_uHexEscapeSequence  Time elapsed: 0 s
matchStringS_with_uHexBracketEscapeSequence_notClosed  Time elapsed: 0 s
matchStringS_with_Escape_unknown  Time elapsed: 0 s
matchStringS_with_xHexEscapeSequence_missingDigit  Time elapsed: 0 s
matchSymbolG_with_UHexEscapeSequence  Time elapsed: 0 s
matchStringS_with_UHexBracketEscapeSequence_notClosed  Time elapsed: 0 s
matchStringS_with_UHexEscapeSequence_missingDigit  Time elapsed: 0 s
matchStringS_with_SpecialCharEscape  Time elapsed: 0 s
matchStringS_with_OctalEscapeSequence  Time elapsed: 0 s
matchSymbolG_with_NullChar  Time elapsed: 0 s
matchStringR_with_NullChar  Time elapsed: 0 s
matchStringR_with_NullChar{String}[1]  Time elapsed: 0.009 s
matchStringR_with_NullChar{String}[2]  Time elapsed: 0 s
matchStringR_with_NullChar{String}[3]  Time elapsed: 0 s
matchStringS_with_xHexEscapeSequence  Time elapsed: 0 s
matchStringS_with_UHexBracketEscapeSequence  Time elapsed: 0 s
matchSymbolG_with_uHexBracketEscapeSequence_notClosed  Time elapsed: 0 s
matchStringS_with_UHexEscapeSequence  Time elapsed: 0 s
matchStringR_with_Escape  Time elapsed: 0 s
matchStringD_with_SpecialCharEscape  Time elapsed: 0 s
matchSymbolG_with_UHexBracketEscapeSequence_notClosed  Time elapsed: 0 s
matchSymbolG_with_OctalEscapeSequence  Time elapsed: 0 s
matchStringS_with_NullChar  Time elapsed: 0 s
matchStringS_with_UHexBracketEscapeSequence_missingDigit  Time elapsed: 0 s
Running org.eclipse.statet.r.core.rsource.ast.RArgumentMatchingTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.statet.r.core.rsource.ast.RArgumentMatchingTest
empty1  Time elapsed: 0.003 s
empty2  Time elapsed: 0 s
simple  Time elapsed: 0 s
partialMatch  Time elapsed: 0.001 s
Running org.eclipse.statet.r.core.rsource.ast.RParserFCallArgsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.statet.r.core.rsource.ast.RParserFCallArgsTest
scan_expand  Time elapsed: 0 s
scan  Time elapsed: 0.001 s
Running org.eclipse.statet.r.core.rsource.ast.RParserSourceRangeTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.statet.r.core.rsource.ast.RParserSourceRangeTest
scan_expand  Time elapsed: 0 s
scan  Time elapsed: 0 s
Running org.eclipse.statet.r.core.rsource.ast.RParserBasicTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.statet.r.core.rsource.ast.RParserBasicTest
STRING  Time elapsed: 0 s
SYMBOL  Time elapsed: 0 s
HELP_assignOps{NodeDescr}[1]  Time elapsed: 0.001 s
HELP_assignOps{NodeDescr}[2]  Time elapsed: 0.001 s
HELP_assignOps{NodeDescr}[3]  Time elapsed: 0 s
HELP_assignOps{NodeDescr}[4]  Time elapsed: 0 s
HELP_assignOps{NodeDescr}[5]  Time elapsed: 0.001 s
HELP_commonOps{NodeDescr}[1]  Time elapsed: 0 s
HELP_commonOps{NodeDescr}[2]  Time elapsed: 0.001 s
HELP_commonOps{NodeDescr}[3]  Time elapsed: 0 s
HELP_commonOps{NodeDescr}[4]  Time elapsed: 0 s
ADD  Time elapsed: 0.001 s
HELP  Time elapsed: 0 s
ASSIGN_commonOps{NodeDescr}[1]  Time elapsed: 0.001 s
ASSIGN_commonOps{NodeDescr}[2]  Time elapsed: 0 s
ASSIGN_commonOps{NodeDescr}[3]  Time elapsed: 0 s
ASSIGN_commonOps{NodeDescr}[4]  Time elapsed: 0 s
STRING_withError  Time elapsed: 0 s
Running org.eclipse.statet.r.core.rsource.RLexerStringLiteralTest
Tests run: 58, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.statet.r.core.rsource.RLexerStringLiteralTest
matchSymbol_beginsWith_Dots  Time elapsed: 0.001 s
matchStringR_notClosed{String}[1]  Time elapsed: 0 s
matchStringR_notClosed{String}[2]  Time elapsed: 0.001 s
matchStringR_notClosed{String}[3]  Time elapsed: 0 s
matchStringR_notClosed{String}[4]  Time elapsed: 0 s
matchSymbol_Ellipsis  Time elapsed: 0 s
matchSymbol_contains_Underscores  Time elapsed: 0 s
matchStringR_incompleteOpening_withDashes  Time elapsed: 0 s
matchSymbolG_notClosed  Time elapsed: 0.001 s
matchStringR_incompleteOpening  Time elapsed: 0 s
matchSymbol_endsWith_Underscores  Time elapsed: 0 s
matchStringD  Time elapsed: 0 s
matchStringR{char, char, char[]}[1]  Time elapsed: 0 s
matchStringR{char, char, char[]}[2]  Time elapsed: 0.001 s
matchStringR{char, char, char[]}[3]  Time elapsed: 0 s
matchStringR{char, char, char[]}[4]  Time elapsed: 0 s
matchStringR{char, char, char[]}[5]  Time elapsed: 0.001 s
matchStringR{char, char, char[]}[6]  Time elapsed: 0 s
matchStringR{char, char, char[]}[7]  Time elapsed: 0 s
matchStringR{char, char, char[]}[8]  Time elapsed: 0 s
matchStringR{char, char, char[]}[9]  Time elapsed: 0 s
matchStringR{char, char, char[]}[10]  Time elapsed: 0 s
matchStringR{char, char, char[]}[11]  Time elapsed: 0 s
matchStringR{char, char, char[]}[12]  Time elapsed: 0 s
matchStringS  Time elapsed: 0 s
matchSymbol_contains_Dot  Time elapsed: 0 s
matchSymbolG  Time elapsed: 0 s
matchSymbol_Dot  Time elapsed: 0 s
matchStringR_notClosed_withDashes{String}[1]  Time elapsed: 0 s
matchStringR_notClosed_withDashes{String}[2]  Time elapsed: 0 s
matchStringR_notClosed_withDashes{String}[3]  Time elapsed: 0 s
matchStringR_notClosed_withDashes{String}[4]  Time elapsed: 0 s
matchStringR_notClosed_withDashes{String}[5]  Time elapsed: 0 s
matchStringR_notClosed_withDashes{String}[6]  Time elapsed: 0 s
matchSymbol_endsWith_Dots  Time elapsed: 0 s
matchStringD_with_Linebreak  Time elapsed: 0 s
matchStringS_notClosed  Time elapsed: 0 s
matchStringR_withDashes{String}[1]  Time elapsed: 0 s
matchStringR_withDashes{String}[2]  Time elapsed: 0 s
matchStringR_withDashes{String}[3]  Time elapsed: 0 s
matchSymbolG_with_Linebreak  Time elapsed: 0.001 s
matchSymbol_contains_Underscore  Time elapsed: 0 s
matchStringR_notClosed_withTextError{String}[1]  Time elapsed: 0 s
matchStringR_notClosed_withTextError{String}[2]  Time elapsed: 0 s
matchStringS_with_Linebreak  Time elapsed: 0 s
matchSymbol  Time elapsed: 0 s
matchStringD_notClosed  Time elapsed: 0 s
matchSymbol_beginWith_Underscore  Time elapsed: 0 s
matchStringR_with_Linebreak{String}[1]  Time elapsed: 0 s
matchStringR_with_Linebreak{String}[2]  Time elapsed: 0 s
matchStringR_with_Linebreak{String}[3]  Time elapsed: 0 s
matchStringR_notClosed_withDashes_withTextError{String}[1]  Time elapsed: 0 s
matchStringR_notClosed_withDashes_withTextError{String}[2]  Time elapsed: 0.001 s
matchStringR_notClosed_withDashes_withTextError{String}[3]  Time elapsed: 0 s
matchStringR_notClosed_withDashes_withTextError{String}[4]  Time elapsed: 0 s
matchStringR_notClosed_withDashes_withTextError{String}[5]  Time elapsed: 0 s
matchStringR_notClosed_withDashes_withTextError{String}[6]  Time elapsed: 0.001 s
matchSymbol_contains_Dots  Time elapsed: 0 s
Running org.eclipse.statet.r.core.rsource.RLexerStringLiteralQuickCheckTest
Tests run: 58, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.statet.r.core.rsource.RLexerStringLiteralQuickCheckTest
matchSymbol_beginsWith_Dots  Time elapsed: 0 s
matchStringR_notClosed{String}[1]  Time elapsed: 0 s
matchStringR_notClosed{String}[2]  Time elapsed: 0 s
matchStringR_notClosed{String}[3]  Time elapsed: 0 s
matchStringR_notClosed{String}[4]  Time elapsed: 0 s
matchSymbol_Ellipsis  Time elapsed: 0 s
matchSymbol_contains_Underscores  Time elapsed: 0 s
matchStringR_incompleteOpening_withDashes  Time elapsed: 0 s
matchSymbolG_notClosed  Time elapsed: 0 s
matchStringR_incompleteOpening  Time elapsed: 0.001 s
matchSymbol_endsWith_Underscores  Time elapsed: 0 s
matchStringD  Time elapsed: 0 s
matchStringR{char, char, char[]}[1]  Time elapsed: 0 s
matchStringR{char, char, char[]}[2]  Time elapsed: 0 s
matchStringR{char, char, char[]}[3]  Time elapsed: 0 s
matchStringR{char, char, char[]}[4]  Time elapsed: 0 s
matchStringR{char, char, char[]}[5]  Time elapsed: 0 s
matchStringR{char, char, char[]}[6]  Time elapsed: 0 s
matchStringR{char, char, char[]}[7]  Time elapsed: 0 s
matchStringR{char, char, char[]}[8]  Time elapsed: 0 s
matchStringR{char, char, char[]}[9]  Time elapsed: 0 s
matchStringR{char, char, char[]}[10]  Time elapsed: 0 s
matchStringR{char, char, char[]}[11]  Time elapsed: 0 s
matchStringR{char, char, char[]}[12]  Time elapsed: 0 s
matchStringS  Time elapsed: 0 s
matchSymbol_contains_Dot  Time elapsed: 0 s
matchSymbolG  Time elapsed: 0 s
matchSymbol_Dot  Time elapsed: 0 s
matchStringR_notClosed_withDashes{String}[1]  Time elapsed: 0.001 s
matchStringR_notClosed_withDashes{String}[2]  Time elapsed: 0 s
matchStringR_notClosed_withDashes{String}[3]  Time elapsed: 0 s
matchStringR_notClosed_withDashes{String}[4]  Time elapsed: 0 s
matchStringR_notClosed_withDashes{String}[5]  Time elapsed: 0 s
matchStringR_notClosed_withDashes{String}[6]  Time elapsed: 0 s
matchSymbol_endsWith_Dots  Time elapsed: 0 s
matchStringD_with_Linebreak  Time elapsed: 0 s
matchStringS_notClosed  Time elapsed: 0 s
matchStringR_withDashes{String}[1]  Time elapsed: 0 s
matchStringR_withDashes{String}[2]  Time elapsed: 0 s
matchStringR_withDashes{String}[3]  Time elapsed: 0 s
matchSymbolG_with_Linebreak  Time elapsed: 0 s
matchSymbol_contains_Underscore  Time elapsed: 0 s
matchStringR_notClosed_withTextError{String}[1]  Time elapsed: 0.001 s
matchStringR_notClosed_withTextError{String}[2]  Time elapsed: 0 s
matchStringS_with_Linebreak  Time elapsed: 0.001 s
matchSymbol  Time elapsed: 0 s
matchStringD_notClosed  Time elapsed: 0 s
matchSymbol_beginWith_Underscore  Time elapsed: 0 s
matchStringR_with_Linebreak{String}[1]  Time elapsed: 0 s
matchStringR_with_Linebreak{String}[2]  Time elapsed: 0.001 s
matchStringR_with_Linebreak{String}[3]  Time elapsed: 0 s
matchStringR_notClosed_withDashes_withTextError{String}[1]  Time elapsed: 0 s
matchStringR_notClosed_withDashes_withTextError{String}[2]  Time elapsed: 0 s
matchStringR_notClosed_withDashes_withTextError{String}[3]  Time elapsed: 0 s
matchStringR_notClosed_withDashes_withTextError{String}[4]  Time elapsed: 0 s
matchStringR_notClosed_withDashes_withTextError{String}[5]  Time elapsed: 0 s
matchStringR_notClosed_withDashes_withTextError{String}[6]  Time elapsed: 0 s
matchSymbol_contains_Dots  Time elapsed: 0 s
Running org.eclipse.statet.r.core.rsource.RLexerQuickCheckTest
Tests run: 69, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.statet.r.core.rsource.RLexerQuickCheckTest
matchBlockOpen  Time elapsed: 0 s
matchComment  Time elapsed: 0 s
matchNsGetInt  Time elapsed: 0 s
matchKey_function  Time elapsed: 0 s
matchKey_NA_integer  Time elapsed: 0 s
matchSubNamedPart  Time elapsed: 0 s
matchArrowRightD  Time elapsed: 0 s
matchArrowRightS  Time elapsed: 0 s
matchKey_NULL  Time elapsed: 0.001 s
matchKey_TRUE  Time elapsed: 0 s
matchQuestionmark  Time elapsed: 0 s
matchKey_else  Time elapsed: 0 s
matchKey_next  Time elapsed: 0 s
matchSpecial  Time elapsed: 0 s
skipComment  Time elapsed: 0 s
matchLinebreak  Time elapsed: 0 s
matchWhitespace  Time elapsed: 0 s
matchKey_FALSE  Time elapsed: 0 s
matchKey_break  Time elapsed: 0.001 s
matchKey_while  Time elapsed: 0 s
matchKey_repeat  Time elapsed: 0 s
matchGroupOpen  Time elapsed: 0 s
skipWhitespace  Time elapsed: 0 s
matchKey_NA_real  Time elapsed: 0 s
empty  Time elapsed: 0.001 s
matchSpecial_empty  Time elapsed: 0 s
matchAnd  Time elapsed: 0 s
matchDiv  Time elapsed: 0 s
matchNot  Time elapsed: 0 s
matchOrD  Time elapsed: 0 s
matchSeq  Time elapsed: 0 s
matchColonEqual_disabled  Time elapsed: 0 s
matchKey_NA_character  Time elapsed: 0.001 s
matchRoxygenComment  Time elapsed: 0 s
matchColonEqual  Time elapsed: 0 s
matchKey_Inf  Time elapsed: 0 s
matchKey_NaN  Time elapsed: 0 s
matchKey_for  Time elapsed: 0 s
matchGroupClose  Time elapsed: 0 s
matchBlockClose  Time elapsed: 0 s
matchAndD  Time elapsed: 0 s
matchMult  Time elapsed: 0 s
matchPlus  Time elapsed: 0 s
matchSemi  Time elapsed: 0 s
matchOr  Time elapsed: 0 s
matchSubSlotPart  Time elapsed: 0 s
matchComment_Linebreak  Time elapsed: 0 s
matchKey_NA  Time elapsed: 0 s
matchKey_if  Time elapsed: 0 s
matchKey_in  Time elapsed: 0 s
matchKey_NA_complex  Time elapsed: 0 s
matchComma  Time elapsed: 0 s
matchEqual  Time elapsed: 0 s
matchMinus  Time elapsed: 0 s
matchNsGet  Time elapsed: 0 s
matchPower  Time elapsed: 0 s
matchRelEQ  Time elapsed: 0 s
matchRelGE  Time elapsed: 0 s
matchRelGT  Time elapsed: 0 s
matchRelLE  Time elapsed: 0 s
matchRelLT  Time elapsed: 0.001 s
matchRelNE  Time elapsed: 0 s
matchTilde  Time elapsed: 0 s
matchArrowLeftD  Time elapsed: 0 s
matchArrowLeftS  Time elapsed: 0 s
matchSpecial_notClosed  Time elapsed: 0 s
matchSubIndexedClose  Time elapsed: 0 s
matchSubIndexedDOpen  Time elapsed: 0 s
matchSubIndexedSOpen  Time elapsed: 0 s
Running org.eclipse.statet.r.core.rsource.RLexerTest
Tests run: 69, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.statet.r.core.rsource.RLexerTest
matchBlockOpen  Time elapsed: 0 s
matchComment  Time elapsed: 0 s
matchNsGetInt  Time elapsed: 0 s
matchKey_function  Time elapsed: 0 s
matchKey_NA_integer  Time elapsed: 0 s
matchSubNamedPart  Time elapsed: 0 s
matchArrowRightD  Time elapsed: 0 s
matchArrowRightS  Time elapsed: 0 s
matchKey_NULL  Time elapsed: 0.001 s
matchKey_TRUE  Time elapsed: 0 s
matchQuestionmark  Time elapsed: 0 s
matchKey_else  Time elapsed: 0 s
matchKey_next  Time elapsed: 0 s
matchSpecial  Time elapsed: 0 s
skipComment  Time elapsed: 0 s
matchLinebreak  Time elapsed: 0 s
matchWhitespace  Time elapsed: 0 s
matchKey_FALSE  Time elapsed: 0 s
matchKey_break  Time elapsed: 0 s
matchKey_while  Time elapsed: 0 s
matchKey_repeat  Time elapsed: 0 s
matchGroupOpen  Time elapsed: 0 s
skipWhitespace  Time elapsed: 0 s
matchKey_NA_real  Time elapsed: 0 s
empty  Time elapsed: 0 s
matchSpecial_empty  Time elapsed: 0 s
matchAnd  Time elapsed: 0 s
matchDiv  Time elapsed: 0 s
matchNot  Time elapsed: 0 s
matchOrD  Time elapsed: 0 s
matchSeq  Time elapsed: 0 s
matchColonEqual_disabled  Time elapsed: 0 s
matchKey_NA_character  Time elapsed: 0 s
matchRoxygenComment  Time elapsed: 0 s
matchColonEqual  Time elapsed: 0 s
matchKey_Inf  Time elapsed: 0 s
matchKey_NaN  Time elapsed: 0 s
matchKey_for  Time elapsed: 0 s
matchGroupClose  Time elapsed: 0 s
matchBlockClose  Time elapsed: 0 s
matchAndD  Time elapsed: 0 s
matchMult  Time elapsed: 0.001 s
matchPlus  Time elapsed: 0 s
matchSemi  Time elapsed: 0 s
matchOr  Time elapsed: 0 s
matchSubSlotPart  Time elapsed: 0 s
matchComment_Linebreak  Time elapsed: 0 s
matchKey_NA  Time elapsed: 0 s
matchKey_if  Time elapsed: 0 s
matchKey_in  Time elapsed: 0 s
matchKey_NA_complex  Time elapsed: 0 s
matchComma  Time elapsed: 0 s
matchEqual  Time elapsed: 0 s
matchMinus  Time elapsed: 0 s
matchNsGet  Time elapsed: 0 s
matchPower  Time elapsed: 0 s
matchRelEQ  Time elapsed: 0 s
matchRelGE  Time elapsed: 0 s
matchRelGT  Time elapsed: 0 s
matchRelLE  Time elapsed: 0 s
matchRelLT  Time elapsed: 0 s
matchRelNE  Time elapsed: 0 s
matchTilde  Time elapsed: 0 s
matchArrowLeftD  Time elapsed: 0 s
matchArrowLeftS  Time elapsed: 0 s
matchSpecial_notClosed  Time elapsed: 0 s
matchSubIndexedClose  Time elapsed: 0 s
matchSubIndexedDOpen  Time elapsed: 0 s
matchSubIndexedSOpen  Time elapsed: 0 s
Running org.eclipse.statet.r.core.rsource.RLexerNumericLiteralTest
Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.statet.r.core.rsource.RLexerNumericLiteralTest
matchNumInt_Dec_withExp_check  Time elapsed: 0 s
matchNumInt_HexFloat_missingExpDigit  Time elapsed: 0 s
matchNumInt_Dec  Time elapsed: 0 s
matchNumInt_Hex  Time elapsed: 0.001 s
matchNumInt_Hex_check  Time elapsed: 0 s
matchNumCplx_Hex_missingDigit  Time elapsed: 0 s
matchNumReal_HexFloat_withoutPoint  Time elapsed: 0 s
matchNumReal_Dec  Time elapsed: 0 s
matchNumReal_Hex  Time elapsed: 0 s
matchNumCplx  Time elapsed: 0 s
matchNumInt_Dec_with_Point  Time elapsed: 0 s
matchNumInt_Dec_withExp  Time elapsed: 0 s
matchNumReal_HexFloat_missingExpDigit  Time elapsed: 0 s
matchNumInt_HexFloat_withExpSign  Time elapsed: 0 s
matchNumReal_HexFloat_endsWith_Point  Time elapsed: 0 s
matchNumInt_Dec_check  Time elapsed: 0 s
matchNumCplx_Dec  Time elapsed: 0 s
matchNumCplx_Hex  Time elapsed: 0 s
matchNumInt_Dec_missingExpDigit  Time elapsed: 0 s
matchNumReal_Hex_0_F  Time elapsed: 0 s
matchNumReal_Dec_withExp  Time elapsed: 0 s
matchNumCplx_HexFloat  Time elapsed: 0 s
matchNumInt_HexFloat_check  Time elapsed: 0.001 s
matchNumReal_Dec_1_0  Time elapsed: 0 s
matchNumReal_Dec_startsWith_Point  Time elapsed: 0 s
matchNumReal_HexFloat_with_Point  Time elapsed: 0 s
matchNumInt_Dec_withExpSign  Time elapsed: 0 s
matchNumReal_Dec_withExp_missingExpDigit  Time elapsed: 0 s
matchNumReal_HexFloat_withExpSign  Time elapsed: 0 s
matchNumReal_Dec_endsWith_Point  Time elapsed: 0 s
matchNumReal_Dec_with_Point  Time elapsed: 0 s
matchNumReal_HexFloat_startsWith_Point  Time elapsed: 0 s
matchNumInt_HexFloat  Time elapsed: 0 s
matchNumReal_Hex_missingDigit  Time elapsed: 0 s
matchNumCplx_HexFloat_missingExp  Time elapsed: 0 s
matchNumInt_Hex_missingDigit  Time elapsed: 0 s
matchNumReal_Dec_withExp_withSign  Time elapsed: 0 s
Running org.eclipse.statet.r.core.source.RPartitionerTest
Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.eclipse.statet.r.core.source.RPartitionerTest
matchComment  Time elapsed: 0.036 s
matchStringR_notClosed{String}[1]  Time elapsed: 0 s
matchStringR_notClosed{String}[2]  Time elapsed: 0.001 s
matchStringR_notClosed{String}[3]  Time elapsed: 0 s
matchStringR_notClosed{String}[4]  Time elapsed: 0 s
matchStringR_incompleteOpening_withDashes  Time elapsed: 0 s
matchStringR_incompleteOpening{String}[1]  Time elapsed: 0 s
matchStringR_incompleteOpening{String}[2]  Time elapsed: 0.001 s
matchStringR_incompleteOpening{String}[3]  Time elapsed: 0 s
matchStringD  Time elapsed: 0 s
matchStringR{char, char, char[]}[1]  Time elapsed: 0 s
matchStringR{char, char, char[]}[2]  Time elapsed: 0 s
matchStringR{char, char, char[]}[3]  Time elapsed: 0.001 s
matchStringR{char, char, char[]}[4]  Time elapsed: 0 s
matchStringR{char, char, char[]}[5]  Time elapsed: 0 s
matchStringR{char, char, char[]}[6]  Time elapsed: 0.001 s
matchStringR{char, char, char[]}[7]  Time elapsed: 0 s
matchStringR{char, char, char[]}[8]  Time elapsed: 0.001 s
matchStringR{char, char, char[]}[9]  Time elapsed: 0 s
matchStringR{char, char, char[]}[10]  Time elapsed: 0.001 s
matchStringR{char, char, char[]}[11]  Time elapsed: 0 s
matchStringR{char, char, char[]}[12]  Time elapsed: 0 s
matchStringS  Time elapsed: 0 s
matchSymbolG  Time elapsed: 0 s
matchStringR_notClosed_withDashes{String}[1]  Time elapsed: 0 s
matchStringR_notClosed_withDashes{String}[2]  Time elapsed: 0 s
matchStringR_notClosed_withDashes{String}[3]  Time elapsed: 0 s
matchStringR_notClosed_withDashes{String}[4]  Time elapsed: 0 s
matchStringR_notClosed_withDashes{String}[5]  Time elapsed: 0 s
matchStringR_notClosed_withDashes{String}[6]  Time elapsed: 0.001 s
empty  Time elapsed: 0 s
matchStringR_withDashes{String}[1]  Time elapsed: 0 s
matchStringR_withDashes{String}[2]  Time elapsed: 0 s
matchStringR_withDashes{String}[3]  Time elapsed: 0 s
matchCode  Time elapsed: 0 s
matchStringR_with_Linebreak{String}[1]  Time elapsed: 0.001 s
matchStringR_with_Linebreak{String}[2]  Time elapsed: 0 s
matchStringR_with_Linebreak{String}[3]  Time elapsed: 0 s
Running org.eclipse.statet.r.core.RSearchPatternTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.statet.r.core.RSearchPatternTest
matches_Prefix_InnerDotAndUnderscore  Time elapsed: 0 s
getMatchingRegions_Prefix_EndingDotAndUnderscore  Time elapsed: 0 s
getMatchingRegions_Substring_EndingDotAndUnderscore  Time elapsed: 0 s
getMatchingRegions_Substring_StartingDot  Time elapsed: 0.001 s
getMatchingRegions_Substring_InnerDotAndUnderscore  Time elapsed: 0 s
matches_Substring_CaseInsensitive  Time elapsed: 0 s
matches_Substring_StartingDot  Time elapsed: 0 s
matches_Substring_InnerDotAndUnderscore  Time elapsed: 0 s
getMatchingRegions_Substring_CaseInsensitive  Time elapsed: 0 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_Prefix_StartingDot  Time elapsed: 0 s
matches_Prefix_EndingDotAndUnderscore  Time elapsed: 0 s
getMatchingRegions_Substring  Time elapsed: 0 s
matches_Prefix_StartingDot  Time elapsed: 0 s
matches_Substring_EndingDotAndUnderscore  Time elapsed: 0 s
getMatchingRegions_Prefix_InnerDotAndUnderscore  Time elapsed: 0 s
Running org.eclipse.statet.internal.r.core.sourcemodel.SyntaxProblemReporterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.statet.internal.r.core.sourcemodel.SyntaxProblemReporterTest
StringR_invalidText  Time elapsed: 0.003 s
StringR_incompleteOpening  Time elapsed: 0 s
StringR_notClosed  Time elapsed: 0 s

Results:

Tests run: 491, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] -------< org.eclipse.statet.r:org.eclipse.statet.r.console.core >-------
[INFO] Building StatET R - Console - Core  (Incubation) 4.2.4.202103250600-r [111/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r.console.core ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.r.console.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.r.console.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.r.console.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.r.console.core ---
[INFO] Compiling 46 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/AbstractRDataRunnable.java:[38] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/AbstractRDataRunnable.java:[43] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/AbstractRDataRunnable.java:[48] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/AbstractRDataRunnable.java:[53] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/AbstractRDataRunnable.java:[58] 
	public void run(final ToolService service,
	                      ^^^^^^^^^^^
Missing non-null annotation: inherited method from ToolRunnable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/AbstractRDataRunnable.java:[59] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/IRBasicAdapter.java:[39] 
	RProcess getTool();
	^^^^^^^^
The return type is incompatible with '@NonNull ToolProcess' returned from ConsoleService.getTool() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/IRBasicAdapter.java:[42] 
	ToolController getController();
	^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull ToolController' returned from ConsoleService.getController() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/IRBasicAdapter.java:[45] 
	RWorkspace getWorkspaceData();
	^^^^^^^^^^
The return type is incompatible with '@NonNull ToolWorkspace' returned from ConsoleService.getWorkspaceData() (mismatching null constraints)
10. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsUtil.java (at line 246)
	return 1024;
	       ^^^^
The expression of type int is boxed into Integer
11. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsUtil.java (at line 248)
	return fInputStream.getBufferSize();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsUtil.java:[292] 
	execChannel.setEnv(envp);
	            ^^^^^^^^^^^^
The method setEnv(Hashtable) from the type ChannelSession is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/ICombinedRDataAdapter.java:[63] 
	return new RVectorVar((RVector<?>) rObject, parent, name);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor RVectorVar(RVector, BasicCombinedRElement, RElementName) belongs to the raw type RVectorVar. References to generic type RVectorVar<TData> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/ICombinedRDataAdapter.java:[63] 
	return new RVectorVar((RVector<?>) rObject, parent, name);
	           ^^^^^^^^^^
RVectorVar is a raw type. References to generic type RVectorVar<TData> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RNullVar.java:[42] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RNullVar.java:[63] 
	public boolean hasModelChildren(final @Nullable LtkModelElementFilter filter) {
	                                                ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RNullVar.java:[68] 
	public List<? extends CombinedRElement> getModelChildren(final @Nullable LtkModelElementFilter filter) {
	       ^^^^
The return type is incompatible with '@NonNull List<? extends @NonNull CombinedRElement>' returned from CombinedRElement.getModelChildren(LtkModelElementFilter<? super RLangElement<?>>) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RNullVar.java:[68] 
	public List<? extends CombinedRElement> getModelChildren(final @Nullable LtkModelElementFilter filter) {
	                                                                         ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RNullVar.java:[74] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RNullVar.java:[74] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RNullVar.java:[74] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RNullVar.java:[74] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RNullVar.java:[74] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RNullVar.java:[74] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RNullVar.java:[74] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RNullVar.java:[74] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermCancelRunnable.java:[51] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermCancelRunnable.java:[56] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermCancelRunnable.java:[61] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermCancelRunnable.java:[66] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermCancelRunnable.java:[71] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermCancelRunnable.java:[71] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermCancelRunnable.java:[74] 
	String arch = rEnvConfig.getRArch();
	              ^^^^^^^^^^
Potential null pointer access: The variable rEnvConfig may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermCancelRunnable.java:[79] 
	m.beginTask(RNicoMessages.RTerm_CancelTask_SendSignal_label, 10);
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/DirectReferenceVar.java:[98] 
	public boolean hasModelChildren(final @Nullable LtkModelElementFilter filter) {
	                                                ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/DirectReferenceVar.java:[103] 
	public List<? extends CombinedRElement> getModelChildren(final @Nullable LtkModelElementFilter filter) {
	                                                                         ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/AbstractRDbgController.java:[87] 
	public abstract class AbstractRDbgController extends AbstractRController
	                      ^^^^^^^^^^^^^^^^^^^^^^
The method RProcess getTool() from AbstractRController cannot implement the corresponding method from RToolService due to incompatible nullness constraints
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/AbstractRDbgController.java:[87] 
	public abstract class AbstractRDbgController extends AbstractRController
	                      ^^^^^^^^^^^^^^^^^^^^^^
The method ToolController getController() from ToolController cannot implement the corresponding method from ConsoleService due to incompatible nullness constraints
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/AbstractRDbgController.java:[126] 
	protected static final RReference TOPLEVEL_ENV_FRAME= new RReferenceImpl(0, RObject.TYPE_ENVIRONMENT, null);
	                                                                                                      ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/AbstractRDbgController.java:[161] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/AbstractRDbgController.java:[161] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/AbstractRDbgController.java:[183] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/AbstractRDbgController.java:[183] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/AbstractRDbgController.java:[273] 
	public void run(final ToolService service,
	                      ^^^^^^^^^^^
Missing non-null annotation: inherited method from ToolRunnable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/AbstractRDbgController.java:[274] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/AbstractRDbgController.java:[284] 
	switch (newStatus) {
	        ^^^^^^^^^
The enum constant STARTED_PAUSED needs a corresponding case label in this enum switch on ToolStatus
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/AbstractRDbgController.java:[284] 
	switch (newStatus) {
	        ^^^^^^^^^
The enum constant STARTED_SUSPENDED needs a corresponding case label in this enum switch on ToolStatus
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/AbstractRDbgController.java:[284] 
	switch (newStatus) {
	        ^^^^^^^^^
The enum constant STARTING needs a corresponding case label in this enum switch on ToolStatus
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/AbstractRDbgController.java:[392] 
	getQueue().addHot(this.suspendRunnable);
	                  ^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/AbstractRDbgController.java:[415] 
	final DbgRequest checkedRequest= check((R) request, m);
	                                       ^^^^^^^^^^^
Type safety: Unchecked cast from DbgRequest to R
51. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/AbstractRDbgController.java (at line 629)
	NLS.bind("An error occurred when loading detail of R stack frame {0}.", position),
	                                                                        ^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/AbstractRDbgController.java:[657] 
	final long handle= frames.get(i).getHandle();
	                   ^^^^^^^^^^^^^
Potential null pointer access: this expression has type 'capture#8-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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/AbstractRDbgController.java:[693] 
	evalData(".GlobalEnv", null, 0, DEPTH_REFERENCE, m) ); //$NON-NLS-1$
	                                                 ^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/AbstractRDbgController.java:[752] 
	if (event.getKind() == TracepointEvent.KIND_ABOUT_TO_HIT) {
	    ^^^^^
Potential null pointer access: The variable event may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/AbstractRDbgController.java:[777] 
	public void submitToConsole(final String input,
	                                  ^^^^^^
Missing non-null annotation: inherited method from ConsoleService specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/AbstractRDbgController.java:[778] 
	final ProgressMonitor m) throws StatusException {
	      ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ConsoleService specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/AbstractRDbgController.java:[808] 
	&& this.breakpointAdapter.matchScriptBreakpoint((IRModelSrcref) srcref, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/AbstractRDbgController.java:[819] 
	.getElementTracepoints(srcfile, (IRModelSrcref) srcref, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/AbstractRDbgController.java:[821] 
	this.breakpointAdapter.installElementTracepoints(breakpointsRequest, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/AbstractRDbgController.java:[842] 
	this.breakpointAdapter.prepareFileElementTracepoints(srcfile, (RSourceUnit) su, m ) :
	                                                     ^^^^^^^
Null type safety (type annotations): The expression of type 'SrcfileData' needs unchecked conversion to conform to '@NonNull SrcfileData'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/AbstractRDbgController.java:[842] 
	this.breakpointAdapter.prepareFileElementTracepoints(srcfile, (RSourceUnit) su, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/AbstractRDbgController.java:[852] 
	this.breakpointAdapter.finishFileElementTracepoints(srcfile, (RSourceUnit) su,
	                                                    ^^^^^^^
Null type mismatch: required '@NonNull SrcfileData' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/AbstractRDbgController.java:[853] 
	breakpointsRequest, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/AbstractRDbgController.java:[875] 
	RDbg.getTimestamp(su, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/AbstractRDbgController.java:[912] 
	return new SrcfileData(null, fileName, RDbg.getTimestamp(su, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RPromiseVar.java:[80] 
	public boolean hasModelChildren(final @Nullable LtkModelElementFilter filter) {
	                                                ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RPromiseVar.java:[85] 
	public List<? extends CombinedRElement> getModelChildren(final @Nullable LtkModelElementFilter filter) {
	                                                                         ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[154] 
	public class RjsController extends AbstractRDbgController
	             ^^^^^^^^^^^^^
The method RProcess getTool() from AbstractRController cannot implement the corresponding method from RToolService due to incompatible nullness constraints
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[229] 
	private static final LtkModelElementFilter<RLangSourceElement> TAG_ELEMENT_FILTER= new LtkModelElementFilter<RLangSourceElement>() {
	                                           ^^^^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'RLangSourceElement' is not a valid substitute for the type parameter 'TModelElement extends @NonNull LtkModelElement<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[229] 
	private static final LtkModelElementFilter<RLangSourceElement> TAG_ELEMENT_FILTER= new LtkModelElementFilter<RLangSourceElement>() {
	                                                                                                             ^^^^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'RLangSourceElement' is not a valid substitute for the type parameter 'TModelElement extends @NonNull LtkModelElement<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[334] 
	final Status status= handler.execute(commandId, RjsController.this, javaArgs, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[334] 
	final Status status= handler.execute(commandId, RjsController.this, javaArgs, m);
	                                                                    ^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[334] 
	final Status status= handler.execute(commandId, RjsController.this, javaArgs, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[363] 
	handleTracepointEvents((List<TracepointEvent>) events);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<TracepointEvent>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[406] 
	addTimestampToMessage(specialMessage, System.currentTimeMillis()) ),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[409] 
	throw new StatusException(new CancelStatus(RConsoleCorePlugin.BUNDLE_ID, specialMessage));
	                                                                         ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[435] 
	public void run(final ToolService s,
	                      ^^^^^^^^^^^
Missing non-null annotation: inherited method from ToolRunnable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[436] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[530] 
	switch (getStatus()) {
	        ^^^^^^^^^^^
The enum constant STARTING needs a corresponding case label in this enum switch on ToolStatus
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[530] 
	switch (getStatus()) {
	        ^^^^^^^^^^^
The enum constant TERMINATED needs a corresponding case label in this enum switch on ToolStatus
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[554] 
	public void run(final ToolService s,
	                      ^^^^^^^^^^^
Missing non-null annotation: inherited method from ToolRunnable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[555] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[617] 
	if (loginHandler.execute(LOGIN_REQUEST_EVENT_ID, this, data, m).getSeverity() != Status.OK) {
	                                                             ^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[632] 
	args.putAll(this.rjsProperties);
	            ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,Object>' needs unchecked conversion to conform to '@NonNull Map<? extends String,? extends Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[698] 
	getQueue().add(this.startupsRunnables);
	               ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<ToolRunnable>' needs unchecked conversion to conform to '@NonNull List<@NonNull ToolRunnable>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[704] 
	addTimestampToMessage(RNicoMessages.R_Info_Reconnected_message, getTool().getConnectionTimestamp()) ),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[715] 
	public SubmitType getSubmitType() {
	       ^^^^^^^^^^
The return type is incompatible with '@NonNull SubmitType' returned from ConsoleRunnable.getSubmitType() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[720] 
	public void run(final ToolService s,
	                      ^^^^^^^^^^^
Missing non-null annotation: inherited method from ToolRunnable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[721] 
	final ProgressMonitor m) throws StatusException {
	      ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ToolRunnable specifies this parameter as @NonNull
90. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java (at line 775)
	final String datetime= DateFormat.getDateTimeInstance().format(System.currentTimeMillis());
	                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type long is boxed into Long
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[939] 
	prepare.addChar("filename", srcfile);
	                            ^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[940] 
	prepare.addChar("path", statetPath);
	                        ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[941] 
	prepare.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[990] 
	prepare.add("lines", this.fRObjectFactory.createVector(this.fRObjectFactory.createCharData(lines)));
	                                                                                           ^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[997] 
	prepare.addChar("filename", srcfile.getName());
	                            ^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1015] 
	attributeValues.toArray(new RObject[attributeValues.size()]),
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RObject[]' needs unchecked conversion to conform to '@NonNull RObject @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1016] 
	attributeNames.toArray(new String[attributeNames.size()]) ));
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1047] 
	elementIndexes.toArray(new RObject[elementIndexes.size()]),
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RObject[]' needs unchecked conversion to conform to '@NonNull RObject @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1048] 
	elementIds.toArray(new String[elementIds.size()]) ));
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1054] 
	prepare.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1087] 
	final FDef fdef= element.getAdapter(FDef.class);
	                 ^^^^^^^
Potential null pointer access: The variable element may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1101] 
	prepare.add(this.fRObjectFactory.createList(new RObject[] {
							this.fRObjectFactory.createVector(this.fRObjectFactory.createCharData(
									new String[] { srcfile.getPath() })),
							this.fRObjectFactory.createVector(this.fRObjectFactory.createNumData(
									new double[] { srcfile.getTimestamp() })),
							this.fRObjectFactory.createVector(this.fRObjectFactory.createIntData(
									new int[] { rootNode.getChildCount() })),
							this.fRObjectFactory.createList(
									elementIndexes.toArray(new RObject[elementIndexes.size()]),
									elementIds.toArray(new String[elementIds.size()]) ),
					}, new String[] { "path", "timestamp", "exprsLength", "elementIds" })); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RObject[]' needs unchecked conversion to conform to '@NonNull RObject @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1103] 
	new String[] { srcfile.getPath() })),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1107] 
	new int[] { rootNode.getChildCount() })),
	            ^^^^^^^^
Potential null pointer access: The variable rootNode may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1109] 
	elementIndexes.toArray(new RObject[elementIndexes.size()]),
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RObject[]' needs unchecked conversion to conform to '@NonNull RObject @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1110] 
	elementIds.toArray(new String[elementIds.size()]) ),
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1111] 
	}, new String[] { "path", "timestamp", "exprsLength", "elementIds" })); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1137] 
	public RPlatform getPlatform() {
	       ^^^^^^^^^
The return type is incompatible with '@NonNull RPlatform' returned from RService.getPlatform() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1142] 
	public void evalVoid(final String command,
	                           ^^^^^^
Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1143] 
	final ProgressMonitor m) throws StatusException {
	      ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1149] 
	public void evalVoid(final String command, final @Nullable RObject envir,
	                           ^^^^^^
Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1150] 
	final ProgressMonitor m) throws StatusException {
	      ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1156] 
	public RObject evalData(final String command,
	       ^^^^^^^
The return type is incompatible with '@NonNull RObject' returned from RService.evalData(String, ProgressMonitor) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1156] 
	public RObject evalData(final String command,
	                              ^^^^^^
Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1157] 
	final ProgressMonitor m) throws StatusException {
	      ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1163] 
	public RObject evalData(final String command, final @Nullable String factoryId,
	       ^^^^^^^
The return type is incompatible with '@NonNull RObject' returned from RService.evalData(String, String, int, int, ProgressMonitor) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1163] 
	public RObject evalData(final String command, final @Nullable String factoryId,
	                              ^^^^^^
Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1165] 
	final ProgressMonitor m) throws StatusException {
	      ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1171] 
	public RObject evalData(final String command, final @Nullable RObject envir,
	       ^^^^^^^
The return type is incompatible with '@NonNull RObject' returned from RService.evalData(String, RObject, String, int, int, ProgressMonitor) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1171] 
	public RObject evalData(final String command, final @Nullable RObject envir,
	                              ^^^^^^
Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1173] 
	final ProgressMonitor m) throws StatusException {
	      ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1179] 
	public RObject evalData(final RReference reference,
	       ^^^^^^^
The return type is incompatible with '@NonNull RObject' returned from RService.evalData(RReference, ProgressMonitor) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1179] 
	public RObject evalData(final RReference reference,
	                              ^^^^^^^^^^
Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1180] 
	final ProgressMonitor m) throws StatusException {
	      ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1186] 
	public RObject evalData(final RReference reference,
	       ^^^^^^^
The return type is incompatible with '@NonNull RObject' returned from RService.evalData(RReference, String, int, int, ProgressMonitor) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1186] 
	public RObject evalData(final RReference reference,
	                              ^^^^^^^^^^
Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1188] 
	final ProgressMonitor m) throws StatusException {
	      ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1194] 
	public FQRObject<RProcess> findData(final String symbol, final @Nullable RObject env, final boolean inherits,
	       ^^^^^^^^^
The return type is incompatible with '@Nullable FQRObject<? extends @NonNull RTool>' returned from RToolService.findData(String, RObject, boolean, String, int, int, ProgressMonitor) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1200] 
	return new BasicFQRObject<>(getTool(), (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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1200] 
	return new BasicFQRObject<>(getTool(), (REnvironment) data[1], symbol, data[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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1200] 
	return new BasicFQRObject<>(getTool(), (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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1222] 
	public CombinedRElement evalCombinedStruct(final String command,
	       ^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull CombinedRElement' returned from ICombinedRDataAdapter.evalCombinedStruct(String, int, int, RElementName, ProgressMonitor) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1222] 
	public CombinedRElement evalCombinedStruct(final String command,
	                                                 ^^^^^^
Missing non-null annotation: inherited method from ICombinedRDataAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1224] 
	final ProgressMonitor m) throws StatusException {
	      ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ICombinedRDataAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1232] 
	public CombinedRElement evalCombinedStruct(final String command, final @Nullable RObject envir,
	       ^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull CombinedRElement' returned from ICombinedRDataAdapter.evalCombinedStruct(String, RObject, int, int, RElementName, ProgressMonitor) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1232] 
	public CombinedRElement evalCombinedStruct(final String command, final @Nullable RObject envir,
	                                                 ^^^^^^
Missing non-null annotation: inherited method from ICombinedRDataAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1234] 
	final ProgressMonitor m) throws StatusException {
	      ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ICombinedRDataAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1262] 
	public CombinedRElement evalCombinedStruct(final RElementName name,
	       ^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull CombinedRElement' returned from ICombinedRDataAdapter.evalCombinedStruct(RElementName, int, int, ProgressMonitor) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1262] 
	public CombinedRElement evalCombinedStruct(final RElementName name,
	                                                 ^^^^^^^^^^^^
Missing non-null annotation: inherited method from ICombinedRDataAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1264] 
	final ProgressMonitor m) throws StatusException {
	      ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ICombinedRDataAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1284] 
	public CombinedRElement evalCombinedStruct(final RReference reference,
	       ^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull CombinedRElement' returned from ICombinedRDataAdapter.evalCombinedStruct(RReference, int, int, RElementName, ProgressMonitor) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1284] 
	public CombinedRElement evalCombinedStruct(final RReference reference,
	                                                 ^^^^^^^^^^
Missing non-null annotation: inherited method from ICombinedRDataAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1286] 
	final ProgressMonitor m) throws StatusException {
	      ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ICombinedRDataAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1307] 
	public @Nullable CombinedRElement findCombinedStruct(final RElementName symbol,
	                                                           ^^^^^^^^^^^^
Missing non-null annotation: inherited method from ICombinedRDataAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1310] 
	final ProgressMonitor m) throws StatusException {
	      ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ICombinedRDataAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1320] 
	element.setParent(checkCombinedRElement(data[1], options,
						(env instanceof CombinedRElement) ? ((CombinedRElement) env).getElementName() : null ));
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'BasicCombinedRElement' needs unchecked conversion to conform to '@NonNull BasicCombinedRElement'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1329] 
	public @Nullable CombinedRElement findCombinedStruct(final RElementName symbol,
	                                                           ^^^^^^^^^^^^
Missing non-null annotation: inherited method from ICombinedRDataAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1332] 
	final ProgressMonitor m) throws StatusException {
	      ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ICombinedRDataAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1343] 
	element.setParent(checkCombinedRElement(data[1], options, envName));
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'BasicCombinedRElement' needs unchecked conversion to conform to '@NonNull BasicCombinedRElement'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1351] 
	public void assignData(final String expression, final RObject data,
	                             ^^^^^^
Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1351] 
	public void assignData(final String expression, final RObject data,
	                                                      ^^^^^^^
Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1352] 
	final ProgressMonitor m) throws StatusException {
	      ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1357] 
	public void downloadFile(final OutputStream out, final String fileName, final int options,
	                               ^^^^^^^^^^^^
Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1357] 
	public void downloadFile(final OutputStream out, final String fileName, final int options,
	                                                       ^^^^^^
Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1358] 
	final ProgressMonitor m) throws StatusException {
	      ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1363] 
	public byte[] downloadFile(final String fileName, final int options,
	       ^^^^^^
The return type is incompatible with 'byte @NonNull[]' returned from RService.downloadFile(String, int, ProgressMonitor) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1363] 
	public byte[] downloadFile(final String fileName, final int options,
	                                 ^^^^^^
Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1364] 
	final ProgressMonitor m) throws StatusException {
	      ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1369] 
	public void uploadFile(final InputStream in, final long length, final String fileName, final int options,
	                             ^^^^^^^^^^^
Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1369] 
	public void uploadFile(final InputStream in, final long length, final String fileName, final int options,
	                                                                      ^^^^^^
Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1370] 
	final ProgressMonitor m) throws StatusException {
	      ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1375] 
	public FunctionCall createFunctionCall(final String name) throws StatusException {
	       ^^^^^^^^^^^^
The return type is incompatible with '@NonNull FunctionCall' returned from RService.createFunctionCall(String) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1375] 
	public FunctionCall createFunctionCall(final String name) throws StatusException {
	                                             ^^^^^^
Missing non-null annotation: inherited method from RService specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1376] 
	return new FunctionCallImpl(this.fRjs, name, this.fRObjectFactory);
	                            ^^^^^^^^^
Null type safety (type annotations): The expression of type 'RjsController.NicoComClient' needs unchecked conversion to conform to '@NonNull AbstractRJComClient'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1376] 
	return new FunctionCallImpl(this.fRjs, name, this.fRObjectFactory);
	                                       ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1376] 
	return new FunctionCallImpl(this.fRjs, name, this.fRObjectFactory);
	                                             ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RObjectFactory' needs unchecked conversion to conform to '@NonNull RObjectFactory'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RjsController.java:[1380] 
	public RGraphicCreator createRGraphicCreator(final int options) throws StatusException {
	       ^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull RGraphicCreator' returned from RService.createRGraphicCreator(int) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RArrayVar.java:[38] 
	public final class RArrayVar<TData extends RStore> extends BasicCombinedRElement
	                                           ^^^^^^
RStore is a raw type. References to generic type RStore<P> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RArrayVar.java:[39] 
	implements RArray<TData>, ExternalizableRObject {
	                  ^^^^^
Null constraint mismatch: The type 'TData extends RStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RArrayVar.java:[80] 
	this.data= (TData) factory.readStore(io, this.length);
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from RStore<capture#1-of ?> to TData
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RArrayVar.java:[88] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RArrayVar.java:[88] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RArrayVar.java:[105] 
	factory.writeStore(this.data, io);
	                   ^^^^^^^^^
Null type safety: required '@NonNull' but this expression has type 'TData', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RArrayVar.java:[115] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RArrayVar.java:[125] 
	public RIntegerStore getDim() {
	       ^^^^^^^^^^^^^
The return type is incompatible with '@NonNull RIntegerStore' returned from RArray<TData>.getDim() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RArrayVar.java:[135] 
	public @Nullable RStore getNames(final int dim) {
	                 ^^^^^^
RStore is a raw type. References to generic type RStore<P> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RArrayVar.java:[135] 
	public @Nullable RStore getNames(final int dim) {
	                 ^^^^^^
Type safety: The return type RStore for getNames(int) from the type RArrayVar<TData> needs unchecked conversion to conform to RStore<?> from the type RArray<TData>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RArrayVar.java:[152] 
	public boolean hasModelChildren(final @Nullable LtkModelElementFilter filter) {
	                                                ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RArrayVar.java:[157] 
	public List<? extends CombinedRElement> getModelChildren(final @Nullable LtkModelElementFilter filter) {
	       ^^^^
The return type is incompatible with '@NonNull List<? extends @NonNull CombinedRElement>' returned from CombinedRElement.getModelChildren(LtkModelElementFilter<? super RLangElement<?>>) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RArrayVar.java:[157] 
	public List<? extends CombinedRElement> getModelChildren(final @Nullable LtkModelElementFilter filter) {
	                                                                         ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RArrayVar.java:[163] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RArrayVar.java:[163] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RArrayVar.java:[163] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RArrayVar.java:[163] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RArrayVar.java:[163] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RArrayVar.java:[163] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RArrayVar.java:[163] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RArrayVar.java:[163] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RArrayVar.java:[163] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RArrayVar.java:[163] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RArrayVar.java:[170] 
	sb.append(this.data.toString());
	               ^^^^
Potential null pointer access: this expression has type 'TData', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/ROtherVar.java:[54] 
	final int options= io.readInt();
	          ^^^^^^^
The value of the local variable options is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/ROtherVar.java:[60] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/ROtherVar.java:[60] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/ROtherVar.java:[75] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/ROtherVar.java:[96] 
	public boolean hasModelChildren(final @Nullable LtkModelElementFilter filter) {
	                                                ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/ROtherVar.java:[101] 
	public List<? extends CombinedRElement> getModelChildren(final @Nullable LtkModelElementFilter filter) {
	       ^^^^
The return type is incompatible with '@NonNull List<? extends @NonNull CombinedRElement>' returned from CombinedRElement.getModelChildren(LtkModelElementFilter<? super RLangElement<?>>) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/ROtherVar.java:[101] 
	public List<? extends CombinedRElement> getModelChildren(final @Nullable LtkModelElementFilter filter) {
	                                                                         ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[106] 
	return (RReferenceVar) r.evalCombinedStruct(fullName, 0, RService.DEPTH_REFERENCE, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[239] 
	(Set<RElementName>) this.changedEnvirs.clone() :
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Set<RElementName>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[240] 
	Collections.EMPTY_SET );
	^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Set needs unchecked conversion to conform to Set<RElementName>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[245] 
	this.changedEnvirs.addAll(changes.changedEnvirs);
	                          ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Set<RElementName>' needs unchecked conversion to conform to '@NonNull Collection<? extends RElementName>', corresponding supertype is 'Collection<RElementName>'
203. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java (at line 281)
	resolved= db.getEnv(reference.getHandle());
	                    ^^^^^^^^^^^^^^^^^^^^^
The expression of type long is boxed into Long
204. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java (at line 417)
	resolved= db.getEnv(ref.getHandle());
	                    ^^^^^^^^^^^^^^^
The expression of type long is boxed into Long
205. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java (at line 493)
	addPropertyChanged("RObjectDB.dirty", dirty);
	                                      ^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[499] 
	final RObject rWd= r.evalData("getwd()", m); //$NON-NLS-1$
	                                         ^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[501] 
	final String wd= rWd.getData().getChar(0);
	                 ^^^^^^^^^^^^^
Potential null pointer access: The method getData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[513] 
	final RList rOptions= (RList) r.evalData("options(\"prompt\", \"continue\")", m); //$NON-NLS-1$
	                                                                              ^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[516] 
	if (!rPrompt.getData().isNA(0)) {
	     ^^^^^^^
Potential null pointer access: The variable rPrompt may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[516] 
	if (!rPrompt.getData().isNA(0)) {
	     ^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[517] 
	((AbstractRController) r).setDefaultPromptTextL(rPrompt.getData().getChar(0));
	                                                ^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[522] 
	if (!rContinue.getData().isNA(0)) {
	     ^^^^^^^^^
Potential null pointer access: The variable rContinue may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[522] 
	if (!rContinue.getData().isNA(0)) {
	     ^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[523] 
	((AbstractRController) r).setContinuePromptText(rContinue.getData().getChar(0));
	                                                ^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RWorkspace.java:[541] 
	if (!force && previous.getSearchEnvsStamp() == controller.getChangeStamp() && envirs.isEmpty()) {
	              ^^^^^^^^
Potential null pointer access: The variable previous may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RDbg.java:[49] 
	SourceStructElement parent= element.getSourceParent();
	^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RDataFrameVar.java:[33] 
	public final class RDataFrameVar extends RListVar
	                   ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from RDataFrame specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RDataFrameVar.java:[33] 
	public final class RDataFrameVar extends RListVar
	                   ^^^^^^^^^^^^^
The method @Nullable CombinedRElement get(long) from RListVar cannot implement the corresponding method from RDataFrame due to incompatible nullness constraints
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RDataFrameVar.java:[33] 
	public final class RDataFrameVar extends RListVar
	                   ^^^^^^^^^^^^^
The method @Nullable RCharacterStore getNames() from RListVar cannot implement the corresponding method from RDataFrame due to incompatible nullness constraints
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RDataFrameVar.java:[33] 
	public final class RDataFrameVar extends RListVar
	                   ^^^^^^^^^^^^^
The method @Nullable String getName(long) from RListVar cannot implement the corresponding method from RDataFrame due to incompatible nullness constraints
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RDataFrameVar.java:[49] 
	public void writeExternal(final RJIO io, final RObjectFactory factory) throws IOException {
	                                ^^^^
Illegal redefinition of parameter io, inherited method from RListVar does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RDataFrameVar.java:[49] 
	public void writeExternal(final RJIO io, final RObjectFactory factory) throws IOException {
	                                               ^^^^^^^^^^^^^^
Illegal redefinition of parameter factory, inherited method from RListVar does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RDataFrameVar.java:[74] 
	return getNames();
	       ^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RCharacterStore' but this expression has type '@Nullable RCharacterStore'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RDataFrameVar.java:[79] 
	return get(idx).getData();
	       ^^^^^^^^
Potential null pointer access: The method get(int) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RDataFrameVar.java:[79] 
	return get(idx).getData();
	       ^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RStore<?>' but this expression has type '@Nullable RStore<capture#of ?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RDataFrameVar.java:[84] 
	return get(idx).getData();
	       ^^^^^^^^
Potential null pointer access: The method get(long) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RDataFrameVar.java:[84] 
	return get(idx).getData();
	       ^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RStore<?>' but this expression has type '@Nullable RStore<capture#of ?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RDataFrameVar.java:[88] 
	public @Nullable RStore getColumn(final String name) {
	                 ^^^^^^
RStore is a raw type. References to generic type RStore<P> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RDataFrameVar.java:[88] 
	public @Nullable RStore getColumn(final String name) {
	                 ^^^^^^
Type safety: The return type RStore for getColumn(String) from the type RDataFrameVar needs unchecked conversion to conform to RStore<?> from the type RDataFrame
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[45] 
	implements REnvironment, RProcessREnvironment, ExternalizableRObject, RFrame {
	                                                                      ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[131] 
	if (getElementName() == null) {
			final String envName= getEnvironmentName();
			setElementName(RElementName.create(RElementName.MAIN_OTHER,
					(envName != null) ? envName : "" )); //$NON-NLS-1$
		}
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[139] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[139] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[165] 
	factory.writeObject(this.components[i], io);
	                    ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'BasicCombinedRElement' needs unchecked conversion to conform to '@NonNull RObject'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[177] 
	public RProcess getSource() {
	       ^^^^^^^^
The return type is incompatible with '@NonNull RProcess' returned from RProcessREnvironment.getSource() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[196] 
	if (getElementName() == null) {
				setElementName(RElementName.create(RElementName.SCOPE_PACKAGE, "base")); //$NON-NLS-1$
			}
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[203] 
	if (getElementName() == null) {
				setElementName(RElementName.create(RElementName.SCOPE_SEARCH_ENV, ENVNAME_AUTOLOADS));
			}
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[211] 
	if (getElementName() == null) {
				setElementName(RElementName.create(RElementName.SCOPE_PACKAGE, envName.substring(8)));
			}
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[218] 
	if (getElementName() == null) {
				setElementName(RModel.GLOBAL_ENV_NAME);
			}
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[225] 
	if (getElementName() == null) {
				setElementName(RElementName.create(RElementName.MAIN_OTHER, ENVNAME_EMPTY));
			}
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[233] 
	if (getElementName() == null) {
				setElementName(RElementName.create(RElementName.SCOPE_NS_INT, envName));
			}
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[241] 
	if (getElementName() == null) {
				setElementName(RElementName.create(RElementName.SCOPE_NS, envName));
			}
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[248] 
	if (getElementName() == null) {
				setElementName(RElementName.create(
						(isSearch) ? RElementName.SCOPE_SEARCH_ENV : RElementName.MAIN_OTHER,
						envName ));
			}
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[264] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[275] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[319] 
	public @Nullable CombinedRElement get(final String name) {
	                                            ^^^^^^
Missing non-null annotation: inherited method from CombinedRList specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[319] 
	public @Nullable CombinedRElement get(final String name) {
	                                            ^^^^^^
Missing non-null annotation: inherited method from RList specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[340] 
	public boolean hasModelChildren(final @Nullable LtkModelElementFilter filter) {
	                                                ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[349] 
	if (filter.include(component)) {
	    ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method include(LtkModelElement) belongs to the raw type LtkModelElementFilter. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[358] 
	public List<? extends CombinedRElement> getModelChildren(final @Nullable LtkModelElementFilter filter) {
	       ^^^^
The return type is incompatible with '@NonNull List' returned from RFrame.getModelChildren(LtkModelElementFilter) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[358] 
	public List<? extends CombinedRElement> getModelChildren(final @Nullable LtkModelElementFilter filter) {
	       ^^^^
The return type is incompatible with '@NonNull List<? extends @NonNull CombinedRElement>' returned from CombinedRElement.getModelChildren(LtkModelElementFilter<? super RLangElement<?>>) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[358] 
	public List<? extends CombinedRElement> getModelChildren(final @Nullable LtkModelElementFilter filter) {
	                                                                         ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[363] 
	return ImCollections.newList(this.components);
	                             ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'BasicCombinedRElement[]' needs unchecked conversion to conform to 'BasicCombinedRElement @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[368] 
	if (filter.include(component)) {
	    ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method include(LtkModelElement) belongs to the raw type LtkModelElementFilter. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[389] 
	public <T> @Nullable T getAdapter(final Class<T> adapterType) {
	                                        ^^^^^
Missing non-null annotation: inherited method from IAdaptable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[389] 
	public <T> @Nullable T getAdapter(final Class<T> adapterType) {
	                                        ^^^^^
Missing non-null annotation: inherited method from BasicCombinedRElement specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[393] 
	return super.getAdapter(adapterType);
	                        ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Class<T>' needs unchecked conversion to conform to '@NonNull Class<T>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[410] 
	public @Nullable List<? extends RElement> getModelElements() {
	       ^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull List' returned from RFrame.getModelElements() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[410] 
	public @Nullable List<? extends RElement> getModelElements() {
	                                ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[415] 
	public @Nullable List<? extends RFrame> getPotentialParents() {
	       ^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull List' returned from RFrame.getPotentialParents() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[415] 
	public @Nullable List<? extends RFrame> getPotentialParents() {
	                                ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[441] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[441] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[441] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[441] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[441] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[441] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[441] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[441] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[441] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[441] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[441] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[441] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[441] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/REnvironmentVar.java:[441] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/util/RCodeVariableText.java:[55] 
	value= this.rWorkspace.toToolPath(store);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/util/RCodeVariableText.java:[61] 
	return RUtil.escapeBackslash(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/RSrcref.java:[108] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/RSrcref.java:[108] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
280. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/RSrcref.java (at line 111)
	.append("in line ").append(fFirstLine >= 0 ? fFirstLine : "NA")
	                                             ^^^^^^^^^^
The expression of type int is boxed into Integer
281. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/RSrcref.java (at line 112)
	.append(" at column ").append(fFirstColumn >= 0 ? fFirstColumn : "NA");
	                                                  ^^^^^^^^^^^^
The expression of type int is boxed into Integer
282. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/RSrcref.java (at line 114)
	.append("in line ").append(fLastLine >= 0 ? fLastLine : "NA")
	                                            ^^^^^^^^^
The expression of type int is boxed into Integer
283. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/RSrcref.java (at line 115)
	.append(" at column ").append(fLastColumn >= 0 ? fLastColumn : "NA");
	                                                 ^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermController.java:[169] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermController.java:[169] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermController.java:[259] 
	initTracks(fConfig.directory().toString(), m, warnings);
	           ^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method directory() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermController.java:[263] 
	getQueue().add(this.startupsRunnables);
	               ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<ToolRunnable>' needs unchecked conversion to conform to '@NonNull List<@NonNull ToolRunnable>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermController.java:[271] 
	public void run(final ToolService service,
	                      ^^^^^^^^^^^
Missing non-null annotation: inherited method from ToolRunnable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermController.java:[272] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermController.java:[281] 
	if (processInput != null) {
				try {
					processInput.close();
				} catch (final IOException e1) {
				}
			}
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermController.java:[288] 
	RNicoMessages.RTerm_error_Starting_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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermController.java:[447] 
	return Pattern.compile("(?:"+Pattern.quote(getWorkspaceData().getDefaultPrompt().text) + ")?"+stamp); //$NON-NLS-1$ //$NON-NLS-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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/nico/impl/RTermController.java:[463] 
	final Matcher matcher = RUtil.LINE_SEPARATOR_PATTERN.matcher(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RMissingVar.java:[43] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RMissingVar.java:[69] 
	public boolean hasModelChildren(final @Nullable LtkModelElementFilter filter) {
	                                                ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RMissingVar.java:[74] 
	public List<? extends CombinedRElement> getModelChildren(final @Nullable LtkModelElementFilter filter) {
	       ^^^^
The return type is incompatible with '@NonNull List<? extends @NonNull CombinedRElement>' returned from CombinedRElement.getModelChildren(LtkModelElementFilter<? super RLangElement<?>>) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RMissingVar.java:[74] 
	public List<? extends CombinedRElement> getModelChildren(final @Nullable LtkModelElementFilter filter) {
	                                                                         ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RMissingVar.java:[80] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RMissingVar.java:[80] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RMissingVar.java:[80] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RMissingVar.java:[80] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RMissingVar.java:[80] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RMissingVar.java:[80] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RMissingVar.java:[80] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RMissingVar.java:[80] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RProcess.java:[60] 
	return (this.rEnvConfig != null) ? this.rEnvConfig.getREnv() : null;
	                                        ^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
307. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RProcess.java (at line 70)
	final String datetime= DateFormat.getDateTimeInstance().format(timestamp);
	                                                               ^^^^^^^^^
The expression of type long is boxed into Long
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RProcess.java:[78] 
	public <T> @Nullable T getAdapter(final Class<T> adapterType) {
	                                        ^^^^^
Missing non-null annotation: inherited method from IAdaptable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RProcess.java:[78] 
	public <T> @Nullable T getAdapter(final Class<T> adapterType) {
	                                        ^^^^^
Missing non-null annotation: inherited method from AbstractProcess specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/RProcess.java:[85] 
	return super.getAdapter(adapterType);
	                        ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Class<T>' needs unchecked conversion to conform to '@NonNull Class<T>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RReferenceVar.java:[74] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RReferenceVar.java:[117] 
	return this.resolver.resolve(this, 0);
	            ^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RReferenceVar.java:[134] 
	public boolean hasModelChildren(final @Nullable LtkModelElementFilter filter) {
	                                                ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RReferenceVar.java:[139] 
	public List<? extends CombinedRElement> getModelChildren(final @Nullable LtkModelElementFilter filter) {
	                                                                         ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RFunction2.java:[136] 
	public boolean hasModelChildren(final @Nullable LtkModelElementFilter filter) {
	                                                ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RFunction2.java:[141] 
	public List<? extends CombinedRElement> getModelChildren(final @Nullable LtkModelElementFilter filter) {
	                                                                         ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RLanguageVar.java:[63] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RLanguageVar.java:[122] 
	public boolean hasModelChildren(final @Nullable LtkModelElementFilter filter) {
	                                                ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RLanguageVar.java:[127] 
	public List<? extends CombinedRElement> getModelChildren(final @Nullable LtkModelElementFilter filter) {
	                                                                         ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/AbstractRController.java:[58] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/AbstractRController.java:[117] 
	public void run(final ToolService s,
	                      ^^^^^^^^^^^
Missing non-null annotation: inherited method from ToolRunnable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/AbstractRController.java:[118] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/console/core/RConsoleCorePlugin.java:[57] 
	log(StatusUtils.convert(status));
	                        ^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/console/core/RConsoleCorePlugin.java:[61] 
	private boolean fStarted;
	                ^^^^^^^^
The value of the field RConsoleCorePlugin.fStarted is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/console/core/RConsoleCorePlugin.java:[70] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/console/core/RConsoleCorePlugin.java:[71] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/console/core/RConsoleCorePlugin.java:[78] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/console/core/RConsoleCorePlugin.java:[86] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RVectorVar.java:[33] 
	public class RVectorVar<TData extends RStore> extends BasicCombinedRElement
	                                      ^^^^^^
RStore is a raw type. References to generic type RStore<P> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RVectorVar.java:[34] 
	implements RVector<TData>, ExternalizableRObject {
	                   ^^^^^
Null constraint mismatch: The type 'TData extends RStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RVectorVar.java:[54] 
	public RVectorVar(final RVector<TData> rObject,
	                                ^^^^^
Null constraint mismatch: The type 'TData extends RStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RVectorVar.java:[77] 
	this.data= (TData) factory.readStore(io, this.length);
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from RStore<capture#1-of ?> to TData
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RVectorVar.java:[79] 
	this.className1= this.data.getBaseVectorRClassName();
	                      ^^^^
Potential null pointer access: this expression has type 'TData', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RVectorVar.java:[84] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RVectorVar.java:[84] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RVectorVar.java:[87] 
	if (!this.className1.equals(this.data.getBaseVectorRClassName())) {
	                                 ^^^^
Potential null pointer access: this expression has type 'TData', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RVectorVar.java:[97] 
	factory.writeStore(this.data, io);
	                   ^^^^^^^^^
Null type safety: required '@NonNull' but this expression has type 'TData', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RVectorVar.java:[107] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RVectorVar.java:[117] 
	public @Nullable RStore getNames() {
	                 ^^^^^^
RStore is a raw type. References to generic type RStore<P> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RVectorVar.java:[117] 
	public @Nullable RStore getNames() {
	                 ^^^^^^
Type safety: The return type RStore for getNames() from the type RVectorVar<TData> needs unchecked conversion to conform to RStore<?> from the type RVector<TData>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RVectorVar.java:[134] 
	public boolean hasModelChildren(final @Nullable LtkModelElementFilter filter) {
	                                                ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RVectorVar.java:[139] 
	public List<? extends CombinedRElement> getModelChildren(final @Nullable LtkModelElementFilter filter) {
	       ^^^^
The return type is incompatible with '@NonNull List<? extends @NonNull CombinedRElement>' returned from CombinedRElement.getModelChildren(LtkModelElementFilter<? super RLangElement<?>>) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RVectorVar.java:[139] 
	public List<? extends CombinedRElement> getModelChildren(final @Nullable LtkModelElementFilter filter) {
	                                                                         ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RVectorVar.java:[145] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RVectorVar.java:[145] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RVectorVar.java:[145] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RVectorVar.java:[145] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RVectorVar.java:[145] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RVectorVar.java:[145] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RVectorVar.java:[145] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RVectorVar.java:[145] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RVectorVar.java:[145] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RVectorVar.java:[145] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RVectorVar.java:[150] 
	sb.append(this.data.toString());
	               ^^^^
Potential null pointer access: this expression has type 'TData', a free type variable that may represent a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RListVar.java:[80] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RListVar.java:[80] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RListVar.java:[104] 
	factory.writeObject(this.components[i], io);
	                    ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'BasicCombinedRElement' needs unchecked conversion to conform to '@NonNull RObject'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RListVar.java:[120] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RListVar.java:[179] 
	public final @Nullable CombinedRElement get(final String name) {
	                                                  ^^^^^^
Missing non-null annotation: inherited method from CombinedRList specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RListVar.java:[179] 
	public final @Nullable CombinedRElement get(final String name) {
	                                                  ^^^^^^
Missing non-null annotation: inherited method from RList specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RListVar.java:[201] 
	public final boolean hasModelChildren(final @Nullable LtkModelElementFilter filter) {
	                                                      ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RListVar.java:[210] 
	if (filter.include(component)) {
	    ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method include(LtkModelElement) belongs to the raw type LtkModelElementFilter. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RListVar.java:[219] 
	public final List<? extends CombinedRElement> getModelChildren(final @Nullable LtkModelElementFilter filter) {
	             ^^^^
The return type is incompatible with '@NonNull List<? extends @NonNull CombinedRElement>' returned from CombinedRElement.getModelChildren(LtkModelElementFilter<? super RLangElement<?>>) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RListVar.java:[219] 
	public final List<? extends CombinedRElement> getModelChildren(final @Nullable LtkModelElementFilter filter) {
	                                                                               ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RListVar.java:[224] 
	return ImCollections.newList(this.components);
	                             ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'BasicCombinedRElement[]' needs unchecked conversion to conform to 'BasicCombinedRElement @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RListVar.java:[229] 
	if (filter.include(component)) {
	    ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method include(LtkModelElement) belongs to the raw type LtkModelElementFilter. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RListVar.java:[239] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RListVar.java:[239] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RListVar.java:[239] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RListVar.java:[239] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RListVar.java:[239] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RListVar.java:[239] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RListVar.java:[239] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RListVar.java:[239] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RListVar.java:[239] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RListVar.java:[239] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RListVar.java:[239] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/util/LoadReferencesUtil.java:[188] 
	ImCollections.toList(this.resolvedElements) :
	                     ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<CombinedRElement>' needs unchecked conversion to conform to '@NonNull Collection<? extends CombinedRElement>', corresponding supertype is 'Collection<CombinedRElement>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/util/LoadReferenceRunnable.java:[68] 
	&& RElementName.isPackageFacetScopeType(name.getScope().getType()) ) {
	                                        ^^^^^^^^^^^^^^^
Potential null pointer access: The method getScope() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/util/LoadReferenceRunnable.java:[69] 
	pkgName= name.getScope().getSegmentName();
	         ^^^^^^^^^^^^^^^
Potential null pointer access: The method getScope() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/util/LoadReferenceRunnable.java:[165] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/util/LoadReferenceRunnable.java:[165] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/util/LoadReferenceRunnable.java:[170] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/util/LoadReferenceRunnable.java:[170] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/util/LoadReferenceRunnable.java:[206] 
	public void run(final RToolService service,
	                      ^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractStatetRRunnable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/r/console/core/util/LoadReferenceRunnable.java:[207] 
	final ProgressMonitor m) throws StatusException {
	      ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractStatetRRunnable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/VirtualMissingVar.java:[61] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/VirtualMissingVar.java:[87] 
	public boolean hasModelChildren(final @Nullable LtkModelElementFilter filter) {
	                                                ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/VirtualMissingVar.java:[92] 
	public List<? extends CombinedRElement> getModelChildren(final @Nullable LtkModelElementFilter filter) {
	       ^^^^
The return type is incompatible with '@NonNull List<? extends @NonNull CombinedRElement>' returned from CombinedRElement.getModelChildren(LtkModelElementFilter<? super RLangElement<?>>) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/VirtualMissingVar.java:[92] 
	public List<? extends CombinedRElement> getModelChildren(final @Nullable LtkModelElementFilter filter) {
	                                                                         ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/VirtualMissingVar.java:[98] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/VirtualMissingVar.java:[98] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/VirtualMissingVar.java:[98] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/VirtualMissingVar.java:[98] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/VirtualMissingVar.java:[98] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/VirtualMissingVar.java:[98] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/VirtualMissingVar.java:[98] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/VirtualMissingVar.java:[98] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RS4ObjectVar.java:[59] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RS4ObjectVar.java:[65] 
	this.slotValues= new BasicCombinedRElement[l];
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'BasicCombinedRElement[]' needs unchecked conversion to conform to '@NonNull BasicCombinedRElement @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RS4ObjectVar.java:[67] 
	this.slotValues[i]= factory.readObject(io, this,
					RElementName.create(RElementName.SUB_NAMEDSLOT, this.slotNames.getChar(i)));
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull BasicCombinedRElement' but this expression has type '@Nullable BasicCombinedRElement'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RS4ObjectVar.java:[129] 
	return this.slotNames.getChar(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RS4ObjectVar.java:[134] 
	return this.slotNames.getChar(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RS4ObjectVar.java:[166] 
	public boolean hasModelChildren(final @Nullable LtkModelElementFilter filter) {
	                                                ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RS4ObjectVar.java:[172] 
	if (filter.include(component)) {
	    ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method include(LtkModelElement) belongs to the raw type LtkModelElementFilter. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RS4ObjectVar.java:[181] 
	public List<? extends CombinedRElement> getModelChildren(final @Nullable LtkModelElementFilter filter) {
	                                                                         ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/RS4ObjectVar.java:[188] 
	if (filter.include(component)) {
	    ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method include(LtkModelElement) belongs to the raw type LtkModelElementFilter. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/BasicCombinedRElement.java:[44] 
	this.elementName= name;
	                  ^^^^
Null type mismatch (type annotations): required '@NonNull RElementName' but this expression has type '@Nullable RElementName'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/BasicCombinedRElement.java:[60] 
	public @Nullable String getId() {
	       ^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull String' returned from LtkModelElement<RLangElement<?>>.getId() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/BasicCombinedRElement.java:[95] 
	public @Nullable SourceUnit getSourceUnit() {
	       ^^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull SourceUnit' returned from SourceElement<RLangElement<?>>.getSourceUnit() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/rdata/BasicCombinedRElement.java:[131] 
	return singleHash() - this.parent.singleHash();
	                           ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/console/core/RObjectDB.java:[161] 
	final EnvironmentEntry entry= this.envsMap.get(handle);
	                                               ^^^^^^
Null type safety (type annotations): The expression of type 'Long' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/console/core/RObjectDB.java:[280] 
	final RObjectDB.NamespaceEntry newEntry= this.namespaceMap.get(name);
	                                                               ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/console/core/RObjectDB.java:[310] 
	this.searchEnvsPublic= Collections.unmodifiableList(this.searchEnvs);
	                                                    ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<REnvironmentVar>' needs unchecked conversion to conform to '@NonNull List<? extends REnvironmentVar>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/console/core/RObjectDB.java:[311] 
	final RVector<RCharacterStore> searchObj= RDataUtils.checkRCharVector(
	              ^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'RCharacterStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/console/core/RObjectDB.java:[312] 
	this.r.evalData("base::search()", m)); //$NON-NLS-1$
	                                  ^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/console/core/RObjectDB.java:[326] 
	final RVector<RCharacterStore> searchObj= RDataUtils.checkRCharVector(
	              ^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'RCharacterStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/console/core/RObjectDB.java:[327] 
	this.r.evalData("base::loadedNamespaces()", m )); //$NON-NLS-1$
	                                            ^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/console/core/RObjectDB.java:[433] 
	RObjectDB.NamespaceEntry entry= this.namespaceMap.get(name);
	                                                      ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/console/core/RObjectDB.java:[436] 
	this.namespaceMap.put(name, entry);
	                      ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/console/core/RObjectDB.java:[609] 
	loadOptions, RService.DEPTH_INFINITE, null, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/console/core/RObjectDB.java:[620] 
	loadOptions, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/console/core/RObjectDB.java:[627] 
	loadOptions, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/console/core/RObjectDB.java:[754] 
	ImCollections.concatList(this.forceUpdatePkgNames, names) :
	                         ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<String>' needs unchecked conversion to conform to '@NonNull Collection<? extends String>', corresponding supertype is 'Collection<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/org/eclipse/statet/internal/r/console/core/RObjectDB.java:[754] 
	ImCollections.concatList(this.forceUpdatePkgNames, names) :
	                                                   ^^^^^
Null type safety (type annotations): The expression of type 'List<String>' needs unchecked conversion to conform to '@NonNull Collection<? extends String>', corresponding supertype is 'Collection<String>'
425 problems (0 errors, 413 warnings, 413 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.r.console.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.r.console.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/target/org.eclipse.statet.r.console.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.r.console.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.r.console.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/target/org.eclipse.statet.r.console.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r.console.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.r.console.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.r.console.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/target/org.eclipse.statet.r.console.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.r.console.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/target/org.eclipse.statet.r.console.core-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/target/org.eclipse.statet.r.console.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.r.console.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.core/target/org.eclipse.statet.r.console.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.r.console.core ---
[INFO] 
[INFO] ------------< org.eclipse.statet.r:org.eclipse.statet.r.ui >------------
[INFO] Building StatET R - UI  (Incubation) 4.2.4.202103250600-r      [112/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r.ui ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.r.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.r.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.r.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.r.ui ---
[INFO] Compiling 366 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RPathCompletionComputer.java:[145] 
	final ITypedRegion partition= TextUtilities.getPartition(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RPathCompletionComputer.java:[209] 
	final int startOffset, final String segmentPrefix, final String completionPrefix,
	                                                         ^^^^^^
Illegal redefinition of parameter completionPrefix, inherited method from PathCompletionComputor declares this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RPathCompletionComputer.java:[220] 
	final List<IResourceMapping> mappings= rmManager
							.getResourceMappingsFor(address, ResourceMappingOrder.REMOTE);
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<IResourceMapping>' needs unchecked conversion to conform to 'List<@NonNull IResourceMapping>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RPathCompletionComputer.java:[227] 
	else if (path.isPrefixOf(remotePath)) {
	                         ^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RPathCompletionComputer.java:[239] 
	mapping.getFileStore(), remotePath.toString(), completionPrefix,
	^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IFileStore' needs unchecked conversion to conform to '@NonNull IFileStore'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RPathCompletionComputer.java:[240] 
	null ));
	^^^^
Null type mismatch: required '@NonNull IContainer' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RPathCompletionComputer.java:[274] 
	completion= RUtil.escapeCompletely(completion);
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitUptoSelectionHandler.java:[76] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitUptoSelectionHandler.java:[76] 
	public void updateElement(final UIElement element, final Map parameters) {
	                                                         ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitUptoSelectionHandler.java:[76] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitUptoSelectionHandler.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitUptoSelectionHandler.java:[116] 
	final SourceStructElement[] elements = LTKSelectionUtils.getSelectedSourceStructElements(selection);
	      ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitUptoSelectionHandler.java:[135] 
	protected List<String> getCodeLinesUpto(final SourceStructElement element,
	                                              ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitUptoSelectionHandler.java:[139] 
	if (su == null) {
			return null;
		}
	                ^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitUptoSelectionHandler.java:[146] 
	su.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitUptoSelectionHandler.java:[161] 
	su.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/tools/LoadRImageRunnable.java:[48] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/tools/LoadRImageRunnable.java:[53] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/tools/LoadRImageRunnable.java:[58] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/tools/LoadRImageRunnable.java:[63] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/tools/LoadRImageRunnable.java:[68] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/tools/LoadRImageRunnable.java:[68] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/tools/LoadRImageRunnable.java:[73] 
	r.submitToConsole(command, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/tools/LoadRImageRunnable.java:[76] 
	r.refreshWorkspaceData(RWorkspace.REFRESH_AUTO, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/InlineTempHandler.java:[42] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/NatTableContributionItem.java:[287] 
	} else {
				item.setText(text + '\t' + keyBindingText);
			}
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/NatTableContributionItem.java:[373] 
	final int idx= s.indexOf(this.mnemonic);
	                         ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/NatTableContributionItem.java:[411] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/NatTableContributionItem.java:[494] 
	final Menu menu= menuManager.createContextMenu(ti.getParent());
	                                               ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ToolBar' needs unchecked conversion to conform to '@NonNull Control'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/NatTableContributionItem.java:[500] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataEditor.java:[51] 
	RElementName next= objName.getNextSegment();
	                   ^^^^^^^
Potential null pointer access: The variable objName may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataEditor.java:[61] 
	return new BasicFQRObjectRef(tool,
				new RLanguageImpl(RLanguage.CALL, envName.getDisplayName(RElementName.DISPLAY_FQN | RElementName.DISPLAY_EXACT), null),
				new RLanguageImpl(RLanguage.CALL, objName.getDisplayName(RElementName.DISPLAY_EXACT), null) );
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor BasicFQRObjectRef(Object, RObject, RObject) belongs to the raw type BasicFQRObjectRef. References to generic type BasicFQRObjectRef<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataEditor.java:[61] 
	return new BasicFQRObjectRef(tool,
				new RLanguageImpl(RLanguage.CALL, envName.getDisplayName(RElementName.DISPLAY_FQN | RElementName.DISPLAY_EXACT), null),
				new RLanguageImpl(RLanguage.CALL, objName.getDisplayName(RElementName.DISPLAY_EXACT), null) );
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type BasicFQRObjectRef needs unchecked conversion to conform to FQRObjectRef<RTool>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataEditor.java:[61] 
	return new BasicFQRObjectRef(tool,
	           ^^^^^^^^^^^^^^^^^
BasicFQRObjectRef is a raw type. References to generic type BasicFQRObjectRef<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataEditor.java:[62] 
	new RLanguageImpl(RLanguage.CALL, envName.getDisplayName(RElementName.DISPLAY_FQN | RElementName.DISPLAY_EXACT), null),
	                                  ^^^^^^^
Potential null pointer access: The variable envName may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataEditor.java:[62] 
	new RLanguageImpl(RLanguage.CALL, envName.getDisplayName(RElementName.DISPLAY_FQN | RElementName.DISPLAY_EXACT), null),
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataEditor.java:[63] 
	new RLanguageImpl(RLanguage.CALL, objName.getDisplayName(RElementName.DISPLAY_EXACT), null) );
	                                  ^^^^^^^
Potential null pointer access: The variable objName may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataEditor.java:[63] 
	new RLanguageImpl(RLanguage.CALL, objName.getDisplayName(RElementName.DISPLAY_EXACT), null) );
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataEditor.java:[72] 
	final RElementName elementName, final FQRObjectRef elementRef, final long[] indexes) {
	                                      ^^^^^^^^^^^^
FQRObjectRef is a raw type. References to generic type FQRObjectRef<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rtools/RunPrintInR.java:[45] 
	public Object execute(final ExecutionEvent arg) throws ExecutionException {
	                            ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeStylePreferenceBlock.java:[99] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeStylePreferenceBlock.java:[128] 
	setupPreferenceManager(prefs);
	                       ^^^^^
Null type safety (type annotations): The expression of type 'Map<Preference<?>,String>' needs unchecked conversion to conform to '@NonNull Map<@NonNull Preference<?>,@Nullable String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeStylePreferenceBlock.java:[228] 
	protected void addBindings(final DataBindingSupport db) {
	                                 ^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ManagedConfigurationBlock specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeStylePreferenceBlock.java:[229] 
	this.stdIndentSettings.addBindings(db, this.model);
	                                   ^^
Null type safety (type annotations): The expression of type 'DataBindingSupport' needs unchecked conversion to conform to '@NonNull DataBindingSupport'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeStylePreferenceBlock.java:[229] 
	this.stdIndentSettings.addBindings(db, this.model);
	                                       ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RCodeStyleSettings' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeStylePreferenceBlock.java:[233] 
	.observe(this.indentBlockDepth),
	         ^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeStylePreferenceBlock.java:[235] 
	.observe(db.getRealm(), this.model),
	         ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeStylePreferenceBlock.java:[235] 
	.observe(db.getRealm(), this.model),
	                        ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RCodeStyleSettings' needs unchecked conversion to conform to '@NonNull RCodeStyleSettings'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeStylePreferenceBlock.java:[236] 
	new UpdateValueStrategy<String, Integer>()
						.setAfterGetValidator(new IntegerValidator(1, 10,
								Messages.RCodeStyle_Indent_IndentInBlocks_error_message )),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'UpdateValueStrategy<String,Integer>' needs unchecked conversion to conform to '@Nullable UpdateValueStrategy<? super @NonNull String,? extends @NonNull Integer>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeStylePreferenceBlock.java:[242] 
	.observe(this.indentGroupDepth),
	         ^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeStylePreferenceBlock.java:[244] 
	.observe(db.getRealm(), this.model),
	         ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeStylePreferenceBlock.java:[244] 
	.observe(db.getRealm(), this.model),
	                        ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RCodeStyleSettings' needs unchecked conversion to conform to '@NonNull RCodeStyleSettings'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeStylePreferenceBlock.java:[245] 
	new UpdateValueStrategy<String, Integer>()
						.setAfterGetValidator(new IntegerValidator(1, 10,
								Messages.RCodeStyle_Indent_IndentInGroups_error_message )),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'UpdateValueStrategy<String,Integer>' needs unchecked conversion to conform to '@Nullable UpdateValueStrategy<? super @NonNull String,? extends @NonNull Integer>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeStylePreferenceBlock.java:[251] 
	.observe(this.indentWrappedCommandDepth),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeStylePreferenceBlock.java:[253] 
	.observe(db.getRealm(), this.model),
	         ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeStylePreferenceBlock.java:[253] 
	.observe(db.getRealm(), this.model),
	                        ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RCodeStyleSettings' needs unchecked conversion to conform to '@NonNull RCodeStyleSettings'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeStylePreferenceBlock.java:[254] 
	new UpdateValueStrategy<String, Integer>()
						.setAfterGetValidator(new IntegerValidator(1, 10,
								Messages.RCodeStyle_Indent_IndentOfWrappedCommands_error_message )),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'UpdateValueStrategy<String,Integer>' needs unchecked conversion to conform to '@Nullable UpdateValueStrategy<? super @NonNull String,? extends @NonNull Integer>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeStylePreferenceBlock.java:[262] 
	.observe(operator.wsBeforeControl),
	         ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Button' needs unchecked conversion to conform to '@NonNull Button'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeStylePreferenceBlock.java:[263] 
	BeanProperties.value(RCodeStyleSettings.class, operator.wsBeforeProp, Boolean.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeStylePreferenceBlock.java:[264] 
	.observe(db.getRealm(), this.model) );
	         ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeStylePreferenceBlock.java:[264] 
	.observe(db.getRealm(), this.model) );
	                        ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RCodeStyleSettings' needs unchecked conversion to conform to '@NonNull RCodeStyleSettings'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeStylePreferenceBlock.java:[267] 
	.observe(operator.wsAfterControl),
	         ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Button' needs unchecked conversion to conform to '@NonNull Button'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeStylePreferenceBlock.java:[268] 
	BeanProperties.value(RCodeStyleSettings.class, operator.wsAfterProp, Boolean.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeStylePreferenceBlock.java:[269] 
	.observe(db.getRealm(), this.model) );
	         ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeStylePreferenceBlock.java:[269] 
	.observe(db.getRealm(), this.model) );
	                        ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RCodeStyleSettings' needs unchecked conversion to conform to '@NonNull RCodeStyleSettings'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeStylePreferenceBlock.java:[273] 
	.observe(this.nlFDefBodyBlockBefore),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Button' needs unchecked conversion to conform to '@NonNull Button'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeStylePreferenceBlock.java:[275] 
	.observe(db.getRealm(), this.model) );
	         ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeStylePreferenceBlock.java:[275] 
	.observe(db.getRealm(), this.model) );
	                        ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RCodeStyleSettings' needs unchecked conversion to conform to '@NonNull RCodeStyleSettings'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeStylePreferenceBlock.java:[289] 
	setPrefValues(this.model.toPreferencesMap());
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<Preference<?>,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull Preference<?>,@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInWorkspaceWizard.java:[110] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInWorkspaceWizard.java:[124] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInWorkspaceWizard.java:[138] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInWorkspaceWizard.java:[152] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInWorkspaceWizard.java:[166] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInWorkspaceWizard.java:[195] 
	.observe(this.variableNameControl),
	         ^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInWorkspaceWizard.java:[197] 
	.observe(getRefactoring()),
	         ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RenameInWorkspaceRefactoring' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInWorkspaceWizard.java:[198] 
	new UpdateValueStrategy<String, String>()
							.setAfterGetValidator((final String text) -> {
								final RenameInWorkspaceRefactoring refactoring= getRefactoring();
								final RefactoringStatus status= refactoring.checkNewName(text);
								if (status.isOK() && refactoring.getCurrentName().equals(text)) {
									return Status.CANCEL_STATUS;
								}
								return new RefactoringBasedStatus(status);
							}),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'UpdateValueStrategy<String,String>' needs unchecked conversion to conform to '@Nullable UpdateValueStrategy<? super @NonNull String,? extends @NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindDataDialog.java:[72] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindDataDialog.java:[75] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindDataDialog.java:[81] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindDataDialog.java:[84] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindDataDialog.java:[141] 
	this.fWindow.getActivePage().addPartListener(this.fPartListener);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getActivePage() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindDataDialog.java:[141] 
	this.fWindow.getActivePage().addPartListener(this.fPartListener);
	                                             ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'FindDataDialog.PartListener' needs unchecked conversion to conform to '@NonNull IPartListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindDataDialog.java:[142] 
	this.fPart= this.fWindow.getActivePage().getActivePart();
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getActivePage() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindDataDialog.java:[153] 
	return DialogUtils.getDialogSettings(RUIPlugin.getInstance(), "RDataTable.FindDialog");
	                                     ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RUIPlugin' needs unchecked conversion to conform to '@NonNull AbstractUIPlugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindDataDialog.java:[173] 
	page.removePartListener(this.fPartListener);
	                        ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'FindDataDialog.PartListener' needs unchecked conversion to conform to '@NonNull IPartListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindDataDialog.java:[218] 
	new GridData(SWT.FILL, SWT.CENTER, true, false), this.fTextControl, 25 ));
	                                                 ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Combo' needs unchecked conversion to conform to '@NonNull Combo'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindDataDialog.java:[222] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindDataDialog.java:[229] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindDataDialog.java:[291] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindDataDialog.java:[305] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindDataDialog.java:[422] 
	final String[] history= DialogUtils.combineHistoryItems(this.fTextControl.getItems(), null);
	                                                                                      ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindDataDialog.java:[447] 
	table.addFindListener(this.fFindListener);
	^^^^^
Potential null pointer access: The variable table may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/RSourceCodeAdapter.java:[43] 
	protected void getSourceCode(final SourceElement element, final AbstractDocument doc,
	                                   ^^^^^^^^^^^^^
SourceElement is a raw type. References to generic type SourceElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/RSourceCodeAdapter.java:[48] 
	final List<SourceComponent> components = (List<SourceComponent>)element.getAdapter(SourceComponent.class);
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from SourceComponent to List<SourceComponent>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/RSourceCodeAdapter.java:[49] 
	for (final SourceComponent component : components) {
	                                       ^^^^^^^^^^
Potential null pointer access: The variable components may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/RSourceCodeAdapter.java:[62] 
	final List<? extends SourceStructElement> children = ((SourceStructElement) element).getSourceChildren(null);
	                     ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/RSourceCodeAdapter.java:[62] 
	final List<? extends SourceStructElement> children = ((SourceStructElement) element).getSourceChildren(null);
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method getSourceChildren(LtkModelElementFilter) belongs to the raw type SourceStructElement. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/RSourceCodeAdapter.java:[62] 
	final List<? extends SourceStructElement> children = ((SourceStructElement) element).getSourceChildren(null);
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<? extends SourceStructElement>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/RSourceCodeAdapter.java:[62] 
	final List<? extends SourceStructElement> children = ((SourceStructElement) element).getSourceChildren(null);
	                                                       ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/RSourceCodeAdapter.java:[63] 
	for (final SourceStructElement child : children) {
	           ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/StatetRGraphicCopyToDevWizard.java:[100] 
	this.newLocationValue= new WritableValue<>(realm, "", String.class);
	                                           ^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/StatetRGraphicCopyToDevWizard.java:[101] 
	this.openFileValue= new WritableValue<>(realm, Boolean.FALSE, Boolean.class);
	                                        ^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/StatetRGraphicCopyToDevWizard.java:[154] 
	this.locationGroup.getObservable(),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/StatetRGraphicCopyToDevWizard.java:[155] 
	this.newLocationValue,
	^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/StatetRGraphicCopyToDevWizard.java:[161] 
	.observe(this.openFileControl),
	         ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Button' needs unchecked conversion to conform to '@NonNull Button'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/StatetRGraphicCopyToDevWizard.java:[162] 
	this.openFileValue );
	^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<Boolean>' needs unchecked conversion to conform to '@NonNull IObservableValue<Boolean>'
108. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/StatetRGraphicCopyToDevWizard.java (at line 163)
	this.openFileValue.setValue(getDialogSettings().getBoolean(SETTINGS_OPEN + this.settingType));
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/StatetRGraphicCopyToDevWizard.java:[170] 
	DialogUtils.saveHistorySettings(settings, SETTINGS_HISTORY+this.settingType, this.newLocationValue.getValue());
	                                ^^^^^^^^
Null type safety (type annotations): The expression of type 'IDialogSettings' needs unchecked conversion to conform to '@NonNull IDialogSettings'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/StatetRGraphicCopyToDevWizard.java:[170] 
	DialogUtils.saveHistorySettings(settings, SETTINGS_HISTORY+this.settingType, this.newLocationValue.getValue());
	                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/StatetRGraphicCopyToDevWizard.java:[207] 
	setDialogSettings(DialogUtils.getDialogSettings(RUIPlugin.getInstance(), "GraphicCopyToDev-Wizard")); //$NON-NLS-1$
	                                                ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RUIPlugin' needs unchecked conversion to conform to '@NonNull AbstractUIPlugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/StatetRGraphicCopyToDevWizard.java:[237] 
	this.graphic.getRHandle().getQueue().add(new CopyToDevRunnable(
	^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRHandle() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/StatetRGraphicCopyToDevWizard.java:[248] 
	((IRBasicAdapter) r).refreshWorkspaceData(0, m);
	                                             ^
Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor'
114. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/StatetRGraphicCopyToDevWizard.java (at line 293)
	this.graphic.getDevId() + 1 ),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[127] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[155] 
	private static final long BLOCKING_WAIT= 300_000000;
	                          ^^^^^^^^^^^^^
The value of the field AbstractRDataProvider<T>.BLOCKING_WAIT is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[157] 
	private class MainLock extends Lock implements LazyRStore.Updater {
	              ^^^^^^^^
The serializable class MainLock does not declare a static final serialVersionUID field of type long
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[157] 
	private class MainLock extends Lock implements LazyRStore.Updater {
	                                               ^^^^^^^^^^^^^^^^^^
LazyRStore.Updater is a raw type. References to generic type LazyRStore.Updater<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[160] 
	private final List<Fragment> waitingFragments= new ArrayList<>();
	                   ^^^^^^^^
LazyRStore.Fragment is a raw type. References to generic type LazyRStore.Fragment<W> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[164] 
	public void scheduleUpdate(final LazyRStore store,
	                                 ^^^^^^^^^^
LazyRStore is a raw type. References to generic type LazyRStore<V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[164] 
	public void scheduleUpdate(final LazyRStore store,
	                                 ^^^^^^^^^^
Missing non-null annotation: inherited method from LazyRStore.Updater specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[165] 
	final RDataAssignment assignment, final Fragment fragment,
	      ^^^^^^^^^^^^^^^
Missing nullable annotation: inherited method from LazyRStore.Updater specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[165] 
	final RDataAssignment assignment, final Fragment fragment,
	                                        ^^^^^^^^
LazyRStore.Fragment is a raw type. References to generic type LazyRStore.Fragment<W> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[165] 
	final RDataAssignment assignment, final Fragment fragment,
	                                        ^^^^^^^^
Missing nullable annotation: inherited method from LazyRStore.Updater specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[166] 
	final int flags, final ProgressMonitor m) {
	                       ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from LazyRStore.Updater specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[281] 
	private final LazyRStore<RVector<?>> rowNamesStore= new LazyRStore<>(AbstractRDataProvider.this.rowCount, 1,
				10, AbstractRDataProvider.this.fragmentsLock);
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type LazyRStore needs unchecked conversion to conform to LazyRStore<RVector<?>>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[281] 
	private final LazyRStore<RVector<?>> rowNamesStore= new LazyRStore<>(AbstractRDataProvider.this.rowCount, 1,
				10, AbstractRDataProvider.this.fragmentsLock);
	                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor LazyRStore(long, long, int, LazyRStore.Updater) belongs to the raw type LazyRStore. References to generic type LazyRStore<V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[282] 
	10, AbstractRDataProvider.this.fragmentsLock);
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'AbstractRDataProvider<T extends RObject>.MainLock' needs unchecked conversion to conform to 'LazyRStore.@NonNull Updater'
129. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java (at line 364)
	return Collections.singletonList(sortColumn.id);
	                                 ^^^^^^^^^^^^^
The expression of type long is boxed into Long
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[424] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[429] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[434] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[439] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[447] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[447] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[456] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[461] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[466] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[471] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[493] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[493] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[502] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[507] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[512] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[517] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[529] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[529] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[586] 
	protected AbstractRDataProvider(final IRDataTableInput input,
			final AbstractRDataAdapter<T, T> adapter, final T initialRObject) {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The field rObjectStruct may not have been initialized, whereas its type 'T' is a free type variable that may represent a '@NonNull' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[605] 
	this.dataStore= new LazyRStore<>(this.rowCount, this.columnCount, dataMax, this.fragmentsLock);
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type LazyRStore needs unchecked conversion to conform to LazyRStore<T>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[605] 
	this.dataStore= new LazyRStore<>(this.rowCount, this.columnCount, dataMax, this.fragmentsLock);
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor LazyRStore(long, long, int, LazyRStore.Updater<Object>) belongs to the raw type LazyRStore. References to generic type LazyRStore<V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[605] 
	this.dataStore= new LazyRStore<>(this.rowCount, this.columnCount, dataMax, this.fragmentsLock);
	                                                                           ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'AbstractRDataProvider<T extends RObject>.MainLock' needs unchecked conversion to conform to 'LazyRStore.@NonNull Updater<Object>', corresponding supertype is 'LazyRStore.Updater'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[605] 
	this.dataStore= new LazyRStore<>(this.rowCount, this.columnCount, dataMax, this.fragmentsLock);
	                                                                           ^^^^^^^^^^^^^^^^^^
Type safety: The expression of type AbstractRDataProvider<T>.MainLock needs unchecked conversion to conform to LazyRStore.Updater<Object>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[658] 
	final Status status= tool.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[680] 
	this.rTmpItem= TmpUtils.newItem("viewer", r, m);
	                                          ^
Null type safety (type annotations): The expression of type 'RToolService' needs unchecked conversion to conform to '@NonNull RService'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[680] 
	this.rTmpItem= TmpUtils.newItem("viewer", r, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[704] 
	((ICombinedRDataAdapter) r).evalCombinedStruct(this.input.getElementName(), 0, 1, m) :
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RElementName' needs unchecked conversion to conform to '@NonNull RElementName'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[704] 
	((ICombinedRDataAdapter) r).evalCombinedStruct(this.input.getElementName(), 0, 1, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[705] 
	r.evalData(this.input.getFullName(), null, RObjectFactory.F_ONLY_STRUCT, 1, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[705] 
	r.evalData(this.input.getFullName(), null, RObjectFactory.F_ONLY_STRUCT, 1, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[808] 
	FQRObjectRef elementRef= null;
	^^^^^^^^^^^^
FQRObjectRef is a raw type. References to generic type FQRObjectRef<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[837] 
	final LazyRStore<RVector<?>> namesStore= ((RowDataProvider) this.rowDataProvider).rowNamesStore;
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from IDataProvider to AbstractRDataProvider<T>.RowDataProvider
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[916] 
	private FQRObjectRef checkElementRef(final FQRObjectRef elementRef,
	        ^^^^^^^^^^^^
FQRObjectRef is a raw type. References to generic type FQRObjectRef<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[916] 
	private FQRObjectRef checkElementRef(final FQRObjectRef elementRef,
	                                           ^^^^^^^^^^^^
FQRObjectRef is a raw type. References to generic type FQRObjectRef<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[924] 
	r.evalData(((RLanguage) env).getSource(),
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[925] 
	null, 0, RService.DEPTH_REFERENCE, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[927] 
	return new BasicFQRObjectRef(elementRef.getRHandle(), env, elementRef.getName());
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor BasicFQRObjectRef(Object, RObject, RObject) belongs to the raw type BasicFQRObjectRef. References to generic type BasicFQRObjectRef<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[927] 
	return new BasicFQRObjectRef(elementRef.getRHandle(), env, elementRef.getName());
	           ^^^^^^^^^^^^^^^^^
BasicFQRObjectRef is a raw type. References to generic type BasicFQRObjectRef<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[954] 
	this.rTmpItem.set(this.rCacheSort, cmd.toString(), 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[954] 
	this.rTmpItem.set(this.rCacheSort, cmd.toString(), 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[980] 
	this.rTmpItem.set(this.rCacheFilter, filter, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[980] 
	this.rTmpItem.set(this.rCacheFilter, filter, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[982] 
	call.addChar(RJTmp.FILTER_PAR, this.rCacheFilter);
	                               ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[983] 
	filteredRowCount= RDataUtils.checkSingleIntValue(call.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1007] 
	this.rTmpItem.set(this.rCacheIdx, cmd.toString(), 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1007] 
	this.rTmpItem.set(this.rCacheIdx, cmd.toString(), 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1011] 
	call.addChar(RJTmp.NAME_PAR, this.rCacheIdx);
	                             ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1012] 
	call.addChar(RJTmp.FILTER_PAR, this.rCacheFilter);
	                               ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1013] 
	call.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1017] 
	call.addChar(RJTmp.NAME_PAR, this.rCacheIdx);
	                             ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1018] 
	call.addChar(RJTmp.FILTER_PAR, this.rCacheFilter);
	                               ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1019] 
	call.addChar(RJTmp.INDEX_PAR, this.rCacheSort);
	                              ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1020] 
	call.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1037] 
	call.addChar(RJTmp.INDEX_PAR, this.rCacheIdx);
	                              ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1039] 
	call.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1044] 
	this.rTmpItem.remove(name, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1060] 
	protected RDataTableColumn createColumn(final RStore store, final String expression,
	                                              ^^^^^^
RStore is a raw type. References to generic type RStore<P> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1068] 
	call.add(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1069] 
	rObject= call.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1070] 
	final RVector<RCharacterStore> names= RDataUtils.checkRCharVector(rObject);
	              ^^^^^^^^^^^^^^^
Null constraint mismatch: The type 'RCharacterStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1071] 
	classNames= ImCollections.newList(names.getData().toArray());
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1093] 
	call.add("x", expression); //$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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1094] 
	rObject= call.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1117] 
	call.add("x", expression); //$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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1118] 
	rObject= call.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1129] 
	call.add("x", expression); //$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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1130] 
	rObject= call.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1141] 
	call.add("x", expression); //$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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1142] 
	rObject= call.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1160] 
	call.add(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1161] 
	rObject= call.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1206] 
	call.add(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1208] 
	rObject= call.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1220] 
	final RObject names= r.evalData(expression, null, RObjectFactory.F_ONLY_STRUCT, 1, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1220] 
	final RObject names= r.evalData(expression, null, RObjectFactory.F_ONLY_STRUCT, 1, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1223] 
	&& (names.getData().getStoreType() == RStore.CHARACTER
	    ^^^^^^^^^^^^^^^
Potential null pointer access: The method getData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1224] 
	|| names.getData().getStoreType() == RStore.INTEGER)) {
	   ^^^^^^^^^^^^^^^
Potential null pointer access: The method getData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1247] 
	this.rTmpItem.dispose(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1254] 
	this.rTmpItem.remove(this.rCacheSort, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1254] 
	this.rTmpItem.remove(this.rCacheSort, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1262] 
	this.rTmpItem.remove(this.rCacheFilter, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1262] 
	this.rTmpItem.remove(this.rCacheFilter, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1270] 
	this.rTmpItem.remove(this.rCacheIdx, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1270] 
	this.rTmpItem.remove(this.rCacheIdx, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/AbstractRDataProvider.java:[1274] 
	this.rTmpItem.remove(this.rCacheIdxR,  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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RToolDataTableInput.java:[35] 
	private final FQRObjectRef elementRef;
	              ^^^^^^^^^^^^
FQRObjectRef is a raw type. References to generic type FQRObjectRef<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RToolDataTableInput.java:[43] 
	public RToolDataTableInput(RElementName elementName, final FQRObjectRef elementRef) {
	                                                           ^^^^^^^^^^^^
FQRObjectRef is a raw type. References to generic type FQRObjectRef<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RToolDataTableInput.java:[56] 
	this.fullName= RElementName.createDisplayName(elementName, RElementName.DISPLAY_FQN | RElementName.DISPLAY_EXACT);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createDisplayName(RElementName, int) from the type RElementName is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RToolDataTableInput.java:[59] 
	while (elementName.getNextSegment() != null) {
	       ^^^^^^^^^^^
Potential null pointer access: The variable elementName may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RToolDataTableInput.java:[88] 
	public FQRObjectRef getElementRef() {
	       ^^^^^^^^^^^^
FQRObjectRef is a raw type. References to generic type FQRObjectRef<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RToolDataTableInput.java:[105] 
	if (this.listeners.add(listener)
	                       ^^^^^^^^
Null type safety (type annotations): The expression of type 'IRDataTableInput.StateListener' needs unchecked conversion to conform to 'IRDataTableInput.@NonNull StateListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RToolDataTableInput.java:[145] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RToolDataTableInput.java:[145] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RToolDataTableInput.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RToolDataTableInput.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/Util.java:[30] 
	final IRPkgData pkg= list.get(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/Util.java:[41] 
	final IRPkgData pkg= list.get(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/InstallPkgFileWizard.java:[89] 
	this.fileValue= new WritableValue<>(realm, "", String.class); //$NON-NLS-1$
	                                    ^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/InstallPkgFileWizard.java:[90] 
	this.typeValue= new WritableValue<>(realm, null, RPkgType.class);
	                                    ^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/InstallPkgFileWizard.java:[91] 
	this.targetValue= new WritableValue<>(realm, null, RLibLocation.class);
	                                      ^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/InstallPkgFileWizard.java:[142] 
	|| RPkgUtils.getPkgType(store.getName(), InstallPkgFileWizard.this.pkgManager.getRPlatform()) == null ) {
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/InstallPkgFileWizard.java:[149] 
	this.fileControl.getObservable(),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/InstallPkgFileWizard.java:[150] 
	this.fileValue,
	^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/InstallPkgFileWizard.java:[157] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/InstallPkgFileWizard.java:[164] 
	.observe(this.targetControl.getSelectionViewer()),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TreeViewer' needs unchecked conversion to conform to '@NonNull Viewer'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/InstallPkgFileWizard.java:[165] 
	this.targetValue,
	^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<RLibLocation>' needs unchecked conversion to conform to '@NonNull IObservableValue<RLibLocation>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/InstallPkgFileWizard.java:[166] 
	new UpdateValueStrategy<Object, RLibLocation>()
							.setAfterGetValidator(this.targetControl.getValidator()),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'UpdateValueStrategy<Object,RLibLocation>' needs unchecked conversion to conform to '@Nullable UpdateValueStrategy<? super @Nullable Object,? extends RLibLocation>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/InstallPkgFileWizard.java:[175] 
	type= RPkgUtils.getPkgType(store.getName(), InstallPkgFileWizard.this.pkgManager.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/InstallPkgFileWizard.java:[180] 
	" (" + RPkgUtils.getPkgTypeInstallKey(InstallPkgFileWizard.this.pkgManager.getRPlatform(), type) + ")";
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/InstallPkgFileWizard.java:[201] 
	DialogUtils.saveHistorySettings(settings, FILE_HISTORY, this.fileValue.getValue());
	                                ^^^^^^^^
Null type safety (type annotations): The expression of type 'IDialogSettings' needs unchecked conversion to conform to '@NonNull IDialogSettings'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/InstallPkgFileWizard.java:[201] 
	DialogUtils.saveHistorySettings(settings, FILE_HISTORY, this.fileValue.getValue());
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/InstallPkgFileWizard.java:[221] 
	setDialogSettings(DialogUtils.getDialogSettings(RUIPlugin.getInstance(), "pkgmanager/InstallPkgFileWizard")); //$NON-NLS-1$
	                                                ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RUIPlugin' needs unchecked conversion to conform to '@NonNull AbstractUIPlugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/InstallPkgFileWizard.java:[239] 
	public void run(final IProgressMonitor monitor) throws InvocationTargetException, InterruptedException {
	                      ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IRunnableWithProgress specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/StatetRGraphicPage.java:[53] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/StatetRGraphicPage.java:[59] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/OptionsTab.java:[41] 
	private final RPkgManagerDialog dialog;
	                                ^^^^^^
The value of the field OptionsTab.dialog is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/OptionsTab.java:[43] 
	private final TabItem tab;
	                      ^^^
The value of the field OptionsTab.tab is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/OptionsTab.java:[86] 
	final Boolean value= PreferenceUtils.getInstancePrefs().getPreferenceValue(INSTALL_SUGGESTED_PREF);
	                                                                           ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.BooleanPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Boolean>', corresponding supertype is 'Preference<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/OptionsTab.java:[91] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/OptionsTab.java:[92] 
	PreferenceUtils.setPrefValue(InstanceScope.INSTANCE, INSTALL_SUGGESTED_PREF,
	                                                     ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.BooleanPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Boolean>', corresponding supertype is 'Preference<@NonNull Boolean>'
250. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/OptionsTab.java (at line 93)
	OptionsTab.this.suggestedButton.getSelection(),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RemoteREnvConfigDialog.java:[170] 
	.observe(this.nameControl),
	         ^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RemoteREnvConfigDialog.java:[172] 
	.observe(this.configModel),
	         ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IREnvConfiguration.WorkingCopy' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RemoteREnvConfigDialog.java:[173] 
	new UpdateValueStrategy<String, String>()
						.setAfterGetValidator((final String text) -> {
							final String s= text.trim();
							if (s.isEmpty()) {
								return ValidationStatus.error(Messages.REnv_Detail_Name_error_Missing_message);
							}
							if (RemoteREnvConfigDialog.this.existingNames.contains(s)) {
								return ValidationStatus.error(Messages.REnv_Detail_Name_error_Duplicate_message);
							}
							if (s.contains("/")) {  //$NON-NLS-1$
								return ValidationStatus.error(Messages.REnv_Detail_Name_error_InvalidChar_message);
							}
							return ValidationStatus.ok();
						}),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'UpdateValueStrategy<String,String>' needs unchecked conversion to conform to '@Nullable UpdateValueStrategy<? super @NonNull String,? extends @NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RemoteREnvConfigDialog.java:[191] 
	.observe(this.indexDirectorySelectionControl);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Button' needs unchecked conversion to conform to '@NonNull Button'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RemoteREnvConfigDialog.java:[194] 
	.observe(this.indexServerSelectionControl);
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Button' needs unchecked conversion to conform to '@NonNull Button'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RemoteREnvConfigDialog.java:[201] 
	.observe(this.configModel) );
	         ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IREnvConfiguration.WorkingCopy' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RemoteREnvConfigDialog.java:[205] 
	.observe(this.indexDirectorResourceControl),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ResourceInputComposite' needs unchecked conversion to conform to '@NonNull Widget'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RemoteREnvConfigDialog.java:[208] 
	this.indexDirectorResourceControl.getObservable(),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RemoteREnvConfigDialog.java:[210] 
	.observe(this.configModel) );
	         ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IREnvConfiguration.WorkingCopy' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RemoteREnvConfigDialog.java:[214] 
	.observe(this.indexServerUrlControl),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RemoteREnvConfigDialog.java:[218] 
	.observe(this.indexServerUrlControl),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RemoteREnvConfigDialog.java:[220] 
	.observe(this.configModel) );
	         ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IREnvConfiguration.WorkingCopy' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REnvSelectionComposite.java:[87] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REnvSelectionComposite.java:[109] 
	fireValueChange(Diffs.createValueDiff(oldValue, newValue));
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ValueDiff<String>' needs unchecked conversion to conform to '@NonNull ValueDiff<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REnvSelectionComposite.java:[121] 
	public IStatus validate(final Object dummy) {
	       ^^^^^^^
The return type is incompatible with '@NonNull IStatus' returned from IValidator<Object>.validate(Object) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REnvSelectionComposite.java:[228] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REnvSelectionComposite.java:[238] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REnvSelectionComposite.java:[247] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REnvSelectionComposite.java:[256] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REnvSelectionComposite.java:[266] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REnvSelectionComposite.java:[283] 
	Collections.sort(this.validREnvs, RENV_COMPARATOR);
	                 ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<REnv>' needs unchecked conversion to conform to '@NonNull List<REnv>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REnvSelectionComposite.java:[312] 
	list.add(rEnvConfig.getREnv());
	         ^^^^^^^^^^
Potential null pointer access: The variable rEnvConfig may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REnvSelectionComposite.java:[403] 
	this.listeners.add(listener);
	                   ^^^^^^^^
Null type safety (type annotations): The expression of type 'REnvSelectionComposite.ChangeListener' needs unchecked conversion to conform to 'REnvSelectionComposite.@NonNull ChangeListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeStylePreferencePage.java:[63] 
	return ((ManagedConfigurationBlock) getBlock()).hasProjectSpecificOptions(project);
	                                                                          ^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/AbstractREnvHandler.java:[58] 
	return rEnv;
	       ^^^^
Null type safety (type annotations): The expression of type 'REnv' needs unchecked conversion to conform to '@NonNull REnv'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/rhelp/RHelpUICommandHandler.java:[43] 
	public Status execute(final String id, final RToolService r, final Map<String, Object> data,
	       ^^^^^^
The return type is incompatible with '@NonNull Status' returned from AbstractRToolCommandHandler.execute(String, RToolService, Map<String,Object>, ProgressMonitor) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/rhelp/RHelpUICommandHandler.java:[43] 
	public Status execute(final String id, final RToolService r, final Map<String, Object> data,
	                            ^^^^^^
Missing non-null annotation: inherited method from AbstractRToolCommandHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/rhelp/RHelpUICommandHandler.java:[43] 
	public Status execute(final String id, final RToolService r, final Map<String, Object> data,
	                                             ^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractRToolCommandHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/rhelp/RHelpUICommandHandler.java:[43] 
	public Status execute(final String id, final RToolService r, final Map<String, Object> data,
	                                                                   ^^^
Missing non-null annotation: inherited method from AbstractRToolCommandHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/rhelp/RHelpUICommandHandler.java:[44] 
	final ProgressMonitor m) {
	      ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractRToolCommandHandler specifies this parameter as @NonNull
281. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/rhelp/RHelpUICommandHandler.java (at line 46)
	String url= ToolCommandHandlerUtils.getCheckedData(data, "url", String.class, true);
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'C=@NonNull String'. Declaring type 'ToolCommandHandlerUtils' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/rhelp/RHelpUICommandHandler.java:[64] 
	return EStatusUtils.convert(handler.execute(process, url));
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IStatus' but this expression has type '@Nullable IStatus'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/ui/RErrorLineTracker.java:[89] 
	fileValidator.setExplicit(URIUtil.toPath(this.pathBaseFolder.toURI()).append(this.path).makeAbsolute());
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method toPath(URI) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/ui/RErrorLineTracker.java:[106] 
	editor= IDE.openEditor(UIAccess.getActiveWorkbenchPage(true), fileValidator.getFileStore().toURI(), RUI.R_EDITOR_ID, true);
	                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getFileStore() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/ui/RErrorLineTracker.java:[112] 
	final IRegion lineInfo= doc.getLineInformation(this.line);
	                        ^^^
Potential null pointer access: The variable doc may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/ui/RErrorLineTracker.java:[189] 
	final int srcLineNum= Integer.parseInt(this.numLineGroupMatcher.group(2));
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/ui/RErrorLineTracker.java:[201] 
	final int srcLineNum= Integer.parseInt(this.checkLineGroupMatcher.group(3));
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RLibrarySelectionComposite.java:[58] 
	public IStatus validate(final Object value) {
	       ^^^^^^^
The return type is incompatible with '@NonNull IStatus' returned from IValidator<Object>.validate(Object) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RLibrarySelectionComposite.java:[73] 
	final RLibLocationInfo info= this.libPaths.getInfo(libLocation);
	                                                   ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RLibLocation' needs unchecked conversion to conform to '@NonNull RLibLocation'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RLibrarySelectionComposite.java:[102] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RLibrarySelectionComposite.java:[102] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RLibrarySelectionComposite.java:[102] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RLibrarySelectionComposite.java:[108] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RLibrarySelectionComposite.java:[108] 
	public Object[] getElements(final Object inputElement) {
	                                  ^^^^^^
Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RLibrarySelectionComposite.java:[112] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RLibrarySelectionComposite.java:[116] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RLibrarySelectionComposite.java:[127] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RLibrarySelectionComposite.java:[127] 
	public Object[] getChildren(final Object parentElement) {
	                                  ^^^^^^
Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementViewerDragSourceListener.java:[52] 
	return (ITreeSelection) this.viewer.getSelection();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ITreeSelection' needs unchecked conversion to conform to '@NonNull ITreeSelection'
300. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/RDataLayer.java (at line 88)
	entry.setValue((int) (
							(entry.getValue() - this.spacing) * factor + spacing + 0.5 ));
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
301. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/RDataLayer.java (at line 89)
	(entry.getValue() - this.spacing) * factor + spacing + 0.5 ));
	 ^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
302. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/RDataLayer.java (at line 105)
	return columnWidth * position;
	       ^^^^^^^^^^^
The expression of type Integer is unboxed into long
303. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/RDataLayer.java (at line 203)
	size );
	^^^^
The expression of type int is boxed into Integer
304. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/RDataLayer.java (at line 210)
	getAutoSize(position) );
	^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/nostart/SupportFileCommandTester.java:[85] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/nostart/SupportFileCommandTester.java:[85] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/nostart/SupportFileCommandTester.java:[85] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/nostart/SupportFileCommandTester.java:[85] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/REditorTextHover.java:[47] 
	public IRegion getHoverRegion(final ITextViewer textViewer, final int offset) {
	                                    ^^^^^^^^^^^
Missing non-null annotation: inherited method from EditorTextInfoHoverProxy specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/REditorTextHover.java:[53] 
	this.scanner.configure(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/REditorTextHover.java:[77] 
	protected AssistInvocationContext createContext(final IRegion region, final String contentType,
	                                                      ^^^^^^^
Missing non-null annotation: inherited method from EditorTextInfoHoverProxy specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/REditorTextHover.java:[77] 
	protected AssistInvocationContext createContext(final IRegion region, final String contentType,
	                                                                            ^^^^^^
Missing non-null annotation: inherited method from EditorTextInfoHoverProxy specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/REditorTextHover.java:[78] 
	final IProgressMonitor monitor) {
	      ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from EditorTextInfoHoverProxy specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/REditorTextHover.java:[81] 
	(IRSourceEditor) getEditor(), region, contentType, this.scanner, monitor );
	                              ^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/REditorTextHover.java:[81] 
	(IRSourceEditor) getEditor(), region, contentType, this.scanner, monitor );
	                                      ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/REditorTextHover.java:[81] 
	(IRSourceEditor) getEditor(), region, contentType, this.scanner, monitor );
	                                                   ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RHeuristicTokenScanner' needs unchecked conversion to conform to '@NonNull RHeuristicTokenScanner'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/REditorTextHover.java:[81] 
	(IRSourceEditor) getEditor(), region, contentType, this.scanner, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractFunctionWizard.java:[164] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractFunctionWizard.java:[186] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractFunctionWizard.java:[220] 
	.observe(this.variableNameControl),
	         ^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractFunctionWizard.java:[222] 
	.observe(realm, getRefactoring()),
	         ^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractFunctionWizard.java:[222] 
	.observe(realm, getRefactoring()),
	                ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ExtractFunctionRefactoring' needs unchecked conversion to conform to '@NonNull ExtractFunctionRefactoring'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractFunctionWizard.java:[223] 
	new UpdateValueStrategy<String, String>()
							.setAfterGetValidator((final String value) ->
									new RefactoringBasedStatus(
											getRefactoring().checkFunctionName(value) )),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'UpdateValueStrategy<String,String>' needs unchecked conversion to conform to '@Nullable UpdateValueStrategy<? super @NonNull String,? extends @NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/SubmitFileViaCommandLaunchShortcut.java:[59] 
	public void launch(final ISelection selection, final String mode) {
	                         ^^^^^^^^^^
Missing non-null annotation: inherited method from ILaunchShortcut specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/SubmitFileViaCommandLaunchShortcut.java:[59] 
	public void launch(final ISelection selection, final String mode) {
	                                                     ^^^^^^
Missing non-null annotation: inherited method from ILaunchShortcut specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/SubmitFileViaCommandLaunchShortcut.java:[70] 
	final Command command = commandService.getCommand(!fGotoConsole ?
	                        ^^^^^^^^^^^^^^
Potential null pointer access: The variable commandService may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/SubmitFileViaCommandLaunchShortcut.java:[72] 
	final ExecutionEvent executionEvent = new ExecutionEvent(command, parameters, null, handlerService.getCurrentState());
	                                                                                    ^^^^^^^^^^^^^^
Potential null pointer access: The variable handlerService may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/SubmitFileViaCommandLaunchShortcut.java:[96] 
	public void launch(final IEditorPart editor, final String mode) {
	                         ^^^^^^^^^^^
Missing non-null annotation: inherited method from ILaunchShortcut specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/SubmitFileViaCommandLaunchShortcut.java:[96] 
	public void launch(final IEditorPart editor, final String mode) {
	                                                   ^^^^^^
Missing non-null annotation: inherited method from ILaunchShortcut specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/SubmitFileViaCommandLaunchShortcut.java:[107] 
	final Command command = commandService.getCommand(!fGotoConsole ?
	                        ^^^^^^^^^^^^^^
Potential null pointer access: The variable commandService may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/SubmitFileViaCommandLaunchShortcut.java:[109] 
	final ExecutionEvent executionEvent = new ExecutionEvent(command, parameters, null, handlerService.getCurrentState());
	                                                                                    ^^^^^^^^^^^^^^
Potential null pointer access: The variable handlerService may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[151] 
	final boolean installed= PkgTab.this.pkgSet.getInstalled().contains((String) element);
	                                                                    ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[187] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[223] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[317] 
	gd.widthHint= LayoutUtils.hintWidth(text.getTextControl(), 20);
	                                    ^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[374] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[424] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[426] 
	cell.setImage(RUI.getImage((PkgTab.this.pkgSet.getInstalled().contains(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[433] 
	final IRPkgInfoAndData v= PkgTab.this.pkgSet.getInstalled().getFirst(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[468] 
	final TreeComposite composite= new TreeComposite(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[483] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[483] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[483] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[523] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[555] 
	public void update(final ViewerCell cell) {
	                         ^^^^^^^^^^
Missing non-null annotation: inherited method from CellLabelProvider specifies this parameter as @NonNull
346. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java (at line 582)
	DateFormat.getDateTimeInstance().format(pkgDescr.getInstallStamp()) : "-" );
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type long is boxed into Long
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[603] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[617] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[641] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[724] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[724] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[724] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[775] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[788] 
	this.handlers= new ContextHandlers(this.serviceLocator.getLocator().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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[792] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[797] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[824] 
	.observe((ICheckable)this.filterPriorityTable),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ICheckable' needs unchecked conversion to conform to '@NonNull ICheckable'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[826] 
	new AutoCheckController(this.filterPriorityTable, this.filterPrioritySet);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor AutoCheckController(CheckboxTableViewer, IObservableSet) belongs to the raw type AutoCheckController. References to generic type AutoCheckController<TElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[826] 
	new AutoCheckController(this.filterPriorityTable, this.filterPrioritySet);
	    ^^^^^^^^^^^^^^^^^^^
AutoCheckController is a raw type. References to generic type AutoCheckController<TElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[831] 
	.observe((ICheckable)this.filterRViewsTable),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ICheckable' needs unchecked conversion to conform to '@NonNull ICheckable'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[833] 
	new AutoCheckController(this.filterRViewsTable, this.filterRViewsSet);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor AutoCheckController(CheckboxTableViewer, IObservableSet) belongs to the raw type AutoCheckController. References to generic type AutoCheckController<TElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[833] 
	new AutoCheckController(this.filterRViewsTable, this.filterRViewsSet);
	    ^^^^^^^^^^^^^^^^^^^
AutoCheckController is a raw type. References to generic type AutoCheckController<TElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[867] 
	for (final IRView view : (Collection<? extends IRView>) set) {
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Collection<capture#17-of ?> to Collection<? extends IRView>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[868] 
	pkgNames.addAll(view.getPkgList());
	                ^^^^
Potential null pointer access: The variable view may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[868] 
	pkgNames.addAll(view.getPkgList());
	                ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<String>' needs unchecked conversion to conform to '@NonNull Collection<? extends String>', corresponding supertype is 'Collection<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[891] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[899] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[956] 
	show.getParent().layout(true);
	^^^^
Potential null pointer access: The variable show may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[956] 
	show.getParent().layout(true);
	^^^^^^^^^^^^^^^^
Potential null pointer access: The method getParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[987] 
	pkg= this.pkgSet.getAvailable().getFirst(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[990] 
	pkg= this.pkgSet.getInstalled().getFirst(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1016] 
	final int id= ((DetailGroup) path.getFirstSegment()).getId();
	                             ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getFirstSegment() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1021] 
	if (!pkg.getRepoId().isEmpty()
	     ^^^
Potential null pointer access: The variable pkg may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1022] 
	&& ((first= this.pkgSet.getAvailable().getFirst(name)) != 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1047] 
	final RLibLocationInfo info= this.rPkgManager.getRLibPaths().getInfo(libLocation);
	                                                                     ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RLibLocation' needs unchecked conversion to conform to '@NonNull RLibLocation'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1057] 
	available= this.pkgSet.getAvailable().contains(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1058] 
	final IRPkgInfoAndData pkg= this.pkgSet.getInstalled().getFirst(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1082] 
	if (!available && this.pkgSet.getAvailable().contains(name)) {
	                                                      ^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1086] 
	final IRPkgInfoAndData pkg= this.pkgSet.getInstalled().getFirst(name);
	                                                                ^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1244] 
	inst= this.pkgSet.getInstalled().getFirst(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1260] 
	final IRPkgInfoAndData inst= this.pkgSet.getInstalled().getFirst(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1284] 
	avail= this.pkgSet.getAvailable().getFirst(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1294] 
	inst= this.pkgSet.getInstalled().getFirst(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1313] 
	IRPkgData avail= this.pkgSet.getAvailable().getFirst(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1317] 
	final IRPkgInfoAndData inst= this.pkgSet.getInstalled().getFirst(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1346] 
	avail= this.pkgSet.getAvailable().getFirst(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1351] 
	final List<? extends IRPkgInfoAndData> instList= this.pkgSet.getInstalled().get(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1373] 
	names= ((IStructuredSelection) this.pkgTable.viewer.getSelection()).toList();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<String>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1377] 
	final IRPkgData avail= this.pkgSet.getAvailable().getFirst(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1381] 
	final List<? extends IRPkgInfoAndData> instList= this.pkgSet.getInstalled().get(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/PkgTab.java:[1411] 
	final RPkgList<? extends IRPkgData> repoList= this.pkgSet.getAvailable().getBySource(inst.getRepoId());
	                                                                                     ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/search/RElementSearchResultTreeContentProvider.java:[72] 
	private final Map<Object, SortedListSet<Object>> levelChildren= new HashMap<>();
	                                        ^^^^^^
Null constraint mismatch: The type 'Object' is not a valid substitute for the type parameter 'E extends @NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/search/RElementSearchResultTreeContentProvider.java:[116] 
	final SortedListSet<Object> children= this.levelChildren.get(null);
	                    ^^^^^^
Null constraint mismatch: The type 'Object' is not a valid substitute for the type parameter 'E extends @NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/search/RElementSearchResultTreeContentProvider.java:[127] 
	return file.getParent();
	       ^^^^
Potential null pointer access: The variable file may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/search/RElementSearchResultTreeContentProvider.java:[145] 
	final SortedListSet<Object> children= this.levelChildren.get(parentElement);
	                    ^^^^^^
Null constraint mismatch: The type 'Object' is not a valid substitute for the type parameter 'E extends @NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/search/RElementSearchResultTreeContentProvider.java:[178] 
	SortedListSet<Object> children= this.levelChildren.get(parent);
	              ^^^^^^
Null constraint mismatch: The type 'Object' is not a valid substitute for the type parameter 'E extends @NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/search/RElementSearchResultTreeContentProvider.java:[183] 
	children= new SortedArraySet<>(NO_ELEMENTS, new LevelComparator());
	                               ^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/search/RElementSearchResultTreeContentProvider.java:[187] 
	if ((idx= children.addE(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/search/RElementSearchResultTreeContentProvider.java:[206] 
	final SortedListSet<Object> children= this.levelChildren.get(parent);
	                    ^^^^^^
Null constraint mismatch: The type 'Object' is not a valid substitute for the type parameter 'E extends @NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/search/RElementSearchResultTreeContentProvider.java:[210] 
	if (children.removeE(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/RElementSearchContributionItem.java:[68] 
	public void initialize(final IServiceLocator serviceLocator) {
	                             ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IWorkbenchContribution specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/SourceEditorsPreferencePage.java:[49] 
	public 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/SourceEditorsPreferencePage.java:[50] 
	addLinkHeader(pageComposite, Messages.SourceEditors_SeeAlso_info +
	              ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RPkgCompletionComputer.java:[32] 
	protected void computeCompletionProposals(final RAssistInvocationContext context, final int mode,
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from RElementCompletionComputer specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RPkgCompletionComputer.java:[33] 
	final AssistProposalCollector proposals, final IProgressMonitor monitor) {
	      ^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from RElementCompletionComputer specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RPkgCompletionComputer.java:[33] 
	final AssistProposalCollector proposals, final IProgressMonitor monitor) {
	                                               ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from RElementCompletionComputer specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RPkgCompletionComputer.java:[39] 
	doComputePkgNameProposals(context, ARG_TYPE_NO_PRIO, proposals);
	                                                     ^^^^^^^^^
Null type safety (type annotations): The expression of type 'AssistProposalCollector' needs unchecked conversion to conform to '@NonNull AssistProposalCollector'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RPkgCompletionComputer.java:[43] 
	public void computeInformationProposals(final AssistInvocationContext context,
	                                              ^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from RElementCompletionComputer specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RPkgCompletionComputer.java:[44] 
	final AssistProposalCollector proposals, final IProgressMonitor monitor) {
	      ^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from RElementCompletionComputer specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RPkgCompletionComputer.java:[44] 
	final AssistProposalCollector proposals, final IProgressMonitor monitor) {
	                                               ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from RElementCompletionComputer specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/GotoCellHandler.java:[46] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/GotoCellHandler.java:[46] 
	public void updateElement(final UIElement element, final Map parameters) {
	                                                         ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/GotoCellHandler.java:[46] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/GotoCellHandler.java:[47] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/GotoCellHandler.java:[57] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpLtkUI.java:[58] 
	if (rEnv == null) {
			rEnv= RCore.WORKBENCH_ACCESS.getREnv();
		}
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpLtkUI.java:[101] 
	final @Nullable List<RFrame> frames, final REnvHelp help) {
	                     ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpLtkUI.java:[105] 
	for (final RFrame frame : frames) {
	           ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpLtkUI.java:[107] 
	final RPkgHelp pkgHelp= help.getPkgHelp(frame.getElementName().getSegmentName());
	                                        ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getElementName() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpLtkUI.java:[107] 
	final RPkgHelp pkgHelp= help.getPkgHelp(frame.getElementName().getSegmentName());
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpLtkUI.java:[131] 
	final RFrame frame= access.getFrame();
	      ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpLtkUI.java:[156] 
	final RFrame frame= access.getFrame();
	      ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpLtkUI.java:[195] 
	if (RElementName.isRegularMainType(access.getNextSegment().getType())
	                                   ^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getNextSegment() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpLtkUI.java:[196] 
	&& access.getNextSegment().getSegmentName() != null) {
	   ^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getNextSegment() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RToggleFoldingHandler.java:[19] 
	import org.eclipse.statet.ecommons.ui.actions.TogglePreferenceEnablementHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type TogglePreferenceEnablementHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RToggleFoldingHandler.java:[27] 
	public class RToggleFoldingHandler extends TogglePreferenceEnablementHandler {
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type TogglePreferenceEnablementHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RToggleFoldingHandler.java:[31] 
	super(REditorOptions.FOLDING_ENABLED_PREF, IFoldingCommandIds.FOLDING_TOGGLE);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor TogglePreferenceEnablementHandler(Preference<Boolean>, String) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RBasePreferencePage.java:[53] 
	public 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RBasePreferencePage.java:[56] 
	setupPreferenceManager(prefs);
	                       ^^^^^
Null type safety (type annotations): The expression of type 'Map<Preference<?>,String>' needs unchecked conversion to conform to '@NonNull Map<@NonNull Preference<?>,@Nullable String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RRepoPreferencePage.java:[108] 
	private final boolean isNew;
	                      ^^^^^
The value of the field EditRepoDialog.isNew is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RRepoPreferencePage.java:[115] 
	public EditRepoDialog(final Shell parent, final RRepo repo, final boolean isNew) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field nameControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RRepoPreferencePage.java:[115] 
	public EditRepoDialog(final Shell parent, final RRepo repo, final boolean isNew) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field typeControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RRepoPreferencePage.java:[115] 
	public EditRepoDialog(final Shell parent, final RRepo repo, final boolean isNew) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field urlControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RRepoPreferencePage.java:[126] 
	protected Control createDialogArea(final Composite parent) {
	                                         ^^^^^^^^^
Illegal redefinition of parameter parent, inherited method from Dialog does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RRepoPreferencePage.java:[160] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RRepoPreferencePage.java:[182] 
	protected void addBindings(final DataBindingSupport databinding) {
	                                 ^^^^^^^^^^^^^^^^^^
Illegal redefinition of parameter databinding, inherited method from ExtStatusDialog does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RRepoPreferencePage.java:[235] 
	final int diff= o1.getName().compareTo(o2.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RRepoPreferencePage.java:[239] 
	return o1.getId().compareTo(o2.getId());
	                            ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RRepoPreferencePage.java:[261] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RRepoPreferencePage.java:[268] 
	setupPreferenceManager(prefs);
	                       ^^^^^
Null type safety (type annotations): The expression of type 'Map<Preference<?>,String>' needs unchecked conversion to conform to '@NonNull Map<@NonNull Preference<?>,@Nullable String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RRepoPreferencePage.java:[270] 
	addLinkHeader(pageComposite, "Additional custom repositories for R packages. " +
	              ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RRepoPreferencePage.java:[287] 
	protected void addBindings(final DataBindingSupport db) {
	                                 ^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ManagedConfigurationBlock specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RRepoPreferencePage.java:[302] 
	{	final TableComposite table= new TableComposite(parent, SWT.BORDER | SWT.MULTI | 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RRepoPreferencePage.java:[367] 
	final List<RRepo> repos= getPreferenceValue(PREFS.get(i));
	                                            ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference<List<RRepo>>' needs unchecked conversion to conform to '@NonNull Preference<List<RRepo>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RRepoPreferencePage.java:[380] 
	Arrays.sort(array, COMPARATOR);
	            ^^^^^
Null type safety (type annotations): The expression of type 'RRepo[]' needs unchecked conversion to conform to 'RRepo @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RRepoPreferencePage.java:[381] 
	setPrefValue(PREFS.get(i), ImCollections.newList(array));
	             ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference<List<RRepo>>' needs unchecked conversion to conform to '@NonNull Preference<@NonNull List<RRepo>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RRepoPreferencePage.java:[381] 
	setPrefValue(PREFS.get(i), ImCollections.newList(array));
	                                                 ^^^^^
Null type safety (type annotations): The expression of type 'RRepo[]' needs unchecked conversion to conform to 'RRepo @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rtools/RunHelpInR.java:[46] 
	public Object execute(final ExecutionEvent arg) throws ExecutionException {
	                            ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/SubmitFileViaCommandRunnable.java:[54] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/SubmitFileViaCommandRunnable.java:[59] 
	public SubmitType getSubmitType() {
	       ^^^^^^^^^^
The return type is incompatible with '@NonNull SubmitType' returned from ConsoleRunnable.getSubmitType() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/SubmitFileViaCommandRunnable.java:[69] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/SubmitFileViaCommandRunnable.java:[74] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/SubmitFileViaCommandRunnable.java:[79] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/SubmitFileViaCommandRunnable.java:[84] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/SubmitFileViaCommandRunnable.java:[84] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[130] 
	final List<String> lines= TextUtil.toLines(selectedText);
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ArrayList<String>' needs unchecked conversion to conform to 'List<@NonNull String>', corresponding supertype is 'List<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[310] 
	getSite().getPage().addPartListener(this.partListener);
	                                    ^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IPartListener2' but this expression has type '@Nullable IPartListener2'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[320] 
	handlerService.activateHandler(RCodeLaunching.SUBMIT_SELECTION_COMMAND_ID, handler);
	^^^^^^^^^^^^^^
Potential null pointer access: The variable handlerService may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[400] 
	final List<BrowserBookmark> bookmarks= collection.getBookmarks();
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<BrowserBookmark>' needs unchecked conversion to conform to 'List<@NonNull BrowserBookmark>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[459] 
	final ISelection selection= this.linkedEditor.getShowInContext().getSelection();
	                                 ^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[471] 
	public void stateChanged(final LTKInputData state) {
	                               ^^^^^^^^^^^^
Illegal redefinition of parameter state, inherited method from ISelectionWithElementInfoListener does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[496] 
	if (!rNode.hasChildren()) {
	     ^^^^^
Potential null pointer access: The variable rNode may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[535] 
	helpObject= help.getPkgHelp(name.getSegmentName());
	                            ^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[539] 
	&& RElementName.isPackageFacetScopeType(name.getScope().getType()) ) {
	                                        ^^^^^^^^^^^^^^^
Potential null pointer access: The method getScope() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[540] 
	final RPkgHelp pkgHelp= help.getPkgHelp(name.getScope().getSegmentName());
	                                        ^^^^^^^^^^^^^^^
Potential null pointer access: The method getScope() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[540] 
	final RPkgHelp pkgHelp= help.getPkgHelp(name.getScope().getSegmentName());
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[542] 
	helpObject= pkgHelp.getPageForTopic(name.getSegmentName());
	                                    ^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[545] 
	if (helpObject == null && !isTopicShown(name.getSegmentName())) {
	                                        ^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[546] 
	helpObject= RHelpLtkUI.searchTopicObject1(help, name.getSegmentName(),
	                                                ^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[549] 
	doShow2(help.getREnv(), name.getSegmentName(), request);
	                        ^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpView.java:[637] 
	&& this.linkedEditor == this.linkedEditor.getSite().getPage().getActiveEditor());
	                             ^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableSelection.java:[73] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableSelection.java:[73] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/InsertREditorTemplateParameterValues.java:[35] 
	return RUIPlugin.getInstance().getREditorTemplateStore();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'EnhTemplateStore' needs unchecked conversion to conform to '@NonNull EnhTemplateStore'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/StatetRGraphicView.java:[46] 
	protected ERGraphicsManager loadManager() {
	          ^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull ERGraphicsManager' returned from PageBookRGraphicView.loadManager() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/StatetRGraphicView.java:[51] 
	protected RGraphicPage doCreatePage(final RGraphicSession session) {
	          ^^^^^^^^^^^^
The return type is incompatible with '@NonNull RGraphicPage' returned from PageBookRGraphicView.doCreatePage(PageBookRGraphicView.RGraphicSession) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/StatetRGraphicView.java:[51] 
	protected RGraphicPage doCreatePage(final RGraphicSession session) {
	                                          ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from PageBookRGraphicView specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/StatetRGraphicView.java:[59] 
	protected RTool getTool() throws CoreException {
	          ^^^^^
The return type is incompatible with '@NonNull RTool' returned from PageBookRGraphicView.NewDevHandler.getTool() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/StatetRGraphicView.java:[61] 
	UIAccess.getActiveWorkbenchPage(false)).getTool();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/StatetRGraphicView.java:[69] 
	protected void collectContextMenuPreferencePages(final List<String> pageIds) {
	                                                       ^^^^
Missing non-null annotation: inherited method from PageBookRGraphicView specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/StatetRGraphicView.java:[74] 
	public int canShowGraphic(final ERGraphic graphic) {
	                                ^^^^^^^^^
Missing non-null annotation: inherited method from PageBookRGraphicView specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/StatetRGraphicView.java:[75] 
	int canShow= super.canShowGraphic(graphic);
	                                  ^^^^^^^
Null type safety (type annotations): The expression of type 'ERGraphic' needs unchecked conversion to conform to '@NonNull ERGraphic'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[60] 
	private class FindLock extends Lock implements LazyRStore.Updater<RObject> {
	              ^^^^^^^^
The serializable class FindLock does not declare a static final serialVersionUID field of type long
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[64] 
	public void scheduleUpdate(final LazyRStore<RObject> store,
	                                 ^^^^^^^^^^
Missing non-null annotation: inherited method from LazyRStore.Updater<RObject> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[65] 
	final RDataAssignment assignment, final LazyRStore.Fragment<RObject> fragment,
	      ^^^^^^^^^^^^^^^
Missing nullable annotation: inherited method from LazyRStore.Updater<RObject> specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[65] 
	final RDataAssignment assignment, final LazyRStore.Fragment<RObject> fragment,
	                                        ^^^^^^^^^^^^^^^^^^^
Missing nullable annotation: inherited method from LazyRStore.Updater<RObject> specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[66] 
	final int flags, final ProgressMonitor m) {
	                       ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from LazyRStore.Updater<RObject> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[81] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[86] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[91] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[96] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[118] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[118] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[146] 
	this.findStore= new LazyRStore<>(0, 1, 5, this.lock);
	                                          ^^^^^^^^^
Null type safety (type annotations): The expression of type 'FindManager.FindLock' needs unchecked conversion to conform to 'LazyRStore.@NonNull Updater<RObject>', corresponding supertype is 'LazyRStore.Updater<RObject>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[151] 
	this.listeners.add(listener);
	                   ^^^^^^^^
Null type safety (type annotations): The expression of type 'IFindListener' needs unchecked conversion to conform to '@NonNull IFindListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[160] 
	this.dataProvider.getTmpItem().remove(this.rCacheFind, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[160] 
	this.dataProvider.getTmpItem().remove(this.rCacheFind, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[304] 
	final RObject logi= r.evalData(cmd.toString(), null, RObjectFactory.F_ONLY_STRUCT, RService.DEPTH_ONE, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[306] 
	&& logi.getData().getStoreType() == RStore.LOGICAL
	   ^^^^^^^^^^^^^^
Potential null pointer access: The method getData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[312] 
	&& logi.getData().getStoreType() == RStore.LOGICAL
	   ^^^^^^^^^^^^^^
Potential null pointer access: The method getData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[318] 
	&& logi.getData().getStoreType() == RStore.INTEGER) {
	   ^^^^^^^^^^^^^^
Potential null pointer access: The method getData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[329] 
	this.dataProvider.getTmpItem().set(this.rCacheFind, cmd.toString(), 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[329] 
	this.dataProvider.getTmpItem().set(this.rCacheFind, cmd.toString(), 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[334] 
	count= RDataUtils.checkSingleIntValue(call.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[380] 
	call.addChar(RJTmp.INDEX_PAR, this.rCacheFind);
	                              ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[381] 
	return RDataUtils.checkSingleIntValue(call.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[464] 
	return r.evalData(cmd.toString(), m);
	                                  ^
Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor'
508. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java (at line 525)
	NLS.bind("Not found (total {0}/{1}).", filteredCount, totalCount)),
	                                       ^^^^^^^^^^^^^
The expression of type long is boxed into Long
509. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java (at line 525)
	NLS.bind("Not found (total {0}/{1}).", filteredCount, totalCount)),
	                                                      ^^^^^^^^^^
The expression of type long is boxed into Long
510. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java (at line 532)
	(task.forward ? "next" : "previous"), filteredCount, totalCount })),
	                                      ^^^^^^^^^^^^^
The expression of type long is boxed into Long
511. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java (at line 532)
	(task.forward ? "next" : "previous"), filteredCount, totalCount })),
	                                                     ^^^^^^^^^^
The expression of type long is boxed into Long
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[576] 
	final RStore<?> data= fragment.getRObject().getData();
	                      ^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRObject() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[578] 
	low[rowIdx]= data.getInt(0);
	             ^^^^
Potential null pointer access: The variable data may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[630] 
	final RStore<?> data= fragment.getRObject().getData();
	                      ^^^^^^^^
Potential null pointer access: The variable fragment may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[630] 
	final RStore<?> data= fragment.getRObject().getData();
	                      ^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRObject() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[636] 
	localMatchIdx= RDataUtils.binarySearch(data, low, length, rPos);
	                                       ^^^^
Null type mismatch: required '@NonNull RStore<?>' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[639] 
	localMatchIdx= RDataUtils.binarySearch(data, rPos[rowIdx]);
	                                       ^^^^
Null type mismatch: required '@NonNull RStore<?>' but the provided value is inferred as @Nullable
518. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java (at line 650)
	NLS.bind("No further match (total {0}/{1}).", filteredCount, totalCount)),
	                                              ^^^^^^^^^^^^^
The expression of type long is boxed into Long
519. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java (at line 650)
	NLS.bind("No further match (total {0}/{1}).", filteredCount, totalCount)),
	                                                             ^^^^^^^^^^
The expression of type long is boxed into Long
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java:[666] 
	rPos[rowIdx]= data.getInt(localMatchIdx);
	              ^^^^
Potential null pointer access: The variable data may be null at this location
521. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java (at line 678)
	(globalMatchIdx + 1), filteredCount, totalCount })),
	^^^^^^^^^^^^^^^^^^^^
The expression of type long is boxed into Long
522. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java (at line 678)
	(globalMatchIdx + 1), filteredCount, totalCount })),
	                      ^^^^^^^^^^^^^
The expression of type long is boxed into Long
523. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindManager.java (at line 678)
	(globalMatchIdx + 1), filteredCount, totalCount })),
	                                     ^^^^^^^^^^
The expression of type long is boxed into Long
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RFrameSearchPath.java:[53] 
	public final class RFrameSearchPath implements Iterable<RFrame> {
	                                                        ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RFrameSearchPath.java:[66] 
	public class RFrameIterator implements Iterator<RFrame> {
	                                                ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RFrameSearchPath.java:[70] 
	private RFrame next;
	        ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RFrameSearchPath.java:[92] 
	public RFrame next() {
	       ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RFrameSearchPath.java:[94] 
	final RFrame frame= this.next;
	      ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RFrameSearchPath.java:[124] 
	private final List<RFrame>[] frames= new List[3];
	                   ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RFrameSearchPath.java:[124] 
	private final List<RFrame>[] frames= new List[3];
	                                     ^^^^^^^^^^^
Type safety: The expression of type List[] needs unchecked conversion to conform to List<RFrame>[]
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RFrameSearchPath.java:[164] 
	RModel.createImportedPackageList((RSourceUnitModelInfo)context.getModelInfo());
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull RSourceUnitModelInfo' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RFrameSearchPath.java:[170] 
	this.importedPackages, this.workspacePackages );
	^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Set<String>' needs unchecked conversion to conform to '@Nullable Set<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RFrameSearchPath.java:[170] 
	this.importedPackages, this.workspacePackages );
	                       ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Set<String>' needs unchecked conversion to conform to '@Nullable Set<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RFrameSearchPath.java:[199] 
	final RFrame frame= resolve(this.expliciteScope, context);
	      ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RFrameSearchPath.java:[210] 
	final RFrame frame= (RFrame)env;
	      ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RFrameSearchPath.java:[210] 
	final RFrame frame= (RFrame)env;
	                     ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RFrameSearchPath.java:[211] 
	if (frame.getFrameType() == RFrame.PROJECT) {
	    ^^^^^
Potential null pointer access: The variable frame may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RFrameSearchPath.java:[224] 
	final RFrame frame= resolve(this.expliciteScope, context);
	      ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RFrameSearchPath.java:[235] 
	RFrame frame;
	^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RFrameSearchPath.java:[252] 
	RFrame frame;
	^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RFrameSearchPath.java:[269] 
	private RFrame searchPackage(final List<? extends RProcessREnvironment> searchEnvs,
	        ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RFrameSearchPath.java:[273] 
	final RFrame frame= (RFrame)env;
	      ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RFrameSearchPath.java:[273] 
	final RFrame frame= (RFrame)env;
	                     ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RFrameSearchPath.java:[274] 
	if (frame.getFrameType() == RFrame.PACKAGE
	    ^^^^^
Potential null pointer access: The variable frame may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RFrameSearchPath.java:[275] 
	&& frame.getElementName().getSegmentName().equals(pkgName) ) {
	   ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getElementName() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RFrameSearchPath.java:[275] 
	&& frame.getElementName().getSegmentName().equals(pkgName) ) {
	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSegmentName() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RFrameSearchPath.java:[283] 
	private RFrame resolve(final RElementName name,
	        ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RFrameSearchPath.java:[290] 
	(RFrame)element : null;
	 ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RFrameSearchPath.java:[296] 
	(RFrame)element : null;
	 ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RFrameSearchPath.java:[300] 
	final IDebugTarget debugTarget= context.getTool().getLaunch().getDebugTarget();
	                                ^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTool() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RFrameSearchPath.java:[311] 
	final RFrame frame= (RFrame)envir;
	      ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RFrameSearchPath.java:[311] 
	final RFrame frame= (RFrame)envir;
	                     ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ToggleAutoRefreshHandler.java:[38] 
	private final ObjectBrowserView view;
	                                ^^^^
The value of the field ToggleAutoRefreshHandler.view is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ToggleAutoRefreshHandler.java:[52] 
	public void updateElement(final UIElement element, final Map parameters) {
	                                                         ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RContextInformationValidator.java:[179] 
	final FCallArgMatch match= RAsts.matchArgs(args, this.info.getArgsDefinition());
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull ArgsDefinition' but this expression has type '@Nullable ArgsDefinition'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RContextInformationValidator.java:[179] 
	final FCallArgMatch match= RAsts.matchArgs(args, this.info.getArgsDefinition());
	                                                      ^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RDocumentProvider.java:[44] 
	public class RDocumentProvider extends SourceDocumentProvider<RSourceUnit> implements Disposable {
	                                                              ^^^^^^^^^^^
Null constraint mismatch: The type 'RSourceUnit' is not a valid substitute for the type parameter 'T extends @NonNull SourceUnit'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RDocumentProvider.java:[59] 
	protected SourceProblemAnnotation createAnnotation(final Problem problem) {
	                                                         ^^^^^^^
Missing non-null annotation: inherited method from SourceAnnotationModel specifies this parameter as @NonNull
559. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RDocumentProvider.java (at line 97)
	fHandleTemporaryProblems = access.getPreferenceValue(REditorBuild.PROBLEMCHECKING_ENABLED_PREF);
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
560. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RDocumentProvider.java (at line 111)
	final boolean newHandleTemporaryProblems = access.getPreferenceValue(REditorBuild.PROBLEMCHECKING_ENABLED_PREF);
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RDocumentProvider.java:[131] 
	protected IAnnotationModel createAnnotationModel(final IFile file) {
	                                                       ^^^^^
Missing non-null annotation: inherited method from TextFileDocumentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchInputPage.java:[108] 
	final ImList<String> fields= ImCollections.newList(settings.getArray("fields")); //$NON-NLS-1$
	                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String @NonNull[]' but this expression has type '@NonNull String @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchInputPage.java:[109] 
	final ImList<String> keywords= ImCollections.newList(settings.getArray("keywords")); //$NON-NLS-1$
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String @NonNull[]' but this expression has type '@NonNull String @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchInputPage.java:[110] 
	final ImList<String> packages= ImCollections.newList(settings.getArray("packages")); //$NON-NLS-1$
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String @NonNull[]' but this expression has type '@NonNull String @Nullable[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchInputPage.java:[111] 
	return new RHelpSearchQuery(type, text, fields, keywords, packages, null);
	                                  ^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchInputPage.java:[149] 
	public RHelpSearchInputPage() {
	       ^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field container may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchInputPage.java:[149] 
	public RHelpSearchInputPage() {
	       ^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field dialogSettings may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchInputPage.java:[149] 
	public RHelpSearchInputPage() {
	       ^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field fieldAliasControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchInputPage.java:[149] 
	public RHelpSearchInputPage() {
	       ^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field fieldConceptsControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchInputPage.java:[149] 
	public RHelpSearchInputPage() {
	       ^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field fieldTitleControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchInputPage.java:[149] 
	public RHelpSearchInputPage() {
	       ^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field keywordsInputControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchInputPage.java:[149] 
	public RHelpSearchInputPage() {
	       ^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field packagesInputControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchInputPage.java:[149] 
	public RHelpSearchInputPage() {
	       ^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field rEnvControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchInputPage.java:[149] 
	public RHelpSearchInputPage() {
	       ^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field searchTextControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchInputPage.java:[149] 
	public RHelpSearchInputPage() {
	       ^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field typeDocControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchInputPage.java:[149] 
	public RHelpSearchInputPage() {
	       ^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field typeFieldsControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchInputPage.java:[149] 
	public RHelpSearchInputPage() {
	       ^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field typeTopicsControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchInputPage.java:[155] 
	if (this.dialogSettings == null) {
			this.dialogSettings= DialogUtils.getDialogSettings(RUIPlugin.getInstance(), PAGE_ID);
		}
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchInputPage.java:[156] 
	this.dialogSettings= DialogUtils.getDialogSettings(RUIPlugin.getInstance(), PAGE_ID);
	                                                   ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RUIPlugin' needs unchecked conversion to conform to '@NonNull AbstractUIPlugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchInputPage.java:[162] 
	public void setContainer(final ISearchPageContainer container) {
	                               ^^^^^^^^^^^^^^^^^^^^
Illegal redefinition of parameter container, inherited method from ISearchPage does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchInputPage.java:[167] 
	public void createControl(final Composite parent) {
	                                ^^^^^^^^^
Illegal redefinition of parameter parent, inherited method from IDialogPage does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchInputPage.java:[337] 
	final Object[] result= dialog.getResult();
	                       ^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchInputPage.java:[388] 
	final RPkgHelp[] result= dialog.getResult();
	                         ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RPkgHelp[]' needs unchecked conversion to conform to '@NonNull RPkgHelp []'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchInputPage.java:[418] 
	public void settingChanged(final REnvSelectionComposite source, final String oldValue,
	                                 ^^^^^^^^^^^^^^^^^^^^^^
Illegal redefinition of parameter source, inherited method from REnvSelectionComposite.ChangeListener does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchInputPage.java:[418] 
	public void settingChanged(final REnvSelectionComposite source, final String oldValue,
	                                                                      ^^^^^^
Illegal redefinition of parameter oldValue, inherited method from REnvSelectionComposite.ChangeListener does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchInputPage.java:[419] 
	final String newValue, final REnv newREnv) {
	      ^^^^^^
Illegal redefinition of parameter newValue, inherited method from REnvSelectionComposite.ChangeListener does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchInputPage.java:[419] 
	final String newValue, final REnv newREnv) {
	                             ^^^^
Illegal redefinition of parameter newREnv, inherited method from REnvSelectionComposite.ChangeListener does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchInputPage.java:[490] 
	final LtkModelElement element= (LtkModelElement)firstElement;
	      ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchInputPage.java:[490] 
	final LtkModelElement element= (LtkModelElement)firstElement;
	                                ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RArgumentListContextInformation.java:[32] 
	public class RArgumentListContextInformation implements AssistInformationProposal,
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type RArgumentListContextInformation should also implement hashCode() since it overrides Object.equals()
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RArgumentListContextInformation.java:[44] 
	public RArgumentListContextInformation(final int offset, final RLangMethod method) {
	                                                               ^^^^^^^^^^^
RLangMethod is a raw type. References to generic type RLangMethod<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/search/RElementSearchLabelProvider.java:[86] 
	return super.getImage((LtkModelElement)element);
	                       ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/search/RElementSearchLabelProvider.java:[97] 
	final StyledString text= super.getStyledText((LtkModelElement)element);
	                                              ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpUIServlet.java:[45] 
	import org.eclipse.ui.internal.editors.text.EditorsPlugin;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'EditorsPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.editors/3.13.200.v20200501-2307/org.eclipse.ui.editors-3.13.200.v20200501-2307.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpUIServlet.java:[112] 
	appendCssColor(sb, hyperlinkColor);
	                   ^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpUIServlet.java:[115] 
	appendCssColor(sb, JFaceResources.getColorRegistry().getRGB(JFacePreferences.ACTIVE_HYPERLINK_COLOR));
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpUIServlet.java:[128] 
	EditorsPlugin.getDefault().getPreferenceStore(),
	^^^^^^^^^^^^^
Discouraged access: The type 'EditorsPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.editors/3.13.200.v20200501-2307/org.eclipse.ui.editors-3.13.200.v20200501-2307.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpUIServlet.java:[128] 
	EditorsPlugin.getDefault().getPreferenceStore(),
	              ^^^^^^^^^^
Discouraged access: The method 'EditorsPlugin.getDefault()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.editors/3.13.200.v20200501-2307/org.eclipse.ui.editors-3.13.200.v20200501-2307.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpUIServlet.java:[160] 
	appendCssColor(sb, foregroundColor);
	                   ^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpUIServlet.java:[162] 
	appendCssColor(sb, docBackgroundColor);
	                   ^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpUIServlet.java:[166] 
	appendELinkColors(sb, foregroundColor);
	                      ^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpUIServlet.java:[169] 
	appendCssColor(sb, foregroundColor);
	                   ^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpUIServlet.java:[181] 
	appendCssColor(sb, borderColor);
	                   ^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpUIServlet.java:[186] 
	appendCssColor(sb, borderColor);
	                   ^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpUIServlet.java:[217] 
	appendCssColor(sb, infoForegroundColor);
	                   ^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpUIServlet.java:[219] 
	appendCssColor(sb, infoBackgroundColor);
	                   ^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpUIServlet.java:[226] 
	appendELinkColors(sb, infoForegroundColor);
	                      ^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpUIServlet.java:[268] 
	public void propertyChange(final PropertyChangeEvent event) {
	                                 ^^^^^^^^^^^^^^^^^^^
Illegal redefinition of parameter event, inherited method from IPropertyChangeListener does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpUIServlet.java:[281] 
	public void settingsChanged(final Set<String> groupIds) {
	                                  ^^^
Illegal redefinition of parameter groupIds, inherited method from SettingsChangeNotifier.ChangeListener does not constrain this parameter
610. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpUIServlet.java (at line 307)
	return PreferenceUtils.getInstancePrefs().getPreferenceValue(
				RHelpPreferences.SHOW_INTERNAL_ENABLED_PREF );
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/RdSourceViewerConfigurator.java:[79] 
	public PreferenceAccess getPrefs() {
	       ^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull PreferenceAccess' returned from RCoreAccess.getPrefs() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/RdSourceViewerConfigurator.java:[84] 
	public REnv getREnv() {
	       ^^^^
The return type is incompatible with '@NonNull REnv' returned from RCoreAccess.getREnv() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/RdSourceViewerConfigurator.java:[89] 
	public RCodeStyleSettings getRCodeStyle() {
	       ^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull RCodeStyleSettings' returned from RCoreAccess.getRCodeStyle() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RMatrixDataProvider.java:[67] 
	RStore names;
	^^^^^^
RStore is a raw type. References to generic type RStore<P> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RMatrixDataProvider.java:[68] 
	final RObject rObject= r.evalData("colnames(" + getInput().getFullName() + ")", 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RMatrixDataProvider.java:[106] 
	return fragment.getRObject().getData().get(RDataUtils.getDataIdx(fragment.getRowCount(),
	       ^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRObject() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RMatrixDataProvider.java:[112] 
	final RStore names= fragment.getRObject().getNames(1);
	      ^^^^^^
RStore is a raw type. References to generic type RStore<P> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RMatrixDataProvider.java:[112] 
	final RStore names= fragment.getRObject().getNames(1);
	                    ^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRObject() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/DetailGroup.java:[43] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/DetailGroup.java:[43] 
	public Object[] getElements(final Object inputElement) {
	                                  ^^^^^^
Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/DetailGroup.java:[48] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/DetailGroup.java:[53] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/DetailGroup.java:[57] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/DetailGroup.java:[57] 
	public Object[] getChildren(final Object parentElement) {
	                                  ^^^^^^
Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/OpenRElementHyperlink.java:[82] 
	final List<SourceElement> list= RModel.searchDeclaration(this.access, this.su);
	           ^^^^^^^^^^^^^
SourceElement is a raw type. References to generic type SourceElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/OpenRElementHyperlink.java:[82] 
	final List<SourceElement> list= RModel.searchDeclaration(this.access, this.su);
	                                                         ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RElementAccess' needs unchecked conversion to conform to '@NonNull RElementAccess'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/OpenRElementHyperlink.java:[82] 
	final List<SourceElement> list= RModel.searchDeclaration(this.access, this.su);
	                                                                      ^^^^^^^
Null type safety (type annotations): The expression of type 'RSourceUnit' needs unchecked conversion to conform to '@NonNull RSourceUnit'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/OpenRElementHyperlink.java:[84] 
	final SourceElement element= open.selectElement(list, this.editor.getWorkbenchPart());
	      ^^^^^^^^^^^^^
SourceElement is a raw type. References to generic type SourceElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorPreferencePage.java:[99] 
	public REditorConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field foldingDefaultAllBlocksControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorPreferencePage.java:[99] 
	public REditorConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field foldingDefaultMinLines may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorPreferencePage.java:[99] 
	public REditorConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field foldingDefaultRoxygenControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorPreferencePage.java:[99] 
	public REditorConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field foldingDefaultRoxygenInitiallyControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorPreferencePage.java:[99] 
	public REditorConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field foldingDefaultRoxygenMinLines may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorPreferencePage.java:[99] 
	public REditorConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field foldingEnableControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorPreferencePage.java:[99] 
	public REditorConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field foldingRestoreStateControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorPreferencePage.java:[99] 
	public REditorConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field markOccurrencesControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorPreferencePage.java:[99] 
	public REditorConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field problemsEnableControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorPreferencePage.java:[99] 
	public REditorConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field smartInsertCloseCurlyBracketsControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorPreferencePage.java:[99] 
	public REditorConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field smartInsertCloseRoundBracketsControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorPreferencePage.java:[99] 
	public REditorConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field smartInsertCloseSpecialControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorPreferencePage.java:[99] 
	public REditorConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field smartInsertCloseSquareBracketsControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorPreferencePage.java:[99] 
	public REditorConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field smartInsertCloseStringsControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorPreferencePage.java:[99] 
	public REditorConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field smartInsertControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorPreferencePage.java:[99] 
	public REditorConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field smartInsertOnPasteControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorPreferencePage.java:[99] 
	public REditorConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field smartInsertTabActionControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorPreferencePage.java:[99] 
	public REditorConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field spellEnableControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorPreferencePage.java:[117] 
	prefs.put(RUIPreferenceInitializer.CONSOLE_SMARTINSERT_CLOSECURLY_ENABLED, REditorOptions.SMARTINSERT_GROUP_ID);
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.BooleanPref' needs unchecked conversion to conform to '@NonNull Preference<?>', corresponding supertype is 'Preference<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorPreferencePage.java:[118] 
	prefs.put(RUIPreferenceInitializer.CONSOLE_SMARTINSERT_CLOSEROUND_ENABLED, REditorOptions.SMARTINSERT_GROUP_ID);
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.BooleanPref' needs unchecked conversion to conform to '@NonNull Preference<?>', corresponding supertype is 'Preference<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorPreferencePage.java:[119] 
	prefs.put(RUIPreferenceInitializer.CONSOLE_SMARTINSERT_CLOSESQUARE_ENABLED, REditorOptions.SMARTINSERT_GROUP_ID);
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.BooleanPref' needs unchecked conversion to conform to '@NonNull Preference<?>', corresponding supertype is 'Preference<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorPreferencePage.java:[120] 
	prefs.put(RUIPreferenceInitializer.CONSOLE_SMARTINSERT_CLOSESPECIAL_ENABLED, REditorOptions.SMARTINSERT_GROUP_ID);
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.BooleanPref' needs unchecked conversion to conform to '@NonNull Preference<?>', corresponding supertype is 'Preference<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorPreferencePage.java:[121] 
	prefs.put(RUIPreferenceInitializer.CONSOLE_SMARTINSERT_CLOSESTRINGS_ENABLED, REditorOptions.SMARTINSERT_GROUP_ID);
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.BooleanPref' needs unchecked conversion to conform to '@NonNull Preference<?>', corresponding supertype is 'Preference<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorPreferencePage.java:[377] 
	createObservable(RUIPreferenceInitializer.CONSOLE_SMARTINSERT_CLOSECURLY_ENABLED) );
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.BooleanPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Boolean>', corresponding supertype is 'Preference<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorPreferencePage.java:[381] 
	createObservable(RUIPreferenceInitializer.CONSOLE_SMARTINSERT_CLOSEROUND_ENABLED) );
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.BooleanPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Boolean>', corresponding supertype is 'Preference<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorPreferencePage.java:[385] 
	createObservable(RUIPreferenceInitializer.CONSOLE_SMARTINSERT_CLOSESQUARE_ENABLED) );
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.BooleanPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Boolean>', corresponding supertype is 'Preference<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorPreferencePage.java:[389] 
	createObservable(RUIPreferenceInitializer.CONSOLE_SMARTINSERT_CLOSESPECIAL_ENABLED) );
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.BooleanPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Boolean>', corresponding supertype is 'Preference<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorPreferencePage.java:[393] 
	createObservable(RUIPreferenceInitializer.CONSOLE_SMARTINSERT_CLOSESTRINGS_ENABLED) );
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.BooleanPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Boolean>', corresponding supertype is 'Preference<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/SortByTypeComparator.java:[62] 
	final int d1 = getDataOrder(e1.getData().getStoreType());
	                            ^^^^^^^^^^^^
Potential null pointer access: The method getData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/SortByTypeComparator.java:[63] 
	final int d2 = getDataOrder(e2.getData().getStoreType());
	                            ^^^^^^^^^^^^
Potential null pointer access: The method getData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RHelpTopicCompletionProposal.java:[85] 
	return RHelpUI.getUIResources().getImage((this.isInternalOnly) ?
				RHELP_TOPIC_INTERNAL_OBJ_IMAGE_ID :
				RHELP_TOPIC_OBJ_IMAGE_ID );
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Image' but this expression has type '@Nullable Image'
660. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RoxygenCompletionComputer.java (at line 48)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RoxygenCompletionComputer.java:[106] 
	private static class TagProposal extends SimpleCompletionProposal {
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^
SimpleCompletionProposal is a raw type. References to generic type SimpleCompletionProposal<TContext> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RoxygenCompletionComputer.java:[110] 
	super(parameters, keyword);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor SimpleCompletionProposal(SourceProposal.ProposalParameters, String) belongs to the raw type SimpleCompletionProposal. References to generic type SimpleCompletionProposal<TContext> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RoxygenCompletionComputer.java:[133] 
	return LTKUI.getImages().get(LTKUI.OBJ_TEXT_AT_TAG_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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/text/r/RDefaultTextStyleScanner.java:[111] 
	reset(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/AbstractRCommandHandler.java:[48] 
	final Command base = service.getCommand(commandId);
	                     ^^^^^^^
Potential null pointer access: The variable service may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RStoreContentProvider.java:[27] 
	private RStore store;
	        ^^^^^^
RStore is a raw type. References to generic type RStore<P> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RStoreContentProvider.java:[31] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RStoreContentProvider.java:[31] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RStoreContentProvider.java:[31] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RStoreContentProvider.java:[32] 
	this.store= (RStore) newInput;
	             ^^^^^^
RStore is a raw type. References to generic type RStore<P> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/GotoCellDialog.java:[109] 
	db.getContext().bindValue(
					WidgetProperties.text(SWT.Modify)
							.observe(this.indexControls[orientation.ordinal()]),
					this.indexValues[orientation.ordinal()],
					new UpdateValueStrategy()
							.setAfterGetValidator(new LongValidator(
									(lRange.start + 1), lRange.end,
									"Invalid " + getLabel(orientation) + " index (" + (lRange.start + 1) + "\u2013" + lRange.end + ").")),
					null );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation bindValue(ISWTObservableValue<String>, IObservableValue<Long>, UpdateValueStrategy, null) of the generic method bindValue(IObservableValue<T>, IObservableValue<M>, UpdateValueStrategy<? super T,? extends M>, UpdateValueStrategy<? super M,? extends T>) of type DataBindingContext
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/GotoCellDialog.java:[111] 
	.observe(this.indexControls[orientation.ordinal()]),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/GotoCellDialog.java:[112] 
	this.indexValues[orientation.ordinal()],
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<Long>' needs unchecked conversion to conform to '@NonNull IObservableValue<Long>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/GotoCellDialog.java:[113] 
	new UpdateValueStrategy()
							.setAfterGetValidator(new LongValidator(
									(lRange.start + 1), lRange.end,
									"Invalid " + getLabel(orientation) + " index (" + (lRange.start + 1) + "\u2013" + lRange.end + ").")),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setAfterGetValidator(IValidator) belongs to the raw type UpdateValueStrategy. References to generic type UpdateValueStrategy<S,D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/GotoCellDialog.java:[113] 
	new UpdateValueStrategy()
							.setAfterGetValidator(new LongValidator(
									(lRange.start + 1), lRange.end,
									"Invalid " + getLabel(orientation) + " index (" + (lRange.start + 1) + "\u2013" + lRange.end + ").")),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type UpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy<? super String,? extends Long>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/GotoCellDialog.java:[113] 
	new UpdateValueStrategy()
	    ^^^^^^^^^^^^^^^^^^^
UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy<S,D> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInWorkspaceHandler.java:[42] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/TextVariableFilter.java:[68] 
	TextVariableFilter.this.selectedValues.addAll(levelFilter.getSelectedValues());
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type IObservableSet needs unchecked conversion to conform to Collection<? extends String>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/TextVariableFilter.java:[109] 
	fcall.add(column.getRExpression());
	          ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/TextVariableFilter.java:[114] 
	final RObject data= 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RAstOutlinePage.java:[47] 
	return DialogUtils.getDialogSettings(RUIPlugin.getInstance(), "RAstOutlineView"); //$NON-NLS-1$
	                                     ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RUIPlugin' needs unchecked conversion to conform to '@NonNull AbstractUIPlugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RAstOutlinePage.java:[61] 
	public int hashCode(final Object element) {
	                          ^^^^^^
Illegal redefinition of parameter element, inherited method from IElementComparer does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RAstOutlinePage.java:[65] 
	public boolean equals(final Object a, final Object b) {
	                            ^^^^^^
Illegal redefinition of parameter a, inherited method from IElementComparer does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RAstOutlinePage.java:[65] 
	public boolean equals(final Object a, final Object b) {
	                                            ^^^^^^
Illegal redefinition of parameter b, inherited method from IElementComparer does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rtools/RunHelpSearchInR.java:[46] 
	public Object execute(final ExecutionEvent arg) throws ExecutionException {
	                            ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/RElementSearchHandler.java:[83] 
	public void setInitializationData(final IConfigurationElement config,
	                                        ^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IExecutableExtension specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/RElementSearchHandler.java:[84] 
	final String propertyName, final Object data) throws CoreException {
	      ^^^^^^
Missing non-null annotation: inherited method from IExecutableExtension specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/RElementSearchHandler.java:[84] 
	final String propertyName, final Object data) throws CoreException {
	                                 ^^^^^^
Missing nullable annotation: inherited method from IExecutableExtension specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/RElementSearchHandler.java:[95] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/REnvPreferencePage.java:[164] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/REnvPreferencePage.java:[169] 
	setupPreferenceManager(prefs);
	                       ^^^^^
Null type safety (type annotations): The expression of type 'Map<Preference<?>,String>' needs unchecked conversion to conform to '@NonNull Map<@NonNull Preference<?>,@Nullable String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/REnvPreferencePage.java:[190] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/REnvPreferencePage.java:[204] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/REnvPreferencePage.java:[246] 
	ViewerUtils.scheduleStandardSelection(this.listViewer);
	                                      ^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/REnvPreferencePage.java:[310] 
	config.load(editConfig);
	^^^^^^
Potential null pointer access: The variable config may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/REnvPreferencePage.java:[349] 
	final TableComposite composite= new ViewerUtils.TableComposite(parent, SWT.BORDER | SWT.MULTI | SWT.FULL_SELECTION | 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/REnvPreferencePage.java:[408] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/REnvPreferencePage.java:[408] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/REnvPreferencePage.java:[453] 
	protected void addBindings(final DataBindingSupport db) {
	                                 ^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ManagedConfigurationBlock specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/REnvPreferencePage.java:[456] 
	.observe(this.indexConsoleViewer),
	         ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ComboViewer' needs unchecked conversion to conform to '@NonNull Viewer'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/REnvPreferencePage.java:[457] 
	createObservable(RRunDebugPreferenceConstants.PREF_RENV_CHECK_UPDATE) );
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.StringPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull String>', corresponding supertype is 'Preference<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/REnvPreferencePage.java:[460] 
	.observe(this.networkEclipseControl),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Button' needs unchecked conversion to conform to '@NonNull Button'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/REnvPreferencePage.java:[485] 
	ImCollections.toList(this.envList),
	                     ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableList<IREnvConfiguration.WorkingCopy>' needs unchecked conversion to conform to '@NonNull Collection<? extends IREnvConfiguration>', corresponding supertype is 'Collection<IREnvConfiguration.WorkingCopy>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/NewRPkgProjectWizard.java:[72] 
	final SourceUnit su= BasicRResourceSourceUnit.createTempUnit(newFileHandle, "RPkgDescription"); //$NON-NLS-1$
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createTempUnit(IFile, String) from the type BasicRResourceSourceUnit is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/NewRPkgProjectWizard.java:[88] 
	su.disconnect(m);
	              ^
Null type safety (type annotations): The expression of type 'SubMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/NewRPkgProjectWizard.java:[105] 
	su, lineDelimiter );
	^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/NewRPkgProjectWizard.java:[105] 
	su, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/NewRPkgProjectWizard.java:[115] 
	return new EvaluatedTemplate(buffer, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/NewRPkgProjectWizard.java:[138] 
	final SourceUnit su= BasicRResourceSourceUnit.createTempUnit(newFileHandle, "RPkgDescription"); //$NON-NLS-1$
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createTempUnit(IFile, String) from the type BasicRResourceSourceUnit is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/NewRPkgProjectWizard.java:[154] 
	su.disconnect(m);
	              ^
Null type safety (type annotations): The expression of type 'SubMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/NewRPkgProjectWizard.java:[171] 
	su, lineDelimiter );
	^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/NewRPkgProjectWizard.java:[171] 
	su, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/NewRPkgProjectWizard.java:[179] 
	return new EvaluatedTemplate(buffer, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/NewRPkgProjectWizard.java:[201] 
	setDialogSettings(DialogUtils.getDialogSettings(RUIPlugin.getInstance(), "NewElementWizard")); //$NON-NLS-1$
	                                                ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RUIPlugin' needs unchecked conversion to conform to '@NonNull AbstractUIPlugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/NewRPkgProjectWizard.java:[241] 
	RProjects.setupRPkgProject(getResource(), pkgRoot, monitor);
	                           ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/NewRPkgProjectWizard.java:[241] 
	RProjects.setupRPkgProject(getResource(), pkgRoot, monitor);
	                                          ^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/FilterType.java:[52] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[35] 
	import org.eclipse.jface.text.templates.ContextTypeRegistry;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[156] 
	private ContextTypeRegistry rCodeTemplatesContextTypeRegistry;
	        ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[158] 
	private ContextTypeRegistry rdCodeTemplatesContextTypeRegistry;
	        ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[160] 
	private ContextTypeRegistry rPkgCodeTemplatesContextTypeRegistry;
	        ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[163] 
	private ContextTypeRegistry rEditorContextTypeRegistry;
	        ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[186] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[190] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[199] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[238] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[243] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[418] 
	public synchronized ContextTypeRegistry getRCodeGenerationTemplateContextRegistry() {
	                    ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[422] 
	RCodeTemplateContextType.registerContextTypes(this.rCodeTemplatesContextTypeRegistry);
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ContextTypeRegistry' needs unchecked conversion to conform to '@NonNull ContextTypeRegistry'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[453] 
	public synchronized ContextTypeRegistry getRdCodeGenerationTemplateContextRegistry() {
	                    ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[457] 
	RdCodeTemplateContextType.registerContextTypes(this.rdCodeTemplatesContextTypeRegistry);
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ContextTypeRegistry' needs unchecked conversion to conform to '@NonNull ContextTypeRegistry'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[488] 
	public synchronized ContextTypeRegistry getRPkgCodeGenerationTemplateContextRegistry() {
	                    ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[523] 
	public synchronized ContextTypeRegistry getREditorTemplateContextRegistry() {
	                    ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[527] 
	REditorTemplateContextType.registerContextTypes(this.rEditorContextTypeRegistry);
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ContextTypeRegistry' needs unchecked conversion to conform to '@NonNull ContextTypeRegistry'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[540] 
	getREditorTemplateContextRegistry(), getPreferenceStore(), R_EDITOR_TEMPLATES_KEY);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ContextTypeRegistry' needs unchecked conversion to conform to '@NonNull ContextTypeRegistry'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPlugin.java:[540] 
	getREditorTemplateContextRegistry(), getPreferenceStore(), R_EDITOR_TEMPLATES_KEY);
	                                     ^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RPkgManagerDialog.java:[104] 
	return DialogUtils.getDialogSettings(RUIPlugin.getInstance(), "pkgmanager/MainDialog"); //$NON-NLS-1$
	                                     ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RUIPlugin' needs unchecked conversion to conform to '@NonNull AbstractUIPlugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RPkgManagerDialog.java:[144] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RPkgManagerDialog.java:[206] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RPkgManagerDialog.java:[311] 
	public void handleChange(final ChangeEvent event) {
	                               ^^^^^^^^^^^
Missing non-null annotation: inherited method from IChangeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/InstallPkgsWizard.java:[118] 
	this.sameTargetValue= new WritableValue<>(databinding.getRealm(), Boolean.FALSE, Boolean.class);
	                                          ^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/InstallPkgsWizard.java:[121] 
	.observe(this.sameTargetControl),
	         ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Button' needs unchecked conversion to conform to '@NonNull Button'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/InstallPkgsWizard.java:[122] 
	this.sameTargetValue );
	^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<Boolean>' needs unchecked conversion to conform to '@NonNull IObservableValue<Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/InstallPkgsWizard.java:[124] 
	this.targetLibraryValue= new WritableValue<>(databinding.getRealm(), null, RLibLocation.class);
	                                             ^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/InstallPkgsWizard.java:[127] 
	.observe(this.selectTargetControl.getSelectionViewer()),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TreeViewer' needs unchecked conversion to conform to '@NonNull Viewer'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/InstallPkgsWizard.java:[128] 
	this.targetLibraryValue,
	^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<RLibLocation>' needs unchecked conversion to conform to '@NonNull IObservableValue<RLibLocation>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/InstallPkgsWizard.java:[129] 
	new UpdateValueStrategy<Object, RLibLocation>()
							.setAfterGetValidator(this.selectTargetControl.getValidator()),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'UpdateValueStrategy<Object,RLibLocation>' needs unchecked conversion to conform to '@Nullable UpdateValueStrategy<? super @Nullable Object,? extends RLibLocation>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/InstallPkgsWizard.java:[185] 
	setDialogSettings(DialogUtils.getDialogSettings(RUIPlugin.getInstance(), "pkgmanager/InstallPkgsWizard"));
	                                                ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RUIPlugin' needs unchecked conversion to conform to '@NonNull AbstractUIPlugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/InstallPkgsWizard.java:[239] 
	public void run(final IProgressMonitor monitor) throws InvocationTargetException, InterruptedException {
	                      ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IRunnableWithProgress specifies this parameter as @NonNull
750. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchUIQuery.java (at line 66)
	return PreferenceUtils.getInstancePrefs().getPreferenceValue(
						RHelpPreferences.SEARCH_PREVIEW_FRAGMENTS_MAX_PREF );
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchUIQuery.java:[70] 
	public void matchFound(final RHelpSearchMatch match) {
	                             ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from RHelpSearchRequestor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchUIQuery.java:[71] 
	RHelpSearchUIQuery.this.result.addMatch(new RHelpSearchUIMatch(match));
	                                                               ^^^^^
Null type safety (type annotations): The expression of type 'RHelpSearchMatch' needs unchecked conversion to conform to '@NonNull RHelpSearchMatch'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchUIQuery.java:[75] 
	RCore.getRHelpManager().search(this.query, requestor, EStatusUtils.convert(monitor, 1));
	                               ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RHelpSearchQuery' needs unchecked conversion to conform to '@NonNull RHelpSearchQuery'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorTemplatesPreferencePage.java:[55] 
	partitioner.setStartType(RPartitionNodeType.ROXYGEN);
	^^^^^^^^^^^
Potential null pointer access: The variable partitioner may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/REditorTemplatesPreferencePage.java:[58] 
	partitioner.setStartType(RPartitionNodeType.DEFAULT_ROOT);
	^^^^^^^^^^^
Potential null pointer access: The variable partitioner may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RElementHyperlinkDetector.java:[39] 
	public IHyperlink[] detectHyperlinks(final ITextViewer textViewer,
	       ^^^^^^^^^^^^
The return type is incompatible with '@NonNull IHyperlink @Nullable[]' returned from IHyperlinkDetector.detectHyperlinks(ITextViewer, IRegion, boolean) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RColorChooser.java:[157] 
	public void handleEvent(final Event event) {
	                              ^^^^^
Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull
758. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RColorChooser.java (at line 174)
	rgb[indexOf((IntText) event.getSource())] = event.newValue;
	                                            ^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RColorChooser.java:[198] 
	gd.widthHint = LayoutUtils.hintWidth(text.getControl(), 4);
	                                     ^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RColorChooser.java:[222] 
	public void handleEvent(final Event event) {
	                              ^^^^^
Missing non-null annotation: inherited method from Listener specifies this parameter as @NonNull
761. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RColorChooser.java (at line 244)
	rgb[0] = value.getRed();
	         ^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
762. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RColorChooser.java (at line 245)
	rgb[1] = value.getGreen();
	         ^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
763. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RColorChooser.java (at line 246)
	rgb[2] = value.getBlue();
	         ^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
764. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RColorChooser.java (at line 332)
	hsv[indexOf((DoubleText) event.getSource())] = event.newValue;
	                                               ^^^^^^^^^^^^^^
The expression of type Double is unboxed into double
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RColorChooser.java:[354] 
	gd.widthHint = LayoutUtils.hintWidth(text.getControl(), 6);
	                                     ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Text' needs unchecked conversion to conform to '@NonNull Text'
766. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/InlineTempWizard.java (at line 76)
	label.setText(NLS.bind("An assignment and {0} references to the local variable found.", count-1));
	                                                                                        ^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionHandler.java:[42] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RFontFamilyChooser.java:[149] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RFontFamilyChooser.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/REditorTemplatesPage.java:[66] 
	return RUIPlugin.getInstance().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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/REditorTemplatesPage.java:[115] 
	partitioner.setStartType(RPartitionNodeType.ROXYGEN);
	^^^^^^^^^^^
Potential null pointer access: The variable partitioner may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/REditorTemplatesPage.java:[118] 
	partitioner.setStartType(RPartitionNodeType.DEFAULT_ROOT);
	^^^^^^^^^^^
Potential null pointer access: The variable partitioner may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java:[184] 
	RHeuristicTokenScanner.create(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java:[191] 
	RHeuristicTokenScanner.create(getDocumentContentInfo()) );
	                              ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'DocContentSections' needs unchecked conversion to conform to '@NonNull DocContentSections'
775. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java (at line 214)
	return PreferenceUtils.getInstancePrefs().getPreferenceValue(
				REditorOptions.SMARTINSERT_BYDEFAULT_ENABLED_PREF );
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java:[231] 
	return new RAutoEditStrategy(this.fRCoreAccess, getSourceEditor());
	                             ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RCoreAccess' needs unchecked conversion to conform to '@NonNull RCoreAccess'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java:[231] 
	return new RAutoEditStrategy(this.fRCoreAccess, getSourceEditor());
	                                                ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IRSourceEditor' needs unchecked conversion to conform to '@NonNull ISourceEditor'
778. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java (at line 256)
	if (!(this.fRCoreAccess.getPrefs().getPreferenceValue(REditorOptions.PREF_SPELLCHECKING_ENABLED)
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java:[273] 
	final ContentAssistProcessor codeProcessor = new RContentAssistProcessor(assistant,
	                                                                         ^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java:[274] 
	RDocumentConstants.R_DEFAULT_CONTENT_TYPE, registry, editor);
	                                           ^^^^^^^^
Null type safety (type annotations): The expression of type 'ContentAssistComputerRegistry' needs unchecked conversion to conform to '@NonNull ContentAssistComputerRegistry'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java:[274] 
	RDocumentConstants.R_DEFAULT_CONTENT_TYPE, registry, editor);
	                                                     ^^^^^^
Null type safety (type annotations): The expression of type 'IRSourceEditor' needs unchecked conversion to conform to '@NonNull IRSourceEditor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java:[280] 
	RDocumentConstants.R_QUOTED_SYMBOL_CONTENT_TYPE, registry, editor);
	                                                 ^^^^^^^^
Null type safety (type annotations): The expression of type 'ContentAssistComputerRegistry' needs unchecked conversion to conform to '@NonNull ContentAssistComputerRegistry'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java:[280] 
	RDocumentConstants.R_QUOTED_SYMBOL_CONTENT_TYPE, registry, editor);
	                                                           ^^^^^^
Null type safety (type annotations): The expression of type 'IRSourceEditor' needs unchecked conversion to conform to '@NonNull IRSourceEditor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java:[284] 
	RDocumentConstants.R_STRING_CONTENT_TYPE, registry, editor);
	                                          ^^^^^^^^
Null type safety (type annotations): The expression of type 'ContentAssistComputerRegistry' needs unchecked conversion to conform to '@NonNull ContentAssistComputerRegistry'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java:[284] 
	RDocumentConstants.R_STRING_CONTENT_TYPE, registry, editor);
	                                                    ^^^^^^
Null type safety (type annotations): The expression of type 'IRSourceEditor' needs unchecked conversion to conform to '@NonNull IRSourceEditor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java:[288] 
	RDocumentConstants.R_COMMENT_CONTENT_TYPE, registry, editor);
	                                           ^^^^^^^^
Null type safety (type annotations): The expression of type 'ContentAssistComputerRegistry' needs unchecked conversion to conform to '@NonNull ContentAssistComputerRegistry'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java:[288] 
	RDocumentConstants.R_COMMENT_CONTENT_TYPE, registry, editor);
	                                                     ^^^^^^
Null type safety (type annotations): The expression of type 'IRSourceEditor' needs unchecked conversion to conform to '@NonNull IRSourceEditor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java:[292] 
	RDocumentConstants.R_ROXYGEN_CONTENT_TYPE, registry, editor);
	                                           ^^^^^^^^
Null type safety (type annotations): The expression of type 'ContentAssistComputerRegistry' needs unchecked conversion to conform to '@NonNull ContentAssistComputerRegistry'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java:[292] 
	RDocumentConstants.R_ROXYGEN_CONTENT_TYPE, registry, editor);
	                                                     ^^^^^^
Null type safety (type annotations): The expression of type 'IRSourceEditor' needs unchecked conversion to conform to '@NonNull IRSourceEditor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfiguration.java:[308] 
	return RDocumentConstants.R_CODE_CONTENT_CONSTRAINT.matches(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/PresentationConfig.java:[415] 
	this.listeners.add(listener);
	                   ^^^^^^^^
Null type safety (type annotations): The expression of type 'Runnable' needs unchecked conversion to conform to '@NonNull Runnable'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/TextSearchType.java:[137] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/RPkgProjectConfigurator.java:[78] 
	return Files.isRegularFile(parent.resolve(path));
	                                          ^^^^
Null type safety (type annotations): The expression of type 'Path' needs unchecked conversion to conform to '@NonNull Path'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/RPkgProjectConfigurator.java:[140] 
	if (path.endsWith(E_METADATA_DIR_JPATH)) {
	                  ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Path' needs unchecked conversion to conform to '@NonNull Path'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/RPkgProjectConfigurator.java:[324] 
	RProjects.setupRPkgProject(project, pkgRoot.getProjectRelativePath(), m.newChild(3));
	                           ^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/RPkgProjectConfigurator.java:[324] 
	RProjects.setupRPkgProject(project, pkgRoot.getProjectRelativePath(), m.newChild(3));
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/IntervalClient.java:[77] 
	new GridData(SWT.FILL, SWT.CENTER, true, false), this.lowerBoundControl, 10 ));
	                                                 ^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/IntervalClient.java:[91] 
	new GridData(SWT.FILL, SWT.CENTER, true, false), this.lowerBoundControl, 10 ));
	                                                 ^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/IntervalClient.java:[115] 
	db.getContext().bindValue(
					group.getLower(),
					this.filter.getSelectedLowerValue() );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation bindValue(IntValue2Double2TextBinding, IObservableValue<Number>) of the generic method bindValue(IObservableValue<T>, IObservableValue<M>) of type DataBindingContext
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/IntervalClient.java:[116] 
	group.getLower(),
	^^^^^^^^^^^^^^^^
Type safety: The expression of type IntValue2Double2TextBinding needs unchecked conversion to conform to IObservableValue<Object>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/IntervalClient.java:[116] 
	group.getLower(),
	^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IntValue2Double2TextBinding' needs unchecked conversion to conform to '@NonNull IObservableValue<Object>', corresponding supertype is 'IObservableValue'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/IntervalClient.java:[117] 
	this.filter.getSelectedLowerValue() );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<Number>' needs unchecked conversion to conform to '@NonNull IObservableValue<Number>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/IntervalClient.java:[118] 
	db.getContext().bindValue(
					group.getUpper(),
					this.filter.getSelectedUpperValue() );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation bindValue(IntValue2Double2TextBinding, IObservableValue<Number>) of the generic method bindValue(IObservableValue<T>, IObservableValue<M>) of type DataBindingContext
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/IntervalClient.java:[119] 
	group.getUpper(),
	^^^^^^^^^^^^^^^^
Type safety: The expression of type IntValue2Double2TextBinding needs unchecked conversion to conform to IObservableValue<Object>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/IntervalClient.java:[119] 
	group.getUpper(),
	^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IntValue2Double2TextBinding' needs unchecked conversion to conform to '@NonNull IObservableValue<Object>', corresponding supertype is 'IObservableValue'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/IntervalClient.java:[120] 
	this.filter.getSelectedUpperValue() );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<Number>' needs unchecked conversion to conform to '@NonNull IObservableValue<Number>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/IntervalClient.java:[129] 
	db.getContext().bindValue(
					group.getLower(),
					this.filter.getSelectedLowerValue() );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation bindValue(IntValue2TextBinding, IObservableValue<Number>) of the generic method bindValue(IObservableValue<T>, IObservableValue<M>) of type DataBindingContext
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/IntervalClient.java:[130] 
	group.getLower(),
	^^^^^^^^^^^^^^^^
Type safety: The expression of type IntValue2TextBinding needs unchecked conversion to conform to IObservableValue<Object>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/IntervalClient.java:[130] 
	group.getLower(),
	^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IntValue2TextBinding' needs unchecked conversion to conform to '@NonNull IObservableValue<Object>', corresponding supertype is 'IObservableValue'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/IntervalClient.java:[131] 
	this.filter.getSelectedLowerValue() );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<Number>' needs unchecked conversion to conform to '@NonNull IObservableValue<Number>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/IntervalClient.java:[132] 
	db.getContext().bindValue(
					group.getUpper(),
					this.filter.getSelectedUpperValue() );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation bindValue(IntValue2TextBinding, IObservableValue<Number>) of the generic method bindValue(IObservableValue<T>, IObservableValue<M>) of type DataBindingContext
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/IntervalClient.java:[133] 
	group.getUpper(),
	^^^^^^^^^^^^^^^^
Type safety: The expression of type IntValue2TextBinding needs unchecked conversion to conform to IObservableValue<Object>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/IntervalClient.java:[133] 
	group.getUpper(),
	^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IntValue2TextBinding' needs unchecked conversion to conform to '@NonNull IObservableValue<Object>', corresponding supertype is 'IObservableValue'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/IntervalClient.java:[134] 
	this.filter.getSelectedUpperValue() );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<Number>' needs unchecked conversion to conform to '@NonNull IObservableValue<Number>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/IntervalClient.java:[139] 
	.observe(this.NAControl),
	         ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Button' needs unchecked conversion to conform to '@NonNull Button'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/IntervalClient.java:[140] 
	this.filter.getSelectedNA() );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<Boolean>' needs unchecked conversion to conform to '@NonNull IObservableValue<Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/IntervalClient.java:[145] 
	final RStore minMaxData= this.filter.getMinMaxData();
	      ^^^^^^
RStore is a raw type. References to generic type RStore<P> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/KeywordSelectionDialog.java:[37] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/KeywordSelectionDialog.java:[37] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/KeywordSelectionDialog.java:[37] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/KeywordSelectionDialog.java:[41] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/KeywordSelectionDialog.java:[41] 
	public Object[] getElements(final Object inputElement) {
	                                  ^^^^^^
Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/KeywordSelectionDialog.java:[50] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/KeywordSelectionDialog.java:[55] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/KeywordSelectionDialog.java:[55] 
	public Object[] getChildren(final Object parentElement) {
	                                  ^^^^^^
Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/KeywordSelectionDialog.java:[63] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RDoubleCommentAction.java:[86] 
	scanner.configure(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RDoubleCommentAction.java:[103] 
	final int firstLine = scanner.getFirstLineOfRegion(textBlock);
	                                                   ^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RDoubleCommentAction.java:[104] 
	final int lastLine = scanner.getLastLineOfRegion(textBlock);
	                                                 ^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RDataFilterPage.java:[86] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RDataFilterPage.java:[113] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RDataFilterPage.java:[113] 
	public void updateElement(final UIElement element, final Map parameters) {
	                                                         ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RDataFilterPage.java:[113] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RDataFilterPage.java:[114] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RDataFilterPage.java:[125] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RDataFilterPage.java:[141] 
	public Object execute(final ExecutionEvent event) throws ExecutionException {
	                            ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IHandler specifies this parameter as @NonNull
837. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RDataFilterPage.java (at line 147)
	return DNDUtils.setContent(clipboard,
							new Object[] { rExpression },
							new Transfer[] { TextTransfer.getInstance() });
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RDataFilterPage.java:[186] 
	return DialogUtils.getDialogSettings(RUIPlugin.getInstance(), "RDataFilterPage"); //$NON-NLS-1$
	                                     ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RUIPlugin' needs unchecked conversion to conform to '@NonNull AbstractUIPlugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RDataFilterPage.java:[190] 
	public void init(final IPageSite pageSite) {
	                       ^^^^^^^^^
Missing non-null annotation: inherited method from IPageBookViewPage specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RDataFilterPage.java:[190] 
	public void init(final IPageSite pageSite) {
	                       ^^^^^^^^^
Missing non-null annotation: inherited method from Page specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RDataFilterPage.java:[191] 
	super.init(pageSite);
	           ^^^^^^^^
Null type safety (type annotations): The expression of type 'IPageSite' needs unchecked conversion to conform to '@NonNull IPageSite'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RDataFilterPage.java:[198] 
	handlerService.activateHandler(EXPAND_ALL_COMMAND_ID, handler);
	^^^^^^^^^^^^^^
Potential null pointer access: The variable handlerService may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RDataFilterPage.java:[229] 
	public void createControl(final Composite parent) {
	                                ^^^^^^^^^
Missing non-null annotation: inherited method from IPage specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RDataFilterPage.java:[229] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/templates/REditorContext.java:[62] 
	((IRSourceEditor) editor).getRCoreAccess() :
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RCoreAccess' needs unchecked conversion to conform to '@NonNull RCoreAccess'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/templates/REditorContext.java:[77] 
	public void doEdit(final int line, final int offset, final int length, final StringBuilder text)
	                                                                             ^^^^^^^^^^^^^
Illegal redefinition of parameter text, inherited method from IndentUtil.IndentEditAction does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/templates/REditorContext.java:[84] 
	else {
								final int end = util.getIndentedOffsetAt(line, column);
								edit = new DeleteEdit(offset, end-offset);
							}
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RAssistInvocationContext.java:[260] 
	return getEditor().getRCoreAccess();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RCoreAccess' needs unchecked conversion to conform to '@NonNull RCoreAccess'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RAssistInvocationContext.java:[609] 
	protected void allFinished(final ImList<CombinedRElement> resolvedElements) {
	                                 ^^^^^^
Illegal redefinition of parameter resolvedElements, inherited method from LoadReferencesUtil does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RFragmentDocumentProvider.java:[63] 
	public void handleDebugEvents(final DebugEvent[] events) {
	                                    ^^^^^^^^^^^^
Missing non-null annotation: inherited method from IDebugEventSetListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RFragmentDocumentProvider.java:[105] 
	protected ElementInfo createElementInfo(final Object element) throws CoreException {
	                                              ^^^^^^
Missing non-null annotation: inherited method from FragmentDocumentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RFragmentDocumentProvider.java:[106] 
	final ElementInfo info = super.createElementInfo(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RFragmentDocumentProvider.java:[125] 
	protected void disposeElementInfo(final Object element, final ElementInfo info) {
	                                        ^^^^^^
Missing non-null annotation: inherited method from FragmentDocumentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RFragmentDocumentProvider.java:[125] 
	protected void disposeElementInfo(final Object element, final ElementInfo info) {
	                                                              ^^^^^^^^^^^
Missing non-null annotation: inherited method from FragmentDocumentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RFragmentDocumentProvider.java:[126] 
	super.disposeElementInfo(element, info);
	                         ^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RFragmentDocumentProvider.java:[126] 
	super.disposeElementInfo(element, info);
	                                  ^^^^
Null type safety (type annotations): The expression of type 'AbstractDocumentProvider.ElementInfo' needs unchecked conversion to conform to 'AbstractDocumentProvider.@NonNull ElementInfo'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/search/RElementSearch.java:[103] 
	final RFrame frame;
	      ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/search/RElementSearch.java:[105] 
	frame= modelInfo.getTopFrame();
	       ^^^^^^^^^
Potential null pointer access: The variable modelInfo may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/search/RElementSearch.java:[108] 
	frame= modelInfo.getReferencedFrames().get(frameId);
	       ^^^^^^^^^
Potential null pointer access: The variable modelInfo may be null at this location
860. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/search/RElementSearch.java (at line 133)
	final int lineOffset= lineInformation.getStartOffset(lineNumber);
	                                                     ^^^^^^^^^^
The expression of type Integer is unboxed into int
861. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/search/RElementSearch.java (at line 134)
	lineElement= new LineElement<>(bestUnit, lineNumber, lineOffset,
	                                         ^^^^^^^^^^
The expression of type Integer is unboxed into int
862. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/search/RElementSearch.java (at line 135)
	getContent(contentText, lineOffset, lineOffset + lineInformation.getLength(lineNumber)) );
	                                                                           ^^^^^^^^^^
The expression of type Integer is unboxed into int
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RPkgCompletionProposal.java:[53] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RPkgCompletionProposal.java:[59] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RPkgCompletionProposal.java:[67] 
	styledText.append(this.pkgInfo.getTitle(), StyledString.QUALIFIER_STYLER);
	                       ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RPkgCompletionProposal.java:[81] 
	return RUI.getImage(RUI.IMG_OBJ_R_PACKAGE);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpPreferencePage.java:[168] 
	fireValueChange(Diffs.createValueDiff(oldUrl, this.url));
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ValueDiff<@NonNull String>' needs unchecked conversion to conform to '@NonNull ValueDiff<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpPreferencePage.java:[220] 
	protected RHelpConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field homeBlankControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpPreferencePage.java:[220] 
	protected RHelpConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field homeCustomControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpPreferencePage.java:[220] 
	protected RHelpConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field homeREnvControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpPreferencePage.java:[220] 
	protected RHelpConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field homeUrlControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpPreferencePage.java:[220] 
	protected RHelpConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field searchMaxFragmentsControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpPreferencePage.java:[220] 
	protected RHelpConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field searchReusePageControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpPreferencePage.java:[315] 
	new HomeObservable(db.getRealm()),
	                   ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/LevelClient.java:[46] 
	private RStore availableValues;
	        ^^^^^^
RStore is a raw type. References to generic type RStore<P> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/LevelClient.java:[61] 
	this.selectedValues= filter.getSelectedValues();
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type IObservableSet needs unchecked conversion to conform to IObservableSet<Object>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/LevelClient.java:[84] 
	final AutoCheckController<?> autoCheckController= new AutoCheckController<>(
				this.valueListViewer, this.filter.getSelectedValues() );
	                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor AutoCheckController(CheckboxTableViewer, IObservableSet) belongs to the raw type AutoCheckController. References to generic type AutoCheckController<TElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/LevelClient.java:[94] 
	this.valueListHandlers.get(SELECT_ALL_COMMAND_ID) ));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/LevelClient.java:[95] 
	this.valueListViewer.getTable().setMenu(this.valueListMenuManager.createContextMenu(this.valueListViewer.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/LevelClient.java:[110] 
	.observe((ICheckable)this.valueListViewer),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ICheckable' needs unchecked conversion to conform to '@NonNull ICheckable'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/LevelClient.java:[114] 
	new UpdateSetStrategy<>()
						.setConverter(new RStore2UIConverter<>()) );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'UpdateSetStrategy<Object,Object>' needs unchecked conversion to conform to 'UpdateSetStrategy<? super Object,? extends @NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RStripCommentsHandler.java:[67] 
	final SourceUnitModelInfo model = su.getModelInfo(null, ModelManager.MODEL_FILE, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RStripCommentsHandler.java:[84] 
	for (final AstNode comment : comments) {
	                             ^^^^^^^^
Potential null pointer access: The variable comments may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RStripCommentsHandler.java:[85] 
	if (comment.getStartOffset() >= startOffset) {
	    ^^^^^^^
Potential null pointer access: The variable comment may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RStripCommentsHandler.java:[110] 
	DocumentRewriteSessionType.SEQUENTIAL ) {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'DocumentRewriteSessionType' needs unchecked conversion to conform to '@NonNull DocumentRewriteSessionType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/REditor.java:[96] 
	ACTION_SET_CONTEXT_IDS, KEY_CONTEXTS );
	^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<String>' needs unchecked conversion to conform to '@NonNull Collection<? extends String>', corresponding supertype is 'Collection<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/REditor.java:[96] 
	ACTION_SET_CONTEXT_IDS, KEY_CONTEXTS );
	                        ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<String>' needs unchecked conversion to conform to '@NonNull Collection<? extends String>', corresponding supertype is 'Collection<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/REditor.java:[257] 
	handlerService.activateHandler(LTKUI.INSERT_ASSIGNMENT_COMMAND_ID, handler);
	^^^^^^^^^^^^^^
Potential null pointer access: The variable handlerService may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/REditor.java:[303] 
	protected IRegion getRangeToReveal(final SourceUnitModelInfo modelInfo, final SourceStructElement element) {
	                                                                              ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/REditor.java:[335] 
	public <T> T getAdapter(final Class<T> adapterType) {
	                              ^^^^^
Missing non-null annotation: inherited method from IAdaptable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/REditor.java:[342] 
	return super.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/NewRFileCreationWizard.java:[56] 
	true, m );
	      ^
Null type safety (type annotations): The expression of type 'SubMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/NewRFileCreationWizard.java:[69] 
	su.disconnect(m);
	              ^
Null type safety (type annotations): The expression of type 'SubMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/NewRFileCreationWizard.java:[83] 
	setDialogSettings(DialogUtils.getDialogSettings(RUIPlugin.getInstance(), "NewElementWizard")); //$NON-NLS-1$
	                                                ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RUIPlugin' needs unchecked conversion to conform to '@NonNull AbstractUIPlugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/StatusPage.java:[87] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditor.java:[138] 
	setSite(site);
	        ^^^^
Null type safety (type annotations): The expression of type 'IEditorSite' needs unchecked conversion to conform to '@NonNull IWorkbenchPartSite'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditor.java:[150] 
	getEditorSite().getWorkbenchWindow().getPartService().removePartListener(this.activationListener);
	                                                                         ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RDataEditor.ActivationListener' needs unchecked conversion to conform to '@NonNull IPartListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditor.java:[219] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditor.java:[219] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditor.java:[221] 
	getEditorSite().getWorkbenchWindow().getPartService().addPartListener(this.activationListener);
	                                                                      ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RDataEditor.ActivationListener' needs unchecked conversion to conform to '@NonNull IPartListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditor.java:[225] 
	this.handlers= new ContextHandlers(site.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditor.java:[258] 
	WorkbenchUIUtils.activateContext(serviceLocator, "org.eclipse.statet.r.contexts.RDataEditor"); //$NON-NLS-1$
	                                 ^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditor.java:[280] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditor.java:[348] 
	public <T> T getAdapter(final Class<T> adapterType) {
	                              ^^^^^
Missing non-null annotation: inherited method from IAdaptable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditor.java:[348] 
	public <T> T getAdapter(final Class<T> adapterType) {
	                              ^^^^^
Missing non-null annotation: inherited method from WorkbenchPart specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditor.java:[364] 
	return super.getAdapter(adapterType);
	                        ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Class<T>' needs unchecked conversion to conform to '@NonNull Class<T>'
907. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/Text2IntConverter.java (at line 50)
	return Integer.parseInt(s.substring(2), 16);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
908. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/Text2IntConverter.java (at line 52)
	return Integer.parseInt(s);
	       ^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[216] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[232] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[249] 
	ViewerUtils.installDefaultEditBehaviour(this.argumentsViewer);
	                                        ^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[271] 
	.observe(this.functionNameControl),
	         ^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[273] 
	.observe(realm, getRefactoring()),
	         ^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[273] 
	.observe(realm, getRefactoring()),
	                ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'FunctionToS4MethodRefactoring' needs unchecked conversion to conform to '@NonNull FunctionToS4MethodRefactoring'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[274] 
	new UpdateValueStrategy<String, String>()
							.setAfterGetValidator((final String value) ->
									new RefactoringBasedStatus(
											getRefactoring().checkFunctionName(value) )),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'UpdateValueStrategy<String,String>' needs unchecked conversion to conform to '@Nullable UpdateValueStrategy<? super @NonNull String,? extends @NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[350] 
	.observe(this.generateGenericControl),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Button' needs unchecked conversion to conform to '@NonNull Button'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[352] 
	.observe(realm, getRefactoring()) );
	         ^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodWizard.java:[352] 
	.observe(realm, getRefactoring()) );
	                ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'FunctionToS4MethodRefactoring' needs unchecked conversion to conform to '@NonNull FunctionToS4MethodRefactoring'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindTask.java:[52] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/FilterSet.java:[58] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/FilterSet.java:[63] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/FilterSet.java:[68] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/FilterSet.java:[73] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/FilterSet.java:[91] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/FilterSet.java:[91] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/FilterSet.java:[319] 
	return ImCollections.toList(this.filters);
	                            ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<VariableFilter>' needs unchecked conversion to conform to '@NonNull Collection<? extends VariableFilter>', corresponding supertype is 'Collection<VariableFilter>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/FilterSet.java:[332] 
	this.input.getRHandle().getQueue().add(this.updateRunnable);
	                                       ^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/FilterSet.java:[382] 
	this.listeners.add(listener);
	                   ^^^^^^^^
Null type safety (type annotations): The expression of type 'IFilterListener' needs unchecked conversion to conform to '@NonNull IFilterListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/FilterSet.java:[390] 
	this.postListeners.add(listener);
	                       ^^^^^^^^
Null type safety (type annotations): The expression of type 'IFilterListener' needs unchecked conversion to conform to '@NonNull IFilterListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/ToggleRunEchoHandler.java:[18] 
	import org.eclipse.statet.ecommons.ui.actions.TogglePreferenceEnablementHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type TogglePreferenceEnablementHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/ToggleRunEchoHandler.java:[23] 
	public class ToggleRunEchoHandler extends TogglePreferenceEnablementHandler {
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type TogglePreferenceEnablementHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/ToggleRunEchoHandler.java:[28] 
	super(RCodeLaunching.ECHO_ENABLED_PREF, PreferenceUtils.getInstancePrefs(),
				LaunchShortcutUtil.TOGGLE_ECHO_COMMAND_ID );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor TogglePreferenceEnablementHandler(Preference<Boolean>, PreferenceAccess, String) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitSelectionAndGotoNextLineHandler.java:[48] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RInteractionPreferencePage.java:[90] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RInteractionPreferencePage.java:[96] 
	setupPreferenceManager(prefs);
	                       ^^^^^
Null type safety (type annotations): The expression of type 'Map<Preference<?>,String>' needs unchecked conversion to conform to '@NonNull Map<@NonNull Preference<?>,@Nullable String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RInteractionPreferencePage.java:[98] 
	LayoutUtils.addSmallFiller(pageComposite, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RInteractionPreferencePage.java:[102] 
	LayoutUtils.addSmallFiller(pageComposite, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RInteractionPreferencePage.java:[145] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RInteractionPreferencePage.java:[148] 
	setPrefValue(RRunDebugPreferenceConstants.PREF_R_CONNECTOR, RInteractionConfigurationBlock.this.connectors[idx].fId);
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.StringPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull String>', corresponding supertype is 'Preference<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RInteractionPreferencePage.java:[148] 
	setPrefValue(RRunDebugPreferenceConstants.PREF_R_CONNECTOR, RInteractionConfigurationBlock.this.connectors[idx].fId);
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RInteractionPreferencePage.java:[168] 
	int widthHint= this.connectorsDescription.getParent().getClientArea().width;
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RInteractionPreferencePage.java:[169] 
	if (!scroller.getVerticalBar().isVisible()) {
	     ^^^^^^^^
Potential null pointer access: The variable scroller may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RInteractionPreferencePage.java:[172] 
	this.connectorsDescription.setSize(this.connectorsDescription.computeSize(
				widthHint, SWT.DEFAULT));
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RInteractionPreferencePage.java:[203] 
	gd.widthHint= LayoutUtils.hintWidth(this.commandEditors[i].getTextControl(), null, 25);
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'StyledText' needs unchecked conversion to conform to '@NonNull StyledText'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RInteractionPreferencePage.java:[203] 
	gd.widthHint= LayoutUtils.hintWidth(this.commandEditors[i].getTextControl(), null, 25);
	                                                                             ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RInteractionPreferencePage.java:[226] 
	RRunDebugPreferenceConstants.PREF_R_CONNECTOR );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.StringPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull String>', corresponding supertype is 'Preference<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/RInteractionPreferencePage.java:[266] 
	this.commandEditors[i].getDocument().set(this.fileCommands[i].getDefaultCommand());
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/REditorOptions.java:[90] 
	public REditorOptions(final int mode) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field fSmartTabAction may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/REditorOptions.java:[115] 
	public void load(final PreferenceAccess prefs) {
	                       ^^^^^^^^^^^^^^^^
Illegal redefinition of parameter prefs, inherited method from AbstractPreferencesModelObject does not constrain this parameter
950. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/REditorOptions.java (at line 116)
	fIsSmartByDefaultEnabled = prefs.getPreferenceValue(SMARTINSERT_BYDEFAULT_ENABLED_PREF);
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
951. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/REditorOptions.java (at line 118)
	fIsSmartCurlyBracketsEnabled = prefs.getPreferenceValue(SMARTINSERT_CLOSECURLY_ENABLED_PREF);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
952. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/REditorOptions.java (at line 119)
	fIsSmartRoundBracketsEnabled = prefs.getPreferenceValue(SMARTINSERT_CLOSEROUND_ENABLED_PREF);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
953. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/REditorOptions.java (at line 120)
	fIsSmartSquareBracketsEnabled = prefs.getPreferenceValue(SMARTINSERT_CLOSESQUARE_ENABLED_PREF);
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
954. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/REditorOptions.java (at line 121)
	fIsSmartSpecialPercentEnabled = prefs.getPreferenceValue(SMARTINSERT_CLOSESPECIAL_ENABLED_PREF);
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
955. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/REditorOptions.java (at line 122)
	fIsSmartStringsEnabled = prefs.getPreferenceValue(SMARTINSERT_CLOSESTRINGS_ENABLED_PREF);
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
956. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/REditorOptions.java (at line 123)
	fIsSmartPasteEnabled = prefs.getPreferenceValue(SMARTINSERT_ONPASTE_ENABLED_PREF);
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/REditorOptions.java:[127] 
	public Map<Preference<?>, Object> deliverToPreferencesMap(final Map<Preference<?>, Object> map) {
	       ^^^
The return type is incompatible with 'Map<Preference<?>,Object>' returned from AbstractPreferencesModelObject.deliverToPreferencesMap(Map<Preference<?>,Object>) (mismatching null constraints)
958. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/REditorOptions.java (at line 128)
	map.put(SMARTINSERT_BYDEFAULT_ENABLED_PREF, fIsSmartByDefaultEnabled);
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
959. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/REditorOptions.java (at line 130)
	map.put(SMARTINSERT_CLOSECURLY_ENABLED_PREF, fIsSmartCurlyBracketsEnabled);
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
960. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/REditorOptions.java (at line 131)
	map.put(SMARTINSERT_CLOSEROUND_ENABLED_PREF, fIsSmartRoundBracketsEnabled);
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
961. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/REditorOptions.java (at line 132)
	map.put(SMARTINSERT_CLOSESQUARE_ENABLED_PREF, fIsSmartSquareBracketsEnabled);
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
962. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/REditorOptions.java (at line 133)
	map.put(SMARTINSERT_CLOSESPECIAL_ENABLED_PREF, fIsSmartSpecialPercentEnabled);
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
963. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/REditorOptions.java (at line 134)
	map.put(SMARTINSERT_CLOSESTRINGS_ENABLED_PREF, fIsSmartStringsEnabled);
	                                               ^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
964. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/REditorOptions.java (at line 135)
	map.put(SMARTINSERT_ONPASTE_ENABLED_PREF, fIsSmartPasteEnabled);
	                                          ^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/ResizeTableTextHandler.java:[58] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableColumn.java:[34] 
	private final RStore fDataStore;
	              ^^^^^^
RStore is a raw type. References to generic type RStore<P> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableColumn.java:[43] 
	final int columnType, final RStore dataStore, final List<String> classNames,
	                            ^^^^^^
RStore is a raw type. References to generic type RStore<P> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableColumn.java:[84] 
	public RStore getDataStore() {
	       ^^^^^^
RStore is a raw type. References to generic type RStore<P> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableColumn.java:[104] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableColumn.java:[104] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/Lock.java:[25] 
	abstract class Lock extends ReentrantLock {
	               ^^^^
The serializable class Lock does not declare a static final serialVersionUID field of type long
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/Lock.java:[68] 
	store.getFragment(rowIdx, columnIdx, flags, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractTempHandler.java:[42] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/assist/RElementInfoControl.java:[292] 
	final int widthMax2= LayoutUtils.hintWidth(this.infoText, PREF_DETAIL_PANE_FONT, 80);
	                                           ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'StyledText' needs unchecked conversion to conform to '@NonNull StyledText'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/assist/RElementInfoControl.java:[322] 
	final int titleWidth= LayoutUtils.hintWidth(this.titleText, JFaceResources.DIALOG_FONT, widthInChars);
	                                            ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'StyledText' needs unchecked conversion to conform to '@NonNull StyledText'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/assist/RElementInfoControl.java:[324] 
	final int infoWidth= LayoutUtils.hintWidth(this.infoText, PREF_DETAIL_PANE_FONT, widthInChars);
	                                           ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'StyledText' needs unchecked conversion to conform to '@NonNull StyledText'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RLiveDataEditorInput.java:[43] 
	return (((RArray<RStore>) element).getDim().getLength() == 2);
	        ^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from RObject to RArray<RStore>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RLiveDataEditorInput.java:[43] 
	return (((RArray<RStore>) element).getDim().getLength() == 2);
	                 ^^^^^^
RStore is a raw type. References to generic type RStore<P> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RLiveDataEditorInput.java:[43] 
	return (((RArray<RStore>) element).getDim().getLength() == 2);
	                 ^^^^^^
Null constraint mismatch: The type 'RStore' is not a valid substitute for the type parameter 'TData extends @NonNull RStore<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RLiveDataEditorInput.java:[53] 
	public RLiveDataEditorInput(final RElementName elementName, final FQRObjectRef elementRef) {
	                                                                  ^^^^^^^^^^^^
FQRObjectRef is a raw type. References to generic type FQRObjectRef<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RLiveDataEditorInput.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RLiveDataEditorInput.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RLiveDataEditorInput.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RLiveDataEditorInput.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/GotoRConsole.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/GotoRConsole.java:[60] 
	public void addHandlerListener(final IHandlerListener handlerListener) {
	                                     ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/GotoRConsole.java:[64] 
	public void removeHandlerListener(final IHandlerListener handlerListener) {
	                                        ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/SummaryPage.java:[83] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/SummaryPage.java:[93] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/SummaryPage.java:[103] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/SummaryPage.java:[113] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/SummaryPage.java:[117] 
	final StringBuilder sb= new StringBuilder(repo.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/SummaryPage.java:[133] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/StatusLabelProvider.java:[33] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/OpenInEditorHandler.java:[55] 
	final CombinedRElement rElement= RElementInputContentProvider.getCombinedRElement(selection.getFirstElement());
	                                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/search/RElementSearchResult.java:[57] 
	new RSourceUnit[0], new LtkModelElementComparator(RSymbolComparator.R_NAMES_COLLATOR),
	^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RSourceUnit[]' needs unchecked conversion to conform to '@NonNull RSourceUnit []'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/search/RElementSearchResult.java:[78] 
	final StringBuilder sb= new StringBuilder(this.query.getSearchLabel());
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/search/RElementSearchResult.java:[114] 
	element= ((SourceElement)element).getSourceUnit();
	           ^^^^^^^^^^^^^
SourceElement is a raw type. References to generic type SourceElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/search/RElementSearchResult.java:[128] 
	final SourceUnit su= LtkModels.getSourceUnitManager().getSourceUnit(Ltk.PERSISTENCE_CONTEXT, file,
	                                                                                             ^^^^
Null type safety (type annotations): The expression of type 'IFile' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/search/RElementSearchResult.java:[129] 
	null, false, null );
	             ^^^^
Null type mismatch: required '@NonNull IProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/search/RElementSearchResult.java:[140] 
	su.disconnect(null);
	              ^^^^
Null type mismatch: required '@NonNull IProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInputLabelProvider.java:[38] 
	return ((RElementInputContentProvider) getViewer().getContentProvider()).getInput();
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RElementInputContentProvider is a raw type. References to generic type RElementInputContentProvider<TInput> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInputLabelProvider.java:[42] 
	protected String getEnvCountInfo(final CombinedRList envir) {
	                                       ^^^^^^^^^^^^^
Illegal redefinition of parameter envir, inherited method from RLabelProvider does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInputLabelProvider.java:[51] 
	else {
				textBuilder.append('-');
			}
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/FunctionToS4MethodHandler.java:[42] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/VariableFilter.java:[47] 
	public void handleValueChange(final ValueChangeEvent<?> event) {
	                                    ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IValueChangeListener<Object> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/VariableFilter.java:[98] 
	((IObservableValue<?>) observable).addValueChangeListener(this.valueListener);
	                                                          ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'VariableFilter.BindingListener' needs unchecked conversion to conform to '@NonNull IValueChangeListener<? super capture#of ?>', corresponding supertype is 'IValueChangeListener<Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/VariableFilter.java:[150] 
	+ getColumn().getElementName().getDisplayName(nameFlags).substring(1);
	  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getDisplayName(int) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RdEditor.java:[64] 
	this.fRdConfig.setSource((RProject) getProject(newInput, RProjects.R_NATURE_ID));
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getProject(IEditorInput, String) from the type SourceEditor1 is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RefreshHandler.java:[36] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/ShowElementCommandHandler.java:[63] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/ShowElementCommandHandler.java:[63] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/ShowElementCommandHandler.java:[68] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/ShowElementCommandHandler.java:[68] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/ShowElementCommandHandler.java:[78] 
	public void run(final RToolService service, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/ShowElementCommandHandler.java:[78] 
	public void run(final RToolService service, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/ShowElementCommandHandler.java:[79] 
	final FQRObject data= service.findData(this.elementName.getSegmentName(),
	      ^^^^^^^^^
FQRObject is a raw type. References to generic type FQRObject<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/ShowElementCommandHandler.java:[79] 
	final FQRObject data= service.findData(this.elementName.getSegmentName(),
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/ShowElementCommandHandler.java:[81] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/ShowElementCommandHandler.java:[89] 
	doOpen(this.tool, RElementName.create(segments));
	                                      ^^^^^^^^
Null type safety (type annotations): The expression of type 'List<RElementName>' needs unchecked conversion to conform to '@NonNull List<@NonNull RElementName>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/ShowElementCommandHandler.java:[116] 
	public Status execute(final String id, final RToolService r, final Map<String, Object> data,
	       ^^^^^^
The return type is incompatible with '@NonNull Status' returned from AbstractRToolCommandHandler.execute(String, RToolService, Map<String,Object>, ProgressMonitor) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/ShowElementCommandHandler.java:[116] 
	public Status execute(final String id, final RToolService r, final Map<String, Object> data,
	                            ^^^^^^
Missing non-null annotation: inherited method from AbstractRToolCommandHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/ShowElementCommandHandler.java:[116] 
	public Status execute(final String id, final RToolService r, final Map<String, Object> data,
	                                             ^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractRToolCommandHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/ShowElementCommandHandler.java:[116] 
	public Status execute(final String id, final RToolService r, final Map<String, Object> data,
	                                                                   ^^^
Missing non-null annotation: inherited method from AbstractRToolCommandHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/ShowElementCommandHandler.java:[117] 
	final ProgressMonitor m) throws StatusException {
	      ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractRToolCommandHandler specifies this parameter as @NonNull
1026. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/ShowElementCommandHandler.java (at line 120)
	final String elementName= ToolCommandHandlerUtils.getCheckedData(data, "elementName",
					String.class, true); 
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'C=@NonNull String'. Declaring type 'ToolCommandHandlerUtils' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/VariableComposite.java:[63] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/VariableComposite.java:[83] 
	getParent().layout(new Control[] { this });
	^^^^^^^^^^^
Potential null pointer access: The method getParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RequestSync.java:[83] 
	this.linkRequest.cancel();
	     ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RequestSync.java:[87] 
	this.expliciteRequest.cancel();
	     ^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RequestSync.java:[107] 
	this.linkRequest.cancel();
	     ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/ColumnLabelProvider.java:[41] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RQuickOutlineInformationControl.java:[37] 
	private class ContentFilter implements LtkModelElementFilter {
	                                       ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RQuickOutlineInformationControl.java:[40] 
	public boolean include(final LtkModelElement element) {
	                             ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RQuickOutlineInformationControl.java:[61] 
	public String getModelTypeId() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from QuickOutlineInformationControl.getModelTypeId() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RQuickOutlineInformationControl.java:[66] 
	protected LtkModelElementFilter getContentFilter() {
	          ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RQuickOutlineInformationControl.java:[66] 
	protected LtkModelElementFilter getContentFilter() {
	          ^^^^^^^^^^^^^^^^^^^^^
Type safety: The return type LtkModelElementFilter for getContentFilter() from the type RQuickOutlineInformationControl needs unchecked conversion to conform to LtkModelElementFilter<? super SourceStructElement<?,?>> from the type QuickOutlineInformationControl
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RQuickOutlineInformationControl.java:[71] 
	protected ITextElementFilter createNameFilter() {
	          ^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull ITextElementFilter' returned from QuickTreeInformationControl.createNameFilter() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RQuickOutlineInformationControl.java:[81] 
	protected void configureViewer(final TreeViewer viewer) {
	                                     ^^^^^^^^^^
Missing non-null annotation: inherited method from QuickOutlineInformationControl specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RQuickOutlineInformationControl.java:[82] 
	super.configureViewer(viewer);
	                      ^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/ShowGraphicViewListener.java:[35] 
	protected IWorkbenchPage getBestPage(final ERGraphic graphic) {
	          ^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull IWorkbenchPage' returned from PageBookRGraphicView.ShowRequiredViewListener.getBestPage(ERGraphic) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/graphics/ShowGraphicViewListener.java:[35] 
	protected IWorkbenchPage getBestPage(final ERGraphic graphic) {
	                                           ^^^^^^^^^
Missing non-null annotation: inherited method from PageBookRGraphicView.ShowRequiredViewListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/RCodeTemplateContext.java:[30] 
	super(RUIPlugin.getInstance().getRCodeGenerationTemplateContextRegistry().getContextType(contextTypeName),
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/RCodeTemplateContext.java:[30] 
	super(RUIPlugin.getInstance().getRCodeGenerationTemplateContextRegistry().getContextType(contextTypeName),
	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getContextType(String) from the type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/RCodeTemplateContext.java:[35] 
	public void setRElement(final RElement element) {
	                              ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/REditorInformationProvider.java:[54] 
	public IRegion getSubject(final ITextViewer textViewer, final int offset) {
	                                ^^^^^^^^^^^
Illegal redefinition of parameter textViewer, inherited method from IInformationProvider does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/REditorInformationProvider.java:[62] 
	scanner.configure(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/REditorInformationProvider.java:[82] 
	(IRSourceEditor) getEditor(), region, contentType, this.scanner, monitor );
	                                                   ^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RHeuristicTokenScanner' but this expression has type '@Nullable RHeuristicTokenScanner'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/correction/RenameInWorkspaceAssistProposal.java:[46] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInputContentProvider.java:[50] 
	final LtkModelElement modelElement= ((IAdaptable) object).getAdapter(LtkModelElement.class);
	      ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInputContentProvider.java:[110] 
	protected RElementPartition createPartition(final CombinedRList value, final PartitionHandle partition) {
	                                                                             ^^^^^^^^^^^^^^^
Illegal redefinition of parameter partition, inherited method from ElementPartitionFactory<Object,CombinedRList> does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInputContentProvider.java:[116] 
	if (RElementInputContentProvider.this.activeInput.hasEnvFilter()
	                                      ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInputContentProvider.java:[118] 
	final Object[] all= RElementInputContentProvider.this.activeInput.getEnvChildren(value);
	                                                      ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInputContentProvider.java:[128] 
	return value.getModelChildren(null).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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInputContentProvider.java:[132] 
	children[i]= value.get(start + i);
	             ^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable CombinedRElement'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInputContentProvider.java:[165] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInputContentProvider.java:[165] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInputContentProvider.java:[171] 
	if (this.activeInput != null && (elements= this.activeInput.getRootElements()) != null) {
	                                                ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInputContentProvider.java:[197] 
	return ((RElementPartition) element).partition.getElements(
					(CombinedRList) getCombinedRElement(element) );
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type '@NonNull Object []' needs unchecked conversion to conform to '@NonNull Object @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInputContentProvider.java:[198] 
	(CombinedRList) getCombinedRElement(element) );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull CombinedRList' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInputContentProvider.java:[210] 
	if (this.activeInput.hasEnvFilter()) {
	         ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInputContentProvider.java:[211] 
	return (this.activeInput.getEnvChildren(rElement).length > 0);
	             ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInputContentProvider.java:[222] 
	return rElement.hasModelChildren(this.activeInput.getOtherFilter());
	                                      ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInputContentProvider.java:[231] 
	return rElement.getModelChildren(null).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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInputContentProvider.java:[234] 
	return this.partitionFactory.getElements((CombinedRList) rElement, rElement.getLength());
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type '@NonNull Object []' needs unchecked conversion to conform to '@NonNull Object @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInputContentProvider.java:[238] 
	if (this.activeInput.hasEnvFilter()) {
	         ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInputContentProvider.java:[239] 
	final Object[] children= this.activeInput.getEnvChildren(rElement);
	                              ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInputContentProvider.java:[241] 
	return this.partitionFactory.getElements((CombinedRList) rElement, children.length);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type '@NonNull Object []' needs unchecked conversion to conform to '@NonNull Object @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInputContentProvider.java:[246] 
	return this.partitionFactory.getElements((CombinedRList) rElement, rElement.getLength());
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type '@NonNull Object []' needs unchecked conversion to conform to '@NonNull Object @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInputContentProvider.java:[248] 
	return rElement.getModelChildren(null).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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInputContentProvider.java:[256] 
	return rElement.getModelChildren(this.activeInput.getOtherFilter()).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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInputContentProvider.java:[256] 
	return rElement.getModelChildren(this.activeInput.getOtherFilter()).toArray();
	                                      ^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RElementCompletionProposal.java:[65] 
	extends ElementNameCompletionProposal<RAssistInvocationContext, RElement>
	                                                                ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RElementCompletionProposal.java:[77] 
	public RElement element;
	       ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RElementCompletionProposal.java:[80] 
	public RElementProposalParameters(final RAssistInvocationContext context, final int replacementOffset,
				final SearchPattern namePattern, final int baseRelevance,
				final ElementLabelProvider labelProvider) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field element may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RElementCompletionProposal.java:[80] 
	public RElementProposalParameters(final RAssistInvocationContext context, final int replacementOffset,
				final SearchPattern namePattern, final int baseRelevance,
				final ElementLabelProvider labelProvider) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field replacementName may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RElementCompletionProposal.java:[88] 
	public RElementProposalParameters(final RAssistInvocationContext context, final int replacementOffset,
				final SearchPattern namePattern,
				final ElementLabelProvider labelProvider) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field element may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RElementCompletionProposal.java:[88] 
	public RElementProposalParameters(final RAssistInvocationContext context, final int replacementOffset,
				final SearchPattern namePattern,
				final ElementLabelProvider labelProvider) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field replacementName may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RElementCompletionProposal.java:[97] 
	public RElementProposalParameters(final RAssistInvocationContext context, final int replacementOffset,
				final ElementLabelProvider labelProvider) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field element may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RElementCompletionProposal.java:[97] 
	public RElementProposalParameters(final RAssistInvocationContext context, final int replacementOffset,
				final ElementLabelProvider labelProvider) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field replacementName may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RElementCompletionProposal.java:[155] 
	return RUI.getImage(RUI.IMG_OBJ_ARGUMENT_ASSIGN);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RElementCompletionProposal.java:[182] 
	(RLangMethod)getElement() ));
	 ^^^^^^^^^^^
RLangMethod is a raw type. References to generic type RLangMethod<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RElementCompletionProposal.java:[233] 
	return getInvocationContext().getEditor().getRCoreAccess();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RCoreAccess' needs unchecked conversion to conform to '@NonNull RCoreAccess'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RElementCompletionProposal.java:[296] 
	&& replacementName.getSegmentName().endsWith("<-"); //$NON-NLS-1$
	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSegmentName() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RElementCompletionProposal.java:[300] 
	replacementName.getSegmentName().substring(0, replacementName.getSegmentName().length() - 2) );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSegmentName() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RElementCompletionProposal.java:[300] 
	replacementName.getSegmentName().substring(0, replacementName.getSegmentName().length() - 2) );
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSegmentName() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RElementCompletionProposal.java:[306] 
	elementName.getSegmentName() :
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RElementCompletionProposal.java:[310] 
	if (replacement.length() == elementName.getSegmentName().length() 
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSegmentName() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RElementCompletionProposal.java:[315] 
	replacement.insert(elementName.getSegmentName().length(), '`');
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSegmentName() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RElementCompletionProposal.java:[326] 
	final RLangMethod rMethod= (RLangMethod) getElement();
	      ^^^^^^^^^^^
RLangMethod is a raw type. References to generic type RLangMethod<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RElementCompletionProposal.java:[326] 
	final RLangMethod rMethod= (RLangMethod) getElement();
	                            ^^^^^^^^^^^
RLangMethod is a raw type. References to generic type RLangMethod<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RElementCompletionProposal.java:[413] 
	return getRHelpInfoHoverCreator(getInvocationContext());
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IInformationControlCreator' but this expression has type '@Nullable IInformationControlCreator'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RElementCompletionProposal.java:[448] 
	final RElement element= getElement();
	      ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RElementCompletionProposal.java:[449] 
	if (element == null) {
					return null;
				}
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RElementCompletionProposal.java:[457] 
	scope= element.getModelParent().getElementName();
	       ^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getModelParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[87] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[87] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[87] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[95] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[95] 
	public Object[] getElements(final Object inputElement) {
	                                  ^^^^^^
Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[100] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[117] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[131] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[131] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpBreadcrumb.java:[210] 
	final URI url= this.rHelpHttpService.toHttpUrl(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/ExpandableRowComposite.java:[594] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/ExpandableRowComposite.java:[639] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/ExpandableRowComposite.java:[755] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/ExpandableRowComposite.java:[780] 
	public void setBackground(final Color bg) {
	                                ^^^^^
Missing nullable annotation: inherited method from Control specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/ExpandableRowComposite.java:[810] 
	public void setForeground(final Color fg) {
	                                ^^^^^
Missing nullable annotation: inherited method from Control specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/ExpandableRowComposite.java:[878] 
	Assert.isTrue(client != null && client.getParent().equals(this));
	                                ^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/ExpandableRowComposite.java:[944] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/ExpandableRowComposite.java:[1015] 
	this.listeners.add(listener);
	                   ^^^^^^^^
Null type safety (type annotations): The expression of type 'IExpansionListener' needs unchecked conversion to conform to '@NonNull IExpansionListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/ExpandableRowComposite.java:[1156] 
	final Control[] children= parent.getChildren();
	                          ^^^^^^
Potential null pointer access: The variable parent may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfigurator.java:[52] 
	this.rCoreAccess= new RCoreAccessWrapper(coreAccess) {
	                                         ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RCoreAccess' needs unchecked conversion to conform to '@NonNull RCoreAccess'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RSourceViewerConfigurator.java:[55] 
	public RCodeStyleSettings getRCodeStyle() {
	       ^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull RCodeStyleSettings' returned from RCoreAccessWrapper.getRCodeStyle() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RContentAssistProcessor.java:[140] 
	this.scanner.configure(document, RDocumentConstants.R_NO_COMMENT_CONTENT_CONSTRAINT);
	                       ^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[54] 
	import org.eclipse.statet.ecommons.collections.FastList;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type FastList<T> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[151] 
	for (final IFindListener listener : RDataTableComposite.this.findListeners.toArray()) {
	                                                                           ^^^^^^^^^
The method toArray() from the type FastList<IFindListener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[211] 
	runnableContext.run(fork, cancelable, new IRunnableWithProgress() {
	^^^^^^^^^^^^^^^
Potential null pointer access: The variable runnableContext may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[213] 
	public void run(final IProgressMonitor monitor)
	                      ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IRunnableWithProgress specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[217] 
	runnable.run(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[266] 
	private final FastList<ISelectionChangedListener> selectionListeners= new FastList<>(ISelectionChangedListener.class);
	              ^^^^^^^^
The type FastList<ISelectionChangedListener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[266] 
	private final FastList<ISelectionChangedListener> selectionListeners= new FastList<>(ISelectionChangedListener.class);
	                                                                          ^^^^^^^^
The type FastList is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[266] 
	private final FastList<ISelectionChangedListener> selectionListeners= new FastList<>(ISelectionChangedListener.class);
	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor FastList<ISelectionChangedListener>(Class<ISelectionChangedListener>) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[267] 
	private final FastList<IFindListener> findListeners= new FastList<>(IFindListener.class);
	              ^^^^^^^^
The type FastList<IFindListener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[267] 
	private final FastList<IFindListener> findListeners= new FastList<>(IFindListener.class);
	                                                         ^^^^^^^^
The type FastList is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[267] 
	private final FastList<IFindListener> findListeners= new FastList<>(IFindListener.class);
	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor FastList<IFindListener>(Class<IFindListener>) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[268] 
	private final FastList<IRDataTableListener> tableListeners= new FastList<>(IRDataTableListener.class);
	              ^^^^^^^^
The type FastList<IRDataTableListener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[268] 
	private final FastList<IRDataTableListener> tableListeners= new FastList<>(IRDataTableListener.class);
	                                                                ^^^^^^^^
The type FastList is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[268] 
	private final FastList<IRDataTableListener> tableListeners= new FastList<>(IRDataTableListener.class);
	                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor FastList<IRDataTableListener>(Class<IRDataTableListener>) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[316] 
	final AggregrateConfigLabelAccumulator aggregateLabelAccumulator =
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^
The value of the local variable aggregateLabelAccumulator is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[462] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[521] 
	for (final IRDataTableListener listener : RDataTableComposite.this.tableListeners.toArray()) {
	                                                                                  ^^^^^^^^^
The method toArray() from the type FastList<IRDataTableListener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[533] 
	for (final IRDataTableListener listener : RDataTableComposite.this.tableListeners.toArray()) {
	                                                                                  ^^^^^^^^^
The method toArray() from the type FastList<IRDataTableListener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[678] 
	for (final ISelectionChangedListener listener : this.selectionListeners.toArray()) {
	                                                                        ^^^^^^^^^
The method toArray() from the type FastList<ISelectionChangedListener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[768] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[773] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[777] 
	public void addSelectionChangedListener(final ISelectionChangedListener listener) {
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ISelectionProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[778] 
	this.selectionListeners.add(listener);
	                        ^^^^^^^^^^^^^
The method add(ISelectionChangedListener) from the type FastList<ISelectionChangedListener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[782] 
	public void removeSelectionChangedListener(final ISelectionChangedListener listener) {
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ISelectionProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[783] 
	this.selectionListeners.remove(listener);
	                        ^^^^^^^^^^^^^^^^
The method remove(ISelectionChangedListener) from the type FastList<ISelectionChangedListener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[798] 
	this.findListeners.add(listener);
	                   ^^^^^^^^^^^^^
The method add(IFindListener) from the type FastList<IFindListener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[802] 
	this.findListeners.remove(listener);
	                   ^^^^^^^^^^^^^^^^
The method remove(IFindListener) from the type FastList<IFindListener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[820] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[825] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[830] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[835] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[843] 
	public void run(final ToolService service,
	                      ^^^^^^^^^^^
Missing non-null annotation: inherited method from ToolRunnable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[844] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[850] 
	final RObject struct= r.evalData(input.getFullName(),
	                                 ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[851] 
	null, RObjectFactory.F_ONLY_STRUCT, 1, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[854] 
	call.add(input.getFullName());
	         ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[855] 
	classNames= RDataUtils.checkRCharVector(call.evalData(m)).getData();
	                                                      ^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[943] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[955] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[967] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[973] 
	LayoutUtils.addSmallFiller(this.reloadControl, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[990] 
	this.tableListeners.add(listener);
	                    ^^^^^^^^^^^^^
The method add(IRDataTableListener) from the type FastList<IRDataTableListener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/RDataTableComposite.java:[997] 
	this.tableListeners.remove(listener);
	                    ^^^^^^^^^^^^^^^^
The method remove(IRDataTableListener) from the type FastList<IRDataTableListener> is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RAutoEditStrategy.java:[177] 
	public void install(final ISourceEditor editor) {
	                          ^^^^^^^^^^^^^
Illegal redefinition of parameter editor, inherited method from ISourceEditorAddon does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RAutoEditStrategy.java:[191] 
	if (this.scanner == null) {
			this.scanner= createScanner();
		}
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RAutoEditStrategy.java:[239] 
	(this.editor3.getInsertMode() == ITextEditorExtension3.SMART_INSERT) :
	      ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RAutoEditStrategy.java:[416] 
	this.document= (AbstractDocument)this.viewer.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RAutoEditStrategy.java:[623] 
	smartIndentAfterNewLine1(command, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RAutoEditStrategy.java:[642] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RAutoEditStrategy.java:[696] 
	if (endsWithNewLine(c.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RAutoEditStrategy.java:[853] 
	smartIndentAfterNewLine1(c, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RAutoEditStrategy.java:[859] 
	final StringBuilder sb= new StringBuilder(c.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RAutoEditStrategy.java:[884] 
	final int column= util.getLineIndent(line, false)[IndentUtil.COLUMN_IDX];
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getLineIndent(int, boolean) from the type IndentUtil is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RAutoEditStrategy.java:[959] 
	final int column= util.getLineIndent(this.document.getLineOfOffset(blockStart), false)[IndentUtil.COLUMN_IDX];
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getLineIndent(int, boolean) from the type IndentUtil is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/ROpenDeclarationHandler.java:[58] 
	if (scanner == null) {
				return null;
			}
	                     ^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/ROpenDeclarationHandler.java:[61] 
	final ITypedRegion partition= TextUtilities.getPartition(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/ROpenDeclarationHandler.java:[115] 
	final List<SourceElement> list= RModel.searchDeclaration(access, (RSourceUnit)editor.getSourceUnit());
	           ^^^^^^^^^^^^^
SourceElement is a raw type. References to generic type SourceElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/ROpenDeclarationHandler.java:[115] 
	final List<SourceElement> list= RModel.searchDeclaration(access, (RSourceUnit)editor.getSourceUnit());
	                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull RSourceUnit' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/ROpenDeclarationHandler.java:[117] 
	final SourceElement element= open.selectElement(list, editor.getWorkbenchPart());
	      ^^^^^^^^^^^^^
SourceElement is a raw type. References to generic type SourceElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RQuickOutlineInformationProvider.java:[51] 
	this.scanner.configure(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitSelectionForTextHandler.java:[63] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitSelectionForTextHandler.java:[63] 
	public void updateElement(final UIElement element, final Map parameters) {
	                                                         ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitSelectionForTextHandler.java:[63] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitSelectionForTextHandler.java:[64] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPreferenceInitializer.java:[74] 
	new REditorOptions(0).deliverToPreferencesMap(map);
	                                              ^^^
Null type safety (type annotations): The expression of type 'Map<Preference<?>,Object>' needs unchecked conversion to conform to 'Map<@NonNull Preference<?>,@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPreferenceInitializer.java:[76] 
	PreferenceUtils.setPrefValue(scope, CONSOLE_SMARTINSERT_CLOSECURLY_ENABLED, Boolean.FALSE);
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.BooleanPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Boolean>', corresponding supertype is 'Preference<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPreferenceInitializer.java:[77] 
	PreferenceUtils.setPrefValue(scope, CONSOLE_SMARTINSERT_CLOSEROUND_ENABLED, Boolean.TRUE);
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.BooleanPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Boolean>', corresponding supertype is 'Preference<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPreferenceInitializer.java:[78] 
	PreferenceUtils.setPrefValue(scope, CONSOLE_SMARTINSERT_CLOSESQUARE_ENABLED, Boolean.TRUE);
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.BooleanPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Boolean>', corresponding supertype is 'Preference<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPreferenceInitializer.java:[79] 
	PreferenceUtils.setPrefValue(scope, CONSOLE_SMARTINSERT_CLOSESPECIAL_ENABLED, Boolean.TRUE);
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.BooleanPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Boolean>', corresponding supertype is 'Preference<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPreferenceInitializer.java:[80] 
	PreferenceUtils.setPrefValue(scope, CONSOLE_SMARTINSERT_CLOSESTRINGS_ENABLED, Boolean.TRUE);
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.BooleanPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Boolean>', corresponding supertype is 'Preference<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RUIPreferenceInitializer.java:[118] 
	PreferenceUtils.setPrefValues(scope, map);
	                                     ^^^
Null type safety (type annotations): The expression of type 'Map<Preference<?>,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull Preference<?>,@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitEntireCommandHandler.java:[95] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitEntireCommandHandler.java:[106] 
	workbenchPart.getSite().getService(IProgressService.class)
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getService(Class) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitEntireCommandHandler.java:[109] 
	public void run(final IProgressMonitor monitor)
	                      ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IRunnableWithProgress specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitEntireCommandHandler.java:[158] 
	synchronized ((data.document instanceof ISynchronizable) ?
				((ISynchronizable) data.document).getLockObject() : data.document) {
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: This expression may be null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/TextConsoleConnector.java:[69] 
	final IDocument doc = console.getDocument();
	                      ^^^^^^^
Potential null pointer access: The variable console may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementNameVariableResolver.java:[62] 
	public String resolveValue(final IDynamicVariable variable, final String argument)
	                                 ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IDynamicVariableResolver specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementNameVariableResolver.java:[62] 
	public String resolveValue(final IDynamicVariable variable, final String argument)
	                                                                  ^^^^^^
Missing nullable annotation: inherited method from IDynamicVariableResolver specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementNameVariableResolver.java:[89] 
	elementName = ((RElement)element).getElementName();
	                ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementNameVariableResolver.java:[94] 
	final LtkModelElement[] elements = LTKSelectionUtils.getSelectedElements(
	      ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementNameVariableResolver.java:[112] 
	rEditor.getViewer().getDocument(), rEditor.getDocumentContentInfo(),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementNameVariableResolver.java:[115] 
	new Region(range.x, range.y), contentType, null, null);
	                                           ^^^^
Null type mismatch: required '@NonNull RHeuristicTokenScanner' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementNameVariableResolver.java:[115] 
	new Region(range.x, range.y), contentType, null, null);
	                                                 ^^^^
Null type mismatch: required '@NonNull IProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RQuickAssistProcessor.java:[43] 
	protected AssistInvocationContext createContext(final IQuickAssistInvocationContext invocationContext,
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from QuickAssistProcessor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RQuickAssistProcessor.java:[44] 
	final String contentType,
	      ^^^^^^
Missing non-null annotation: inherited method from QuickAssistProcessor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RQuickAssistProcessor.java:[45] 
	final IProgressMonitor monitor) {
	      ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from QuickAssistProcessor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RQuickAssistProcessor.java:[50] 
	invocationContext.getOffset(), contentType, true, this.scanner, monitor );
	                               ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RQuickAssistProcessor.java:[50] 
	invocationContext.getOffset(), contentType, true, this.scanner, monitor );
	                                                  ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RHeuristicTokenScanner' needs unchecked conversion to conform to '@NonNull RHeuristicTokenScanner'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RQuickAssistProcessor.java:[50] 
	invocationContext.getOffset(), contentType, true, this.scanner, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RQuickAssistProcessor.java:[54] 
	protected void addModelAssistProposals(final AssistInvocationContext context,
	                                             ^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from QuickAssistProcessor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RQuickAssistProcessor.java:[55] 
	final AssistProposalCollector proposals, final IProgressMonitor monitor) {
	      ^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from QuickAssistProcessor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RQuickAssistProcessor.java:[55] 
	final AssistProposalCollector proposals, final IProgressMonitor monitor) {
	                                               ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from QuickAssistProcessor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RQuickAssistProcessor.java:[56] 
	this.computer.computeAssistProposals(context, proposals, monitor);
	                                     ^^^^^^^
Null type safety (type annotations): The expression of type 'AssistInvocationContext' needs unchecked conversion to conform to '@NonNull AssistInvocationContext'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RQuickAssistProcessor.java:[56] 
	this.computer.computeAssistProposals(context, proposals, monitor);
	                                              ^^^^^^^^^
Null type safety (type annotations): The expression of type 'AssistProposalCollector' needs unchecked conversion to conform to '@NonNull AssistProposalCollector'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RQuickAssistProcessor.java:[56] 
	this.computer.computeAssistProposals(context, proposals, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/NewRProjectWizard.java:[45] 
	setDialogSettings(DialogUtils.getDialogSettings(RUIPlugin.getInstance(), "NewElementWizard")); //$NON-NLS-1$
	                                                ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RUIPlugin' needs unchecked conversion to conform to '@NonNull AbstractUIPlugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/NewRProjectWizard.java:[78] 
	RProjects.setupRProject(NewRProjectWizard.this.newRProject.getResource(), monitor);
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RElementAdapterFactory.java:[50] 
	public Class<?>[] getAdapterList() {
	       ^^^^^^^^^^
The return type is incompatible with '@NonNull Class<?> []' returned from IAdapterFactory.getAdapterList() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RElementAdapterFactory.java:[57] 
	public <T> T getAdapter(final Object adaptableObject, final Class<T> adapterType) {
	                              ^^^^^^
Missing non-null annotation: inherited method from IAdapterFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RElementAdapterFactory.java:[57] 
	public <T> T getAdapter(final Object adaptableObject, final Class<T> adapterType) {
	                                                            ^^^^^
Missing non-null annotation: inherited method from IAdapterFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RElementAdapterFactory.java:[59] 
	final RElement element= getRElement(adaptableObject);
	      ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RElementAdapterFactory.java:[88] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RElementAdapterFactory.java:[91] 
	private IResource getResource(final RElement element) {
	                                    ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RElementAdapterFactory.java:[108] 
	final SourceUnit su= ((SourceElement)element).getSourceUnit();
	                       ^^^^^^^^^^^^^
SourceElement is a raw type. References to generic type SourceElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RElementAdapterFactory.java:[121] 
	final RElement element= getRElement(adaptable);
	      ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RElementAdapterFactory.java:[136] 
	private RElement getRElement(final Object element) {
	        ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RElementAdapterFactory.java:[138] 
	return (RElement)element;
	        ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RElementAdapterFactory.java:[153] 
	System.arraycopy(PROPERTIES, 0, newProperties, 0, PROPERTIES.length);
	                 ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Class<?>[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableVariable.java:[28] 
	private final RStore fDataStore;
	              ^^^^^^
RStore is a raw type. References to generic type RStore<P> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableVariable.java:[31] 
	public FTableVariable(final int orientation, final String name, final RStore dataStore) {
	                                                                      ^^^^^^
RStore is a raw type. References to generic type RStore<P> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableVariable.java:[53] 
	public RStore getLevelStore() {
	       ^^^^^^
RStore is a raw type. References to generic type RStore<P> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableVariable.java:[64] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableVariable.java:[64] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpRCodeScanner.java:[40] 
	getLexer().reset(new HtmlStripParserInput(html).init());
	                                          ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInput.java:[37] 
	private final @Nullable LtkModelElementFilter<? super RLangElement> envFilter;
	                                                      ^^^^^^^^^^^^
RLangElement is a raw type. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInput.java:[38] 
	private final @Nullable LtkModelElementFilter<? super RLangElement> otherFilter;
	                                                      ^^^^^^^^^^^^
RLangElement is a raw type. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInput.java:[47] 
	final @Nullable LtkModelElementFilter<? super RLangElement> envFilter,
	                                              ^^^^^^^^^^^^
RLangElement is a raw type. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInput.java:[48] 
	final @Nullable LtkModelElementFilter<? super RLangElement> otherFilter) {
	                                              ^^^^^^^^^^^^
RLangElement is a raw type. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInput.java:[72] 
	CombinedRElement[] children= this.envFilteredChildren.get(rElement);
	                                  ^^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInput.java:[76] 
	this.envFilteredChildren.put(rElement, children);
	     ^^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInput.java:[84] 
	if (this.envFilter.include(rElement)) {
	         ^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/util/RElementInput.java:[96] 
	public @Nullable LtkModelElementFilter<? super RLangElement> getOtherFilter() {
	                                               ^^^^^^^^^^^^
RLangElement is a raw type. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditorOutlinePage.java:[124] 
	return data.getLevels().toArray();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditorOutlinePage.java:[155] 
	final RStore data= ((FTableVariable)this.variable).getLevelStore();
	      ^^^^^^
RStore is a raw type. References to generic type RStore<P> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditorOutlinePage.java:[156] 
	return data.toArray();
	       ^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditorOutlinePage.java:[166] 
	final RStore data= ((FTableVariable)this.variable).getLevelStore();
	      ^^^^^^
RStore is a raw type. References to generic type RStore<P> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditorOutlinePage.java:[224] 
	&& (columns= contentDescription.getVariables()).length <= 2500 ) {
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IRDataTableVariable[]' needs unchecked conversion to conform to '@NonNull Object []'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditorOutlinePage.java:[267] 
	return DialogUtils.getDialogSettings(RUIPlugin.getInstance(), "RDataOutlineView");
	                                     ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RUIPlugin' needs unchecked conversion to conform to '@NonNull AbstractUIPlugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditorOutlinePage.java:[283] 
	public void inputChanged(final IRDataTableInput input, final RDataTableContentDescription description) {
	                               ^^^^^^^^^^^^^^^^
Illegal redefinition of parameter input, inherited method from IRDataTableListener does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataEditorOutlinePage.java:[283] 
	public void inputChanged(final IRDataTableInput input, final RDataTableContentDescription description) {
	                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Illegal redefinition of parameter description, inherited method from IRDataTableListener does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RProjectVariableResolver.java:[46] 
	public String resolveValue(final IDynamicVariable variable, final String argument) throws CoreException {
	                                 ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ResourceVariableResolver specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RProjectVariableResolver.java:[46] 
	public String resolveValue(final IDynamicVariable variable, final String argument) throws CoreException {
	                                                                  ^^^^^^
Missing nullable annotation: inherited method from ResourceVariableResolver specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RProjectVariableResolver.java:[70] 
	final IProject project= (IProject) getResource(variable, PROJECT, argument);
	                                               ^^^^^^^^
Null type safety (type annotations): The expression of type 'IDynamicVariable' needs unchecked conversion to conform to '@NonNull IDynamicVariable'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RResourceEncodingVariableResolver.java:[39] 
	public String resolveValue(final IDynamicVariable variable, final String argument) throws CoreException {
	                                 ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ResourceVariableResolver specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RResourceEncodingVariableResolver.java:[39] 
	public String resolveValue(final IDynamicVariable variable, final String argument) throws CoreException {
	                                                                  ^^^^^^
Missing nullable annotation: inherited method from ResourceVariableResolver specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RResourceEncodingVariableResolver.java:[40] 
	final String encoding = getEncoding(variable, getResource(variable, RESOURCE, argument));
	                                                          ^^^^^^^^
Null type safety (type annotations): The expression of type 'IDynamicVariable' needs unchecked conversion to conform to '@NonNull IDynamicVariable'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RRepoLabelProvider.java:[37] 
	final StyledString sb= new StyledString(repo.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpHover.java:[80] 
	switch (rNode.getNodeType()) {
	        ^^^^^
Potential null pointer access: The variable rNode may be null at this location
1256. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpHover.java (at line 108)
	return false;
	       ^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpHover.java:[112] 
	helpObject= help.getPkgHelp(name.getSegmentName());
	                            ^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpHover.java:[116] 
	&& RElementName.isPackageFacetScopeType(name.getScope().getType()) ) {
	                                        ^^^^^^^^^^^^^^^
Potential null pointer access: The method getScope() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpHover.java:[117] 
	final RPkgHelp pkgHelp= help.getPkgHelp(name.getScope().getSegmentName());
	                                        ^^^^^^^^^^^^^^^
Potential null pointer access: The method getScope() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpHover.java:[117] 
	final RPkgHelp pkgHelp= help.getPkgHelp(name.getScope().getSegmentName());
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpHover.java:[119] 
	helpObject= pkgHelp.getPageForTopic(name.getSegmentName());
	                                    ^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpHover.java:[123] 
	helpObject= RHelpLtkUI.searchTopicObject1(help, name.getSegmentName(),
	                                                ^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpHover.java:[127] 
	doSearch2Safe(help, name.getSegmentName(), m) :
	                    ^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpHover.java:[128] 
	RHelpLtkUI.searchTopicObject2(help, name.getSegmentName(), m);
	                                    ^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpHover.java:[157] 
	public SafeJob() {
	       ^^^^^^^^^
The @NonNull field helpObject may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpHover.java:[166] 
	this.helpObject= RHelpLtkUI.searchTopicObject2(help, topic, m);
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[127] 
	return frame.isResolved(variable.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[203] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[229] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[234] 
	final RFrame frame= (RFrame) element;
	      ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[234] 
	final RFrame frame= (RFrame) element;
	                     ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[235] 
	final List<? extends RElement> modelElements= frame.getModelElements();
	                     ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[235] 
	final List<? extends RElement> modelElements= frame.getModelElements();
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<? extends RElement>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[271] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[304] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[323] 
	private Map<RFrame, Map<String, Variable>> fVariables;
	            ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[325] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[325] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[325] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[326] 
	this.fVariables= (Map<RFrame, Map<String, Variable>>)newInput;
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Map<RFrame,Map<String,RenameInRegionRefactoring.Variable>>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[326] 
	this.fVariables= (Map<RFrame, Map<String, Variable>>)newInput;
	                      ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[329] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[329] 
	public Object[] getElements(final Object inputElement) {
	                                  ^^^^^^
Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[333] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[340] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[350] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[350] 
	public Object[] getChildren(final Object parentElement) {
	                                  ^^^^^^
Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/RenameInRegionWizard.java:[352] 
	return this.fVariables.get(parentElement).values().toArray();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method get(Object) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REditorInputAdapterFactory.java:[44] 
	public Class<?>[] getAdapterList() {
	       ^^^^^^^^^^
The return type is incompatible with '@NonNull Class<?> []' returned from IAdapterFactory.getAdapterList() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REditorInputAdapterFactory.java:[51] 
	public <T> T getAdapter(final Object adaptableObject, final Class<T> adapterType) {
	                              ^^^^^^
Missing non-null annotation: inherited method from IAdapterFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REditorInputAdapterFactory.java:[51] 
	public <T> T getAdapter(final Object adaptableObject, final Class<T> adapterType) {
	                                                            ^^^^^
Missing non-null annotation: inherited method from IAdapterFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REditorInputAdapterFactory.java:[57] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/REditorInputAdapterFactory.java:[71] 
	System.arraycopy(PROPERTIES, 0, newProperties, 0, PROPERTIES.length);
	                 ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Class<?>[]' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/CopyRElementHandler.java:[103] 
	texts.add(nonNullElse(getText(element), "-")); //$NON-NLS-1$
	                              ^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[214] 
	node= context.getAstInfo().getRoot();
	      ^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getAstInfo() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[262] 
	doComputeHelpTopicProposals(context, help, node, ARG_TYPE_PRIO, proposals);
	                                           ^^^^
Null type mismatch: required '@NonNull RAstNode' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[272] 
	doComputeMainProposals(context, node, proposals, monitor);
	                                ^^^^
Null type mismatch: required '@NonNull RAstNode' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[284] 
	else if (!prefixName.getSegmentName().isEmpty()) {
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSegmentName() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[289] 
	doComputeHelpTopicProposals(context, null, node, this.helpTopicPrio, proposals);
	                                           ^^^^
Null type mismatch: required '@NonNull RAstNode' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[295] 
	doComputeSubProposals(context, node, proposals, monitor);
	                               ^^^^
Null type mismatch: required '@NonNull RAstNode' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[320] 
	protected List<? extends RLangElement> getChildren(final RAssistInvocationContext context,
	                         ^^^^^^^^^^^^
RLangElement is a raw type. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[321] 
	RLangElement e) {
	^^^^^^^^^^^^
RLangElement is a raw type. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[332] 
	return e.getModelChildren(null);
	       ^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method getModelChildren(LtkModelElementFilter) belongs to the raw type RLangElement. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[332] 
	return e.getModelChildren(null);
	       ^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<? extends RLangElement>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[363] 
	&& (context.getIdentifierElementName().getScope() == null) );
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getIdentifierElementName() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[393] 
	final String prefixSegmentName= nonNullAssert(prefixName.getSegmentName());
	                                              ^^^^^^^^^^
Potential null pointer access: The variable prefixName may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[406] 
	final RFrame envir= iter.next();
	      ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[409] 
	final List<? extends RElement> elements= envir.getModelChildren(null);
	                     ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[409] 
	final List<? extends RElement> elements= envir.getModelChildren(null);
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method getModelChildren(LtkModelElementFilter) belongs to the raw type RFrame. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[409] 
	final List<? extends RElement> elements= envir.getModelChildren(null);
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<? extends RElement>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[410] 
	for (final RElement element : elements) {
	           ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[427] 
	methodNames.add(elementName.getSegmentName());
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[430] 
	mainNames.add(elementName.getSegmentName());
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[440] 
	final RFrame envir= iter.next();
	      ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[467] 
	final String prefixSegmentName= nonNullAssert(prefixName.getSegmentName());
	                                              ^^^^^^^^^^
Potential null pointer access: The variable prefixName may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[494] 
	this.searchPath.init(context, node, getSearchMode(context), prefixName.getScope());
	                                                            ^^^^^^^^^^
Potential null pointer access: The variable prefixName may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[501] 
	if (prefixSegment.getNextSegment() != null) {
	    ^^^^^^^^^^^^^
Potential null pointer access: The variable prefixSegment may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[509] 
	namePrefix= (prefixSegment.getSegmentName() != null) ?
	             ^^^^^^^^^^^^^
Potential null pointer access: The variable prefixSegment may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[515] 
	new RSearchPattern(getSearchMatchRules(), namePrefix),
	                                          ^^^^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[522] 
	final RFrame envir= iter.next();
	      ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[525] 
	final List<? extends RLangElement> elements= envir.getModelChildren(null);
	                     ^^^^^^^^^^^^
RLangElement is a raw type. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[525] 
	final List<? extends RLangElement> elements= envir.getModelChildren(null);
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method getModelChildren(LtkModelElementFilter) belongs to the raw type RFrame. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[525] 
	final List<? extends RLangElement> elements= envir.getModelChildren(null);
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<? extends RLangElement>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[526] 
	ITER_ELEMENTS: for (final RLangElement rootElement : elements) {
	                          ^^^^^^^^^^^^
RLangElement is a raw type. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[531] 
	RLangElement element= rootElement;
	^^^^^^^^^^^^
RLangElement is a raw type. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[536] 
	final List<? extends RLangElement> children= getChildren(context, element);
	                     ^^^^^^^^^^^^
RLangElement is a raw type. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[537] 
	for (final RLangElement child : children) {
	           ^^^^^^^^^^^^
RLangElement is a raw type. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[540] 
	&& elementSegment.getSegmentName().equals(prefixSegment.getSegmentName())) {
	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSegmentName() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[540] 
	&& elementSegment.getSegmentName().equals(prefixSegment.getSegmentName())) {
	                                          ^^^^^^^^^^^^^
Potential null pointer access: The variable prefixSegment may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[551] 
	&& elementSegment.getSegmentName().equals(prefixSegment.getSegmentName())) {
	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSegmentName() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[551] 
	&& elementSegment.getSegmentName().equals(prefixSegment.getSegmentName())) {
	                                          ^^^^^^^^^^^^^
Potential null pointer access: The variable prefixSegment may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[561] 
	final List<? extends RLangElement> children;
	                     ^^^^^^^^^^^^
RLangElement is a raw type. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[570] 
	for (final RLangElement child : children) {
	           ^^^^^^^^^^^^
RLangElement is a raw type. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[574] 
	final String candidate= elementSegment.getSegmentName();
	                        ^^^^^^^^^^^^^^
Potential null pointer access: The variable elementSegment may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[587] 
	methodNames.add(candidate);
	                ^^^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[590] 
	mainNames.add(candidate);
	              ^^^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[602] 
	final RFrame envir= iter.next();
	      ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[615] 
	&& elementSegment.getSegmentName().equals(prefixSegment.getSegmentName())) {
	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSegmentName() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[615] 
	&& elementSegment.getSegmentName().equals(prefixSegment.getSegmentName())) {
	   ^^^^^^^^^^^^^^
Potential null pointer access: The variable elementSegment may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[615] 
	&& elementSegment.getSegmentName().equals(prefixSegment.getSegmentName())) {
	                                          ^^^^^^^^^^^^^
Potential null pointer access: The variable prefixSegment may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[657] 
	protected void handleMatch(final RLangMethod element, final RFrame frame,
	                                 ^^^^^^^^^^^
RLangMethod is a raw type. References to generic type RLangMethod<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[657] 
	protected void handleMatch(final RLangMethod element, final RFrame frame,
	                                 ^^^^^^^^^^^
Illegal redefinition of parameter element, inherited method from FCallNamePattern does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[657] 
	protected void handleMatch(final RLangMethod element, final RFrame frame,
	                                                            ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[657] 
	protected void handleMatch(final RLangMethod element, final RFrame frame,
	                                                            ^^^^^^
Illegal redefinition of parameter frame, inherited method from FCallNamePattern does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[658] 
	final RFrameIterator iterator) {
	      ^^^^^^^^^^^^^^
Illegal redefinition of parameter iterator, inherited method from FCallNamePattern does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[679] 
	final String prefixSegmentName= nonNullAssert(prefixName.getSegmentName());
	                                              ^^^^^^^^^^
Potential null pointer access: The variable prefixName may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[684] 
	if (this.inString && isPackageArg(arg.getNameChild().getText())) {
	                                  ^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getNameChild() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[684] 
	if (this.inString && isPackageArg(arg.getNameChild().getText())) {
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[737] 
	else if (guess && RElementCompletionComputer.this.inString && isPackageArg(argDef.name)) {
	                                                                           ^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[755] 
	public void searchFDef(final RFrameSearchPath searchPath) {
	                             ^^^^^^^^^^^^^^^^
Illegal redefinition of parameter searchPath, inherited method from FCallNamePattern does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[762] 
	final ArgsDefinition coreDef= this.coreFunction.getArgs(
	                                   ^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[763] 
	getElementName().getSegmentName() );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[771] 
	protected void handleMatch(final RLangMethod element, final RFrame frame,
	                                 ^^^^^^^^^^^
RLangMethod is a raw type. References to generic type RLangMethod<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[771] 
	protected void handleMatch(final RLangMethod element, final RFrame frame,
	                                 ^^^^^^^^^^^
Illegal redefinition of parameter element, inherited method from FCallNamePattern does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[771] 
	protected void handleMatch(final RLangMethod element, final RFrame frame,
	                                                            ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[771] 
	protected void handleMatch(final RLangMethod element, final RFrame frame,
	                                                            ^^^^^^
Illegal redefinition of parameter frame, inherited method from FCallNamePattern does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[772] 
	final RFrameIterator iter) {
	      ^^^^^^^^^^^^^^
Illegal redefinition of parameter iter, inherited method from FCallNamePattern does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[784] 
	if (arg.name != null && arg.name.length() > 0 && !arg.name.equals("...")) {
	                            ^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[784] 
	if (arg.name != null && arg.name.length() > 0 && !arg.name.equals("...")) {
	                                                      ^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[786] 
	&& this.argNames.add(arg.name)) {
	                     ^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[802] 
	&& this.coreFunction.getPackageNames().contains(frame.getElementName().getSegmentName()) ) {
	        ^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[802] 
	&& this.coreFunction.getPackageNames().contains(frame.getElementName().getSegmentName()) ) {
	                                                ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getElementName() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[803] 
	final ArgsDefinition coreDef= this.coreFunction.getArgs(
	                                   ^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[804] 
	getElementName().getSegmentName() );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[835] 
	final String prefixSegmentName= nonNullAssert(prefixName.getSegmentName());
	                                              ^^^^^^^^^^
Potential null pointer access: The variable prefixName may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[883] 
	final String prefixSegmentName= nonNullAssert(prefixName.getSegmentName());
	                                              ^^^^^^^^^^
Potential null pointer access: The variable prefixName may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[890] 
	if (rEnv == null) {
			return;
		}
	                  ^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[908] 
	for (final RFrame frame : this.searchPath) {
	           ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/RElementCompletionComputer.java:[910] 
	final String pkgName= frame.getElementName().getSegmentName();
	                      ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getElementName() may return null
1370. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractTempWizard.java (at line 98)
	label.setText(NLS.bind("{0} other occurrences of the selected expression found.", count-1));
	                                                                                  ^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractTempWizard.java:[128] 
	.observe(this.variableNameControl),
	         ^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractTempWizard.java:[130] 
	.observe(realm, getRefactoring()),
	         ^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractTempWizard.java:[130] 
	.observe(realm, getRefactoring()),
	                ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ExtractTempRefactoring' needs unchecked conversion to conform to '@NonNull ExtractTempRefactoring'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractTempWizard.java:[131] 
	new UpdateValueStrategy<String, String>()
							.setAfterGetValidator((final String value) ->
									new RefactoringBasedStatus(
											getRefactoring().checkTempName(value) )),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'UpdateValueStrategy<String,String>' needs unchecked conversion to conform to '@Nullable UpdateValueStrategy<? super @NonNull String,? extends @NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractTempWizard.java:[138] 
	.observe(this.replaceAllControl),
	         ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Button' needs unchecked conversion to conform to '@NonNull Button'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractTempWizard.java:[140] 
	.observe(realm, getRefactoring()) );
	         ^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractTempWizard.java:[140] 
	.observe(realm, getRefactoring()) );
	                ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ExtractTempRefactoring' needs unchecked conversion to conform to '@NonNull ExtractTempRefactoring'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/RPkgProjectWizardPage.java:[93] 
	this.pkgFolderValue= new WritableValue<>(realm, Path.EMPTY, IPath.class);
	                                         ^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/RPkgProjectWizardPage.java:[94] 
	this.pkgNameValue= new WritableValue<>(realm, "", String.class); //$NON-NLS-1$
	                                       ^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/RPkgProjectWizardPage.java:[95] 
	this.pkgAuthorValue= new WritableValue<>(realm, "", String.class); //$NON-NLS-1$
	                                         ^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/RPkgProjectWizardPage.java:[96] 
	this.pkgMaintainerValue= new WritableValue<>(realm, "", String.class); //$NON-NLS-1$
	                                             ^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/RPkgProjectWizardPage.java:[174] 
	.observe(this.pkgNameControl),
	         ^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/RPkgProjectWizardPage.java:[175] 
	this.pkgNameValue,
	^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/RPkgProjectWizardPage.java:[182] 
	.observe(this.pkgAuthorControl),
	         ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Combo' needs unchecked conversion to conform to '@NonNull Widget'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/RPkgProjectWizardPage.java:[183] 
	this.pkgAuthorValue );
	^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/RPkgProjectWizardPage.java:[186] 
	.observe(this.pkgMaintainerControl),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Combo' needs unchecked conversion to conform to '@NonNull Widget'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/RPkgProjectWizardPage.java:[187] 
	this.pkgMaintainerValue );
	^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/RPkgProjectWizardPage.java:[193] 
	.observe(this.pkgFolderControl),
	         ^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/RPkgProjectWizardPage.java:[194] 
	this.pkgFolderValue,
	^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<IPath>' needs unchecked conversion to conform to '@NonNull IObservableValue<IPath>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/RPkgProjectWizardPage.java:[208] 
	this.pkgNameControl.setText(project.getName());
	                            ^^^^^^^
Potential null pointer access: The variable project may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/RPkgProjectWizardPage.java:[245] 
	history= DialogUtils.noNull(history);
	                            ^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/RPkgProjectWizardPage.java:[251] 
	history= DialogUtils.combineHistoryItems(history, infoText);
	                                         ^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/RPkgProjectWizardPage.java:[251] 
	history= DialogUtils.combineHistoryItems(history, infoText);
	                                                  ^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/RPkgProjectWizardPage.java:[262] 
	DialogUtils.saveHistorySettings(dialogSettings, AUTHOR_HISTORY, getPkgAuthor());
	                                ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IDialogSettings' needs unchecked conversion to conform to '@NonNull IDialogSettings'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/RPkgProjectWizardPage.java:[262] 
	DialogUtils.saveHistorySettings(dialogSettings, AUTHOR_HISTORY, getPkgAuthor());
	                                                                ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/RPkgProjectWizardPage.java:[263] 
	DialogUtils.saveHistorySettings(dialogSettings, MAINTAINER_HISTORY, getPkgMaintainer());
	                                ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IDialogSettings' needs unchecked conversion to conform to '@NonNull IDialogSettings'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/RPkgProjectWizardPage.java:[263] 
	DialogUtils.saveHistorySettings(dialogSettings, MAINTAINER_HISTORY, getPkgMaintainer());
	                                                                    ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/RCodeLaunchRegistry.java:[60] 
	private static final String CONNECTOR_ELEMENT = "connector"; //$NON-NLS-1$
	                            ^^^^^^^^^^^^^^^^^
The value of the field RCodeLaunchRegistry.CONNECTOR_ELEMENT is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/RCodeLaunchRegistry.java:[223] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/RCodeLaunchRegistry.java:[230] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/RCodeLaunchRegistry.java:[243] 
	RRunDebugPreferenceConstants.PREF_R_CONNECTOR );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.StringPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull String>', corresponding supertype is 'Preference<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitSelectionHandler.java:[73] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitSelectionHandler.java:[88] 
	final SourceStructElement[] elements = LTKSelectionUtils.getSelectedSourceStructElements(selection);
	      ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/ROutlinePage.java:[65] 
	private class AlphaSortAction extends ToggleAction {
	                                      ^^^^^^^^^^^^
The type SourceEditor1OutlinePage.ToggleAction is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/ROutlinePage.java:[69] 
	super("sort.alphabetically.enabled", false, 2); //$NON-NLS-1$
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SourceEditor1OutlinePage.ToggleAction(String, boolean, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/ROutlinePage.java:[86] 
	private class FilterCommonVariables extends ToggleAction {
	                                            ^^^^^^^^^^^^
The type SourceEditor1OutlinePage.ToggleAction is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/ROutlinePage.java:[89] 
	super("filter.common_var.enabled", false, 2); //$NON-NLS-1$
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SourceEditor1OutlinePage.ToggleAction(String, boolean, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/ROutlinePage.java:[108] 
	private class FilterLocalDefinitions extends ToggleAction {
	                                             ^^^^^^^^^^^^
The type SourceEditor1OutlinePage.ToggleAction is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/ROutlinePage.java:[111] 
	super("filter.local.enabled", false, 2); //$NON-NLS-1$
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor SourceEditor1OutlinePage.ToggleAction(String, boolean, int) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/ROutlinePage.java:[164] 
	return DialogUtils.getDialogSettings(RUIPlugin.getInstance(), "ROutlineView"); //$NON-NLS-1$
	                                     ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RUIPlugin' needs unchecked conversion to conform to '@NonNull AbstractUIPlugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RToggleMarkOccurrencesHandler.java:[17] 
	import org.eclipse.statet.ecommons.ui.actions.TogglePreferenceEnablementHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type TogglePreferenceEnablementHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RToggleMarkOccurrencesHandler.java:[25] 
	public class RToggleMarkOccurrencesHandler extends TogglePreferenceEnablementHandler {
	                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type TogglePreferenceEnablementHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RToggleMarkOccurrencesHandler.java:[29] 
	super(	REditorOptions.PREF_MARKOCCURRENCES_ENABLED,
				"org.eclipse.jdt.ui.edit.text.java.toggleMarkOccurrences"); //$NON-NLS-1$
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor TogglePreferenceEnablementHandler(Preference<Boolean>, String) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/RMarkOccurrencesLocator.java:[62] 
	for (final RAstNode comment : comments) {
	                              ^^^^^^^^
Potential null pointer access: The variable comments may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/RMarkOccurrencesLocator.java:[125] 
	final TextRegion region= RModelUtils.getNameSourceRegion(access0);
	                                                         ^^^^^^^
Null type mismatch: required '@NonNull RElementAccess' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/RMarkOccurrencesLocator.java:[126] 
	final String message= run.doc.get(access0.getNode().getStartOffset(), access0.getNode().getLength());
	                                  ^^^^^^^
Potential null pointer access: The variable access0 may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/PrintRElementHandler.java:[99] 
	cmd= cmd + '[' + (partition.getPartitionStart() + 1) + ':' + (partition.getPartitionStart() + partition.getPartitionLength()) + ']';
	                  ^^^^^^^^^
Potential null pointer access: The variable partition may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/NewRdFileCreationWizard.java:[56] 
	final BasicRResourceSourceUnit rcu= BasicRResourceSourceUnit.createTempUnit(newFileHandle, "rd"); //$NON-NLS-1$
	                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createTempUnit(IFile, String) from the type BasicRResourceSourceUnit is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/wizards/NewRdFileCreationWizard.java:[78] 
	setDialogSettings(DialogUtils.getDialogSettings(RUIPlugin.getInstance(), "NewElementWizard")); //$NON-NLS-1$
	                                                ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RUIPlugin' needs unchecked conversion to conform to '@NonNull AbstractUIPlugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitSelectionAndPasteOutputHandler.java:[139] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitSelectionAndPasteOutputHandler.java:[144] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitSelectionAndPasteOutputHandler.java:[149] 
	public SubmitType getSubmitType() {
	       ^^^^^^^^^^
The return type is incompatible with '@NonNull SubmitType' returned from ConsoleRunnable.getSubmitType() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitSelectionAndPasteOutputHandler.java:[154] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitSelectionAndPasteOutputHandler.java:[159] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitSelectionAndPasteOutputHandler.java:[175] 
	public void run(final ToolService service,
	                      ^^^^^^^^^^^
Missing non-null annotation: inherited method from ToolRunnable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitSelectionAndPasteOutputHandler.java:[176] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitSelectionAndPasteOutputHandler.java:[195] 
	r.submitToConsole(fLines[i], 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitSelectionAndPasteOutputHandler.java:[200] 
	final Matcher matcher = pattern.matcher(fOutput);
	                                        ^^^^^^^
Null type safety (type annotations): The expression of type 'StringBuilder' needs unchecked conversion to conform to '@NonNull CharSequence'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitSelectionAndPasteOutputHandler.java:[256] 
	final String[] lines = RUtil.LINE_SEPARATOR_PATTERN.split(fOutput);
	                                                          ^^^^^^^
Null type safety (type annotations): The expression of type 'StringBuilder' needs unchecked conversion to conform to '@NonNull CharSequence'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitSelectionAndPasteOutputHandler.java:[293] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitSelectionAndPasteOutputHandler.java:[310] 
	final Tool tool= NicoUI.getToolRegistry().getActiveToolSession(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitSelectionAndPasteOutputHandler.java:[319] 
	final org.eclipse.statet.jcommons.status.Status status= tool.getQueue().add(r);
	                                                        ^^^^
Potential null pointer access: The variable tool may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/RTextPainter.java:[55] 
	private final StringBuilder tempText= new StringBuilder();
	                            ^^^^^^^^
The value of the field RTextPainter.tempText is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/RTextPainter.java:[57] 
	private String currentText;
	               ^^^^^^^^^^^
The value of the field RTextPainter.currentText is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/RTextPainter.java:[58] 
	private int currentTextWidth;
	            ^^^^^^^^^^^^^^^^
The value of the field RTextPainter.currentTextWidth is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/tools/LoadRImageWizard.java:[58] 
	private final WritableValue fNewLocationString;
	              ^^^^^^^^^^^^^
WritableValue is a raw type. References to generic type WritableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/tools/LoadRImageWizard.java:[70] 
	this.fNewLocationString= new WritableValue(realm, "", String.class); //$NON-NLS-1$
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor WritableValue(Realm, Object, Object) belongs to the raw type WritableValue. References to generic type WritableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/tools/LoadRImageWizard.java:[70] 
	this.fNewLocationString= new WritableValue(realm, "", String.class); //$NON-NLS-1$
	                             ^^^^^^^^^^^^^
WritableValue is a raw type. References to generic type WritableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/tools/LoadRImageWizard.java:[70] 
	this.fNewLocationString= new WritableValue(realm, "", String.class); //$NON-NLS-1$
	                                           ^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/tools/LoadRImageWizard.java:[116] 
	fDbc.bindValue(
					fLocationGroup.getObservable(),
					fNewLocationString,
					new UpdateValueStrategy<>()
							.setAfterGetValidator(fLocationGroup.getValidator()),
					null );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation bindValue(IObservableValue<String>, WritableValue, UpdateValueStrategy<Object,Object>, null) of the generic method bindValue(IObservableValue<T>, IObservableValue<M>, UpdateValueStrategy<? super T,? extends M>, UpdateValueStrategy<? super M,? extends T>) of type DataBindingContext
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/tools/LoadRImageWizard.java:[117] 
	fLocationGroup.getObservable(),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/tools/LoadRImageWizard.java:[118] 
	fNewLocationString,
	^^^^^^^^^^^^^^^^^^
Type safety: The expression of type WritableValue needs unchecked conversion to conform to IObservableValue<Object>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/tools/LoadRImageWizard.java:[118] 
	fNewLocationString,
	^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WritableValue' needs unchecked conversion to conform to '@NonNull IObservableValue<Object>', corresponding supertype is 'IObservableValue'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/tools/LoadRImageWizard.java:[128] 
	DialogUtils.saveHistorySettings(settings, SETTINGS_HISTORY, (String) fNewLocationString.getValue());
	                                ^^^^^^^^
Null type safety (type annotations): The expression of type 'IDialogSettings' needs unchecked conversion to conform to '@NonNull IDialogSettings'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/tools/LoadRImageWizard.java:[128] 
	DialogUtils.saveHistorySettings(settings, SETTINGS_HISTORY, (String) fNewLocationString.getValue());
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/tools/LoadRImageWizard.java:[153] 
	setDialogSettings(DialogUtils.getDialogSettings(RUIPlugin.getInstance(), LoadRImageRunnable.TYPE_ID+"-Wizard")); //$NON-NLS-1$
	                                                ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RUIPlugin' needs unchecked conversion to conform to '@NonNull AbstractUIPlugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/CodeGeneration.java:[69] 
	RCodeTemplateContextType.NEW_RSCRIPTFILE_CONTEXTTYPE, su, lineDelimiter);
	                                                      ^^
Null type safety (type annotations): The expression of type 'RSourceUnit' needs unchecked conversion to conform to '@NonNull SourceUnit'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/CodeGeneration.java:[69] 
	RCodeTemplateContextType.NEW_RSCRIPTFILE_CONTEXTTYPE, su, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/CodeGeneration.java:[76] 
	return new TemplateUtils.EvaluatedTemplate(buffer, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/CodeGeneration.java:[91] 
	public static EvaluatedTemplate getCommonFunctionRoxygenComment(final RLangMethod rMethod, final String lineDelimiter) throws CoreException {
	                                                                      ^^^^^^^^^^^
RLangMethod is a raw type. References to generic type RLangMethod<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/CodeGeneration.java:[100] 
	RCodeTemplateContextType.ROXYGEN_COMMONFUNCTION_CONTEXTTYPE, su, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/CodeGeneration.java:[108] 
	final EvaluatedTemplate data = new EvaluatedTemplate(buffer, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/CodeGeneration.java:[116] 
	paramPositions[i] = new Position(paramVariable.getOffsets()[i], paramVariable.getLength());
	                                 ^^^^^^^^^^^^^
Potential null pointer access: The variable paramVariable may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/CodeGeneration.java:[155] 
	public static EvaluatedTemplate getClassRoxygenComment(final RLangClass rClass, final String lineDelimiter) throws CoreException {
	                                                             ^^^^^^^^^^
RLangClass is a raw type. References to generic type RLangClass<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/CodeGeneration.java:[164] 
	RCodeTemplateContextType.ROXYGEN_CLASS_CONTEXTTYPE, su, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/CodeGeneration.java:[172] 
	final EvaluatedTemplate data = new EvaluatedTemplate(buffer, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/CodeGeneration.java:[180] 
	slotPositions[i] = new Position(slotVariable.getOffsets()[i], slotVariable.getLength());
	                                ^^^^^^^^^^^^
Potential null pointer access: The variable slotVariable may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/CodeGeneration.java:[186] 
	final List<? extends LtkModelElement> slots = rClass.getModelChildren(RElement.R_S4SLOT_FILTER);
	                     ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/CodeGeneration.java:[186] 
	final List<? extends LtkModelElement> slots = rClass.getModelChildren(RElement.R_S4SLOT_FILTER);
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method getModelChildren(LtkModelElementFilter) belongs to the raw type RLangElement. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/CodeGeneration.java:[186] 
	final List<? extends LtkModelElement> slots = rClass.getModelChildren(RElement.R_S4SLOT_FILTER);
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<? extends LtkModelElement>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/CodeGeneration.java:[190] 
	final RLangSlot slot = (RLangSlot)slots.get(i);
	      ^^^^^^^^^
RLangSlot is a raw type. References to generic type RLangSlot<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/CodeGeneration.java:[190] 
	final RLangSlot slot = (RLangSlot)slots.get(i);
	                        ^^^^^^^^^
RLangSlot is a raw type. References to generic type RLangSlot<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/CodeGeneration.java:[192] 
	tagBuffer.append(slot.getElementName().getDisplayName());
	                 ^^^^
Potential null pointer access: The variable slot may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/CodeGeneration.java:[218] 
	public static EvaluatedTemplate getMethodRoxygenComment(final RLangMethod rMethod, final String lineDelimiter) throws CoreException {
	                                                              ^^^^^^^^^^^
RLangMethod is a raw type. References to generic type RLangMethod<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/CodeGeneration.java:[227] 
	RCodeTemplateContextType.ROXYGEN_METHOD_CONTEXTTYPE, su, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/CodeGeneration.java:[235] 
	final EvaluatedTemplate data = new EvaluatedTemplate(buffer, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/CodeGeneration.java:[246] 
	sigPositions[i] = new Position(variable.getOffsets()[i], variable.getLength());
	                               ^^^^^^^^
Potential null pointer access: The variable variable may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/CodeGeneration.java:[256] 
	if (arg.className == null || arg.className.equals("ANY")) { //$NON-NLS-1$
	                                 ^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/CodeGeneration.java:[275] 
	paramPositions[i] = new Position(variable.getOffsets()[i], variable.getLength());
	                                 ^^^^^^^^
Potential null pointer access: The variable variable may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/CodeGeneration.java:[333] 
	return new TemplateUtils.EvaluatedTemplate(buffer, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/RRunDebugPreferenceConstants.java:[53] 
	PreferenceUtils.setPrefValue(context, RRunDebugPreferenceConstants.PREF_R_CONNECTOR,
	                             ^^^^^^^
Null type safety (type annotations): The expression of type 'IScopeContext' needs unchecked conversion to conform to '@NonNull IScopeContext'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/RRunDebugPreferenceConstants.java:[53] 
	PreferenceUtils.setPrefValue(context, RRunDebugPreferenceConstants.PREF_R_CONNECTOR,
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.StringPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull String>', corresponding supertype is 'Preference<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/RRunDebugPreferenceConstants.java:[56] 
	PreferenceUtils.setPrefValue(context, PREF_RENV_CHECK_UPDATE, ASK);
	                             ^^^^^^^
Null type safety (type annotations): The expression of type 'IScopeContext' needs unchecked conversion to conform to '@NonNull IScopeContext'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/RRunDebugPreferenceConstants.java:[56] 
	PreferenceUtils.setPrefValue(context, PREF_RENV_CHECK_UPDATE, ASK);
	                                      ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.StringPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull String>', corresponding supertype is 'Preference<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/InsertREditorTemplateHandler.java:[35] 
	return (TemplateCompletionComputer)RUIPlugin.getInstance().getREditorContentAssistRegistry()
				.getComputer("org.eclipse.statet.r.contentAssistComputers.RTemplateCompletion"); //$NON-NLS-1$
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull TemplateCompletionComputer' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/help/EnrichedRHelpContext.java:[92] 
	final RHeuristicTokenScanner scanner= RHeuristicTokenScanner.create(contentInfo);
	                                                                    ^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/help/EnrichedRHelpContext.java:[93] 
	scanner.configure(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/help/EnrichedRHelpContext.java:[104] 
	private final IWorkbenchPart3 fPart;
	                              ^^^^^
The value of the field EnrichedRHelpContext.Provider.fPart is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/help/EnrichedRHelpContext.java:[105] 
	private final ISourceViewer fSourceViewer;
	                            ^^^^^^^^^^^^^
The value of the field EnrichedRHelpContext.Provider.fSourceViewer is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/help/EnrichedRHelpContext.java:[204] 
	MessageUtils.escapeForFormText(RunHelpInR.createCommandString(plaintext))));
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/help/EnrichedRHelpContext.java:[206] 
	MessageUtils.escapeForFormText(RunHelpSearchInR.createCommandString(plaintext))));
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[167] 
	public boolean changed(final int event, final Tool tool) {
	                                              ^^^^
Illegal redefinition of parameter tool, inherited method from AbstractRDataRunnable does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[175] 
	protected void run(final IRDataAdapter r, final ProgressMonitor m) throws StatusException {
	                         ^^^^^^^^^^^^^
Illegal redefinition of parameter r, inherited method from AbstractRDataRunnable does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[175] 
	protected void run(final IRDataAdapter r, final ProgressMonitor m) throws StatusException {
	                                                ^^^^^^^^^^^^^^^
Illegal redefinition of parameter m, inherited method from AbstractRDataRunnable does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[205] 
	protected void refreshElements() {
	               ^^^^^^^^^^^^^^^^^
The method refreshElements() from the type ObjectBrowserView.RefreshHandler is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[220] 
	public void updateElement(final UIElement element, final Map parameters) {
	                                                         ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[244] 
	public void updateElement(final UIElement element, final Map parameters) {
	                                                         ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[267] 
	public void updateElement(final UIElement element, final Map parameters) {
	                                                         ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[310] 
	protected ISelection getSelection(final ISelection originalSelection) {
	                                        ^^^^^^^^^^
Illegal redefinition of parameter originalSelection, inherited method from PostSelectionProviderProxy does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[322] 
	getInternalAccessor().setInformationControlReplacer(stickyManager);
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'InternalAccessor.setInformationControlReplacer(InformationControlReplacer)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[326] 
	protected @Nullable Object prepareHoverInformation(final ViewerCell cell) {
	                                                         ^^^^^^^^^^
Illegal redefinition of parameter cell, inherited method from ColumnHoverManager does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[328] 
	final RElementName elementName= getFQElementName(treePath);
	                                                 ^^^^^^^^
Null type safety (type annotations): The expression of type 'TreePath' needs unchecked conversion to conform to '@NonNull TreePath'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[336] 
	protected @Nullable Object getHoverInformation(final Object element) {
	                                                     ^^^^^^
Illegal redefinition of parameter element, inherited method from ColumnHoverManager does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[389] 
	public ObjectBrowserView() {
	       ^^^^^^^^^^^^^^^^^^^
The @NonNull field actionUtil may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[389] 
	public ObjectBrowserView() {
	       ^^^^^^^^^^^^^^^^^^^
The @NonNull field clipboard may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[389] 
	public ObjectBrowserView() {
	       ^^^^^^^^^^^^^^^^^^^
The @NonNull field filterText may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[389] 
	public ObjectBrowserView() {
	       ^^^^^^^^^^^^^^^^^^^
The @NonNull field handlers may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[389] 
	public ObjectBrowserView() {
	       ^^^^^^^^^^^^^^^^^^^
The @NonNull field hoveringController may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[389] 
	public ObjectBrowserView() {
	       ^^^^^^^^^^^^^^^^^^^
The @NonNull field inputContentProvider may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[389] 
	public ObjectBrowserView() {
	       ^^^^^^^^^^^^^^^^^^^
The @NonNull field refreshMenuItem may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[389] 
	public ObjectBrowserView() {
	       ^^^^^^^^^^^^^^^^^^^
The @NonNull field refreshToolbarItem may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[389] 
	public ObjectBrowserView() {
	       ^^^^^^^^^^^^^^^^^^^
The @NonNull field searchTextItem may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[389] 
	public ObjectBrowserView() {
	       ^^^^^^^^^^^^^^^^^^^
The @NonNull field settings may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[389] 
	public ObjectBrowserView() {
	       ^^^^^^^^^^^^^^^^^^^
The @NonNull field tokenOwner may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[389] 
	public ObjectBrowserView() {
	       ^^^^^^^^^^^^^^^^^^^
The @NonNull field toolRegistryListener may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[389] 
	public ObjectBrowserView() {
	       ^^^^^^^^^^^^^^^^^^^
The @NonNull field treeViewer may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[396] 
	this.toolRegistryListener= null;
	                           ^^^^
Null type mismatch: required '@NonNull WorkbenchToolRegistryListener' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[403] 
	this.hoveringController= null;
	                         ^^^^
Null type mismatch: required '@NonNull ColumnHoverManager' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[407] 
	this.handlers= null;
	               ^^^^
Null type mismatch: required '@NonNull ContextHandlers' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[414] 
	this.clipboard= null;
	                ^^^^
Null type mismatch: required '@NonNull Clipboard' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[420] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[423] 
	this.settings= DialogUtils.getDialogSettings(RUIPlugin.getInstance(), "ObjectBrowser");
	                                             ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RUIPlugin' needs unchecked conversion to conform to '@NonNull AbstractUIPlugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[434] 
	this.settings= DialogUtils.getDialogSettings(RUIPlugin.getInstance(), "ObjectBrowser");
	                                             ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RUIPlugin' needs unchecked conversion to conform to '@NonNull AbstractUIPlugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[456] 
	this.inputContentProvider= new RElementInputContentProvider();
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type RElementInputContentProvider needs unchecked conversion to conform to RElementInputContentProvider<ContentInput>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[456] 
	this.inputContentProvider= new RElementInputContentProvider();
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RElementInputContentProvider' needs unchecked conversion to conform to '@NonNull RElementInputContentProvider<@NonNull ContentInput>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[456] 
	this.inputContentProvider= new RElementInputContentProvider();
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RElementInputContentProvider is a raw type. References to generic type RElementInputContentProvider<TInput> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[469] 
	this.handlers= new ContextHandlers(site.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[511] 
	contexts.activateContext("org.eclipse.statet.workbench.contexts.StructuredElementViewer"); //$NON-NLS-1$
	^^^^^^^^
Potential null pointer access: The variable contexts may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[545] 
	ObjectBrowserView.this.filterText= 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[558] 
	return null;
	       ^^^^
Null type mismatch: required '@NonNull Object' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[639] 
	if (this.process == null || this.process.isTerminated()) {
	                                 ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[647] 
	updateDirty(this.process.getWorkspaceData().isRObjectDBDirty());
	                 ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[808] 
	this.process.getQueue().add(this.manualRefreshRunnable);
	     ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[884] 
	newPath[0]= RElementInputContentProvider.getCombinedRElement(newPath[1]).getModelParent();
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getCombinedRElement(Object) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[884] 
	newPath[0]= RElementInputContentProvider.getCombinedRElement(newPath[1]).getModelParent();
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable CombinedRElement'
1526. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java (at line 942)
	message= NLS.bind("{0} items selected", selection.size());
	                                        ^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[965] 
	return RElementInputContentProvider.getCombinedRElement(treePath.getFirstSegment()).getElementName();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getCombinedRElement(Object) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[965] 
	return RElementInputContentProvider.getCombinedRElement(treePath.getFirstSegment()).getElementName();
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[973] 
	names.add(first.getModelParent().getElementName());
	          ^^^^^
Potential null pointer access: The variable first may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[973] 
	names.add(first.getModelParent().getElementName());
	          ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getModelParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ObjectBrowserView.java:[981] 
	names.add(rElement.getElementName());
	          ^^^^^^^^
Potential null pointer access: The variable rElement may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/SubmitEntireCommandRunnable.java:[59] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/SubmitEntireCommandRunnable.java:[64] 
	public SubmitType getSubmitType() {
	       ^^^^^^^^^^
The return type is incompatible with '@NonNull SubmitType' returned from ConsoleRunnable.getSubmitType() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/SubmitEntireCommandRunnable.java:[69] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/SubmitEntireCommandRunnable.java:[74] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/SubmitEntireCommandRunnable.java:[79] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/SubmitEntireCommandRunnable.java:[94] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/SubmitEntireCommandRunnable.java:[94] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/ui/REnvTab.java:[95] 
	validator.setResourceLabel(MessageUtils.removeMnemonics(RLaunchingMessages.REnv_Tab_WorkingDir_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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/ui/REnvTab.java:[98] 
	throw new CoreException(validator.getStatus());
	                        ^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/ui/REnvTab.java:[126] 
	public String getName() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from ILaunchConfigurationTab.getName() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/ui/REnvTab.java:[136] 
	public void createControl(final Composite parent) {
	                                ^^^^^^^^^
Missing non-null annotation: inherited method from ILaunchConfigurationTab specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/ui/REnvTab.java:[165] 
	protected void addBindings(final DataBindingContext dbc, final Realm realm) {
	                                 ^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from LaunchConfigTabWithDbc specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/ui/REnvTab.java:[165] 
	protected void addBindings(final DataBindingContext dbc, final Realm realm) {
	                                                               ^^^^^
Missing non-null annotation: inherited method from LaunchConfigTabWithDbc specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/ui/REnvTab.java:[167] 
	this.rEnvControl.createObservable(realm),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/ui/REnvTab.java:[168] 
	this.rEnvSettingValue,
	^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/ui/REnvTab.java:[171] 
	this.rEnvControl.createValidator(dbc) )),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IValidator<Object>' needs unchecked conversion to conform to '@NonNull IValidator<Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/ui/REnvTab.java:[176] 
	public void setDefaults(final ILaunchConfigurationWorkingCopy configuration) {
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ILaunchConfigurationTab specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/ui/REnvTab.java:[183] 
	protected void doInitialize(final ILaunchConfiguration configuration) {
	                                  ^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from LaunchConfigTabWithDbc specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/ui/REnvTab.java:[195] 
	protected void doSave(final ILaunchConfigurationWorkingCopy configuration) {
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from LaunchConfigTabWithDbc specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitFileViaCommandHandler.java:[73] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitFileViaCommandHandler.java:[73] 
	public void updateElement(final UIElement element, final Map parameters) {
	                                                         ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitFileViaCommandHandler.java:[73] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitFileViaCommandHandler.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitFileViaCommandHandler.java:[121] 
	su = ((SourceElement) object).getSourceUnit();
	       ^^^^^^^^^^^^^
SourceElement is a raw type. References to generic type SourceElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitFileViaCommandHandler.java:[151] 
	Ltk.PERSISTENCE_CONTEXT, file, null, true, null );
	                                           ^^^^
Null type mismatch: required '@NonNull IProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/dataeditor/IRDataTableInput.java:[39] 
	FQRObjectRef getElementRef();
	^^^^^^^^^^^^
FQRObjectRef is a raw type. References to generic type FQRObjectRef<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpViewPage.java:[66] 
	public RHelpViewPage(final PageBookBrowserView view, final BrowserSession session) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field breadcrumb may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpViewPage.java:[66] 
	public RHelpViewPage(final PageBookBrowserView view, final BrowserSession session) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field breadcrumbControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpViewPage.java:[79] 
	return this.helpObject;
	       ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpViewPage.java:[101] 
	if (url != null && url.getScheme().equals(RHelpHttpService.PORTABLE_URI_SCHEME)) {
	                   ^^^^^^^^^^^^^^^
Potential null pointer access: The method getScheme() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpViewPage.java:[116] 
	this.breadcrumbControl= this.breadcrumb.createContent(parent);
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpViewPage.java:[134] 
	return null;
	       ^^^^
Null type mismatch: required '@NonNull Object' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpViewPage.java:[138] 
	handlerService.activateHandler(IBreadcrumb.SHOW_BREADCRUMB_COMMAND_ID, breadcrumbHandler);
	^^^^^^^^^^^^^^
Potential null pointer access: The variable handlerService may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpViewPage.java:[139] 
	contextService.activateContext(IBreadcrumb.WITH_BREADCRUMB_CONTEXT_ID);
	^^^^^^^^^^^^^^
Potential null pointer access: The variable contextService may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpViewPage.java:[153] 
	setIcon(session, ImageDescriptor.createFromImage(image));
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpViewPage.java:[174] 
	private void showBreadcrumb() {
	             ^^^^^^^^^^^^^^^^
The method showBreadcrumb() from the type RHelpViewPage is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpViewPage.java:[180] 
	this.breadcrumbControl.getParent().layout(true, true);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpViewPage.java:[186] 
	private void hideBreadcrumb() {
	             ^^^^^^^^^^^^^^^^
The method hideBreadcrumb() from the type RHelpViewPage is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpViewPage.java:[192] 
	this.breadcrumbControl.getParent().layout(true, true);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpViewPage.java:[201] 
	if (this.breadcrumb == null) {
			return;
		}
	                             ^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RQuickRefactoringComputer.java:[59] 
	if (node.getNodeType() == NodeType.SYMBOL || node.getNodeType() == NodeType.STRING_CONST) {
	    ^^^^
Potential null pointer access: The variable node may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RQuickRefactoringComputer.java:[105] 
	{	final SourceStructElement sourceElement= context.getModelInfo().getSourceElement();
	 	      ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RQuickRefactoringComputer.java:[105] 
	{	final SourceStructElement sourceElement= context.getModelInfo().getSourceElement();
	 	                                         ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getModelInfo() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/ROpenDeclaration.java:[40] 
	public StyledString getStyledText(final LtkModelElement element) {
	                                        ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/ROpenDeclaration.java:[43] 
	final SourceUnit su= ((SourceElement)element).getSourceUnit();
	                       ^^^^^^^^^^^^^
SourceElement is a raw type. References to generic type SourceElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/sourceediting/ROpenDeclaration.java:[46] 
	styledText.append(((IResource)su.getResource()).getFullPath().toString(),
	                              ^^^^^^^^^^^^^^^^
Potential null pointer access: The method getResource() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/GenerateRoxygenElementComment.java:[80] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/GenerateRoxygenElementComment.java:[80] 
	public void updateElement(final UIElement element, final Map parameters) {
	                                                         ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/GenerateRoxygenElementComment.java:[80] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/GenerateRoxygenElementComment.java:[81] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/GenerateRoxygenElementComment.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/GenerateRoxygenElementComment.java:[99] 
	SourceStructElement[] elements= null;
	^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/GenerateRoxygenElementComment.java:[105] 
	final IWorkbenchPart part= (IWorkbenchPart) context.getVariable(ISources.ACTIVE_PART_NAME);
	                                            ^^^^^^^
Potential null pointer access: The variable context may be null at this location
1585. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/GenerateRoxygenElementComment.java (at line 142)
	return false;
	       ^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/GenerateRoxygenElementComment.java:[153] 
	templates[i]= CodeGeneration.getClassRoxygenComment((RLangClass)elements[i], lineDelimiter);
	                                                     ^^^^^^^^^^
RLangClass is a raw type. References to generic type RLangClass<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/GenerateRoxygenElementComment.java:[158] 
	templates[i]= CodeGeneration.getMethodRoxygenComment((RLangMethod)elements[i], lineDelimiter);
	                                                      ^^^^^^^^^^^
RLangMethod is a raw type. References to generic type RLangMethod<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/GenerateRoxygenElementComment.java:[161] 
	templates[i]= CodeGeneration.getCommonFunctionRoxygenComment((RLangMethod)elements[i], lineDelimiter);
	                                                              ^^^^^^^^^^^
RLangMethod is a raw type. References to generic type RLangMethod<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/GenerateRoxygenElementComment.java:[179] 
	TemplateUtils.indentTemplateDocument(templateDoc, lineIndent);
	                                                  ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/GenerateRoxygenElementComment.java:[205] 
	su.syncExec(new SourceDocumentRunnable(doc, info.getStamp().getContentStamp(),
	                                            ^^^^
Potential null pointer access: The variable info may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/GenerateRoxygenElementComment.java:[206] 
	DocumentRewriteSessionType.SEQUENTIAL ) {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'DocumentRewriteSessionType' needs unchecked conversion to conform to '@NonNull DocumentRewriteSessionType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/text/rd/RdDoubleClickStrategy.java:[54] 
	public void doubleClicked(final ITextViewer textViewer) {
	                                ^^^^^^^^^^^
Missing non-null annotation: inherited method from ITextDoubleClickStrategy specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/text/rd/RdDoubleClickStrategy.java:[63] 
	ITypedRegion partition = TextUtilities.getPartition(document, RDocumentConstants.RDOC_PARTITIONING, offset, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/text/rd/RdDoubleClickStrategy.java:[76] 
	partition = TextUtilities.getPartition(document, RDocumentConstants.RDOC_PARTITIONING, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataFrameDataProvider.java:[59] 
	final RElementName elementName= RElementName.create(ImCollections.newList(BASE_NAME,
	                                                                          ^^^^^^^^^
Null type safety (type annotations): The expression of type 'RElementName' needs unchecked conversion to conform to '@NonNull RElementName'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataFrameDataProvider.java:[86] 
	return fragment.getRObject().getColumn(fragment.toLocalColumnIdx(columnIdx))
	       ^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRObject() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataFrameDataProvider.java:[103] 
	return fragment.getRObject().getName(fragment.toLocalColumnIdx(columnIdx));
	       ^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRObject() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/UI2RStoreConverter.java:[48] 
	return (D)fromObject;
	       ^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to D
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RToggleLiveReportProblemsHandler.java:[17] 
	import org.eclipse.statet.ecommons.ui.actions.TogglePreferenceEnablementHandler;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type TogglePreferenceEnablementHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RToggleLiveReportProblemsHandler.java:[25] 
	public class RToggleLiveReportProblemsHandler extends TogglePreferenceEnablementHandler {
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type TogglePreferenceEnablementHandler is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/RToggleLiveReportProblemsHandler.java:[29] 
	super(	REditorBuild.PROBLEMCHECKING_ENABLED_PREF,
				"org.eclipse.statet.ltk.commands.ToggleLiveReportProblems"); //$NON-NLS-1$
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor TogglePreferenceEnablementHandler(Preference<Boolean>, String) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RTextStylesPreferencePage.java:[215] 
	final Preference<String[]> pref= new StringArrayPref(RUI.BUNDLE_ID, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RTextStylesPreferencePage.java:[244] 
	return addListToTooltip(tooltip, RTerminal.textArray(listItems));
	                                                     ^^^^^^^^^
Null type safety (type annotations): The expression of type 'RTerminal[]' needs unchecked conversion to conform to '@NonNull RTerminal @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/refactoring/ExtractFunctionHandler.java:[42] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RdCodeTemplatesProvider.java:[18] 
	import org.eclipse.jface.text.templates.ContextTypeRegistry;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RdCodeTemplatesProvider.java:[69] 
	public ContextTypeRegistry getContextTypeRegistry() {
	       ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ContentInput.java:[38] 
	public ContentInput(final RProcess source,
			final boolean filterUserspace,
			final @Nullable LtkModelElementFilter<? super RLangElement> envFilter,
			final @Nullable LtkModelElementFilter<? super RLangElement> otherFilter) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field searchEnvirs may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ContentInput.java:[40] 
	final @Nullable LtkModelElementFilter<? super RLangElement> envFilter,
	                                              ^^^^^^^^^^^^
RLangElement is a raw type. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ContentInput.java:[41] 
	final @Nullable LtkModelElementFilter<? super RLangElement> otherFilter) {
	                                              ^^^^^^^^^^^^
RLangElement is a raw type. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/RStore2UIConverter.java:[46] 
	return AbstractRDataProvider.NA;
	       ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ControlData' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RVectorDataProvider.java:[80] 
	return fragment.getRObject().getData().get(fragment.toLocalRowIdx(rowIdx));
	       ^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRObject() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RepoTab.java:[133] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RepoTab.java:[141] 
	final TableComposite table= new TableComposite(parent, SWT.BORDER | SWT.MULTI | 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RepoTab.java:[179] 
	this.selectedCran= new WritableValue<>(db.getRealm(), null, RRepo.class);
	                                       ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RepoTab.java:[180] 
	this.selectedBioc= new WritableValue<>(db.getRealm(), null, RRepo.class);
	                                       ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RepoTab.java:[184] 
	.observe((ICheckable)this.repoTable),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ICheckable' needs unchecked conversion to conform to '@NonNull ICheckable'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RepoTab.java:[188] 
	.observe(this.CranTable),
	         ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TableViewer' needs unchecked conversion to conform to '@NonNull Viewer'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RepoTab.java:[189] 
	this.selectedCran );
	^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<RRepo>' needs unchecked conversion to conform to '@NonNull IObservableValue<RRepo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RepoTab.java:[192] 
	.observe(this.biocTable),
	         ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TableViewer' needs unchecked conversion to conform to '@NonNull Viewer'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RepoTab.java:[193] 
	this.selectedBioc );
	^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<RRepo>' needs unchecked conversion to conform to '@NonNull IObservableValue<RRepo>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RepoTab.java:[195] 
	this.selectedRepos.addChangeListener(this.dialog);
	                                     ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RPkgManagerDialog' needs unchecked conversion to conform to '@NonNull IChangeListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RepoTab.java:[196] 
	this.selectedCran.addChangeListener(this.dialog);
	                                    ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RPkgManagerDialog' needs unchecked conversion to conform to '@NonNull IChangeListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RepoTab.java:[197] 
	this.selectedBioc.addChangeListener(this.dialog);
	                                    ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RPkgManagerDialog' needs unchecked conversion to conform to '@NonNull IChangeListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectContainerComposite.java:[94] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectContainerComposite.java:[99] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectContainerComposite.java:[99] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectContainerComposite.java:[107] 
	final StringBuilder sb= new StringBuilder(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectContainerComposite.java:[205] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeTemplatesProvider.java:[18] 
	import org.eclipse.jface.text.templates.ContextTypeRegistry;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RCodeTemplatesProvider.java:[53] 
	public ContextTypeRegistry getContextTypeRegistry() {
	       ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/RCorrectIndentHandler.java:[76] 
	final AstInfo ast= su.getAstInfo(null, true, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/RCorrectIndentHandler.java:[95] 
	final int rStartLine= document.getLineOfOffset(Math.max(selection.getOffset(), region.getStartOffset()));
	                                                                               ^^^^^^
Potential null pointer access: The variable region may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/RCorrectIndentHandler.java:[114] 
	DocumentRewriteSessionType.SEQUENTIAL ) {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'DocumentRewriteSessionType' needs unchecked conversion to conform to '@NonNull DocumentRewriteSessionType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataLabelProvider.java:[79] 
	this.fRLabelProvider.update(cell, (LtkModelElement) description.getRElementStruct());
	                                   ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataLabelProvider.java:[113] 
	if (!classNames.contains(RDataUtils.getStoreClass(column.getDataStore()))) {
	                                                  ^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataLabelProvider.java:[115] 
	text.append(RDataUtils.getStoreAbbr(column.getDataStore()), StyledString.DECORATIONS_STYLER);
	                                    ^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[137] 
	this.elementName= RElementName.normalize(name);
	                                         ^^^^
Null type safety (type annotations): The expression of type 'RElementName' needs unchecked conversion to conform to '@NonNull RElementName'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[194] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[235] 
	envRef= new RReferenceImpl(env.getHandle(), RObject.TYPE_ENVIRONMENT, null);
	                                                                      ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[238] 
	&& this.data.elementName.getScope().getType() == RElementName.SCOPE_NS) {
	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getScope() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[275] 
	fcall.addChar("sym", this.elementName.getSegmentName()); //$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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[359] 
	if (env.getNames() != null && env.getNames().contains(this.elementName.getSegmentName())) {
	                              ^^^^^^^^^^^^^^
Potential null pointer access: The method getNames() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[362] 
	this.data.element= env.get(this.elementName.getSegmentName());
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[375] 
	final RElementName mainName= RElementName.cloneSegment(this.elementName);
	                                                       ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RElementName' needs unchecked conversion to conform to '@NonNull RElementName'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[379] 
	final FQRObject data= r.findData(mainName.getSegmentName(),
	      ^^^^^^^^^
FQRObject is a raw type. References to generic type FQRObject<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[379] 
	final FQRObject data= r.findData(mainName.getSegmentName(),
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[381] 
	"combined", RObjectFactory.F_ONLY_STRUCT, depth, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[388] 
	foundEnv.getHandle(), RObject.TYPE_ENVIRONMENT, null ), 0 );
	                                                ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[411] 
	|| envName.getSegmentName().isEmpty()) {
	   ^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getSegmentName() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[417] 
	final RElementName name= RElementName.create(segments);
	                                             ^^^^^^^^
Null type safety (type annotations): The expression of type 'List<RElementName>' needs unchecked conversion to conform to '@NonNull List<@NonNull RElementName>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/ui/rtool/RElementInfoTask.java:[418] 
	if (name.getScope() == null) {
	    ^^^^
Potential null pointer access: The variable name may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/SelectAllHandler.java:[36] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/FCallNamePattern.java:[43] 
	&& RElementName.isPackageFacetScopeType(name.getScope().getType()) ) ?
	                                        ^^^^^^^^^^^^^^^
Potential null pointer access: The method getScope() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/FCallNamePattern.java:[44] 
	name.getScope().getSegmentName() : null;
	^^^^^^^^^^^^^^^
Potential null pointer access: The method getScope() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/FCallNamePattern.java:[66] 
	&& this.assignLength == (candidate0= candidateName.getSegmentName()).length() - 2
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The variable candidate0 may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/FCallNamePattern.java:[69] 
	&& candidate0.regionMatches(false, 0, this.assignName, 0, this.assignLength) )));
	                                      ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/FCallNamePattern.java:[75] 
	final RFrame frame= iter.next();
	      ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/FCallNamePattern.java:[84] 
	final List<? extends LtkModelElement> elements= frame.getModelChildren(null);
	                     ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/FCallNamePattern.java:[84] 
	final List<? extends LtkModelElement> elements= frame.getModelChildren(null);
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method getModelChildren(LtkModelElementFilter) belongs to the raw type RFrame. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/FCallNamePattern.java:[84] 
	final List<? extends LtkModelElement> elements= frame.getModelChildren(null);
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<? extends LtkModelElement>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/FCallNamePattern.java:[85] 
	for (final LtkModelElement candidate : elements) {
	           ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/FCallNamePattern.java:[86] 
	if (candidate.getModelTypeId() == RModel.R_TYPE_ID
	    ^^^^^^^^^
Potential null pointer access: The variable candidate may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/FCallNamePattern.java:[89] 
	handleMatch((RLangMethod)candidate, frame, iter);
	             ^^^^^^^^^^^
RLangMethod is a raw type. References to generic type RLangMethod<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/FCallNamePattern.java:[95] 
	protected void handleMatch(final RLangMethod element, final RFrame frame,
	                                 ^^^^^^^^^^^
RLangMethod is a raw type. References to generic type RLangMethod<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/FCallNamePattern.java:[95] 
	protected void handleMatch(final RLangMethod element, final RFrame frame,
	                                                            ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[170] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[183] 
	MessageUtils.removeMnemonics(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[210] 
	this.library= this.parent.setLibrary(this.library, directory);
	                                     ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RLibLocation' needs unchecked conversion to conform to '@NonNull RLibLocation'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[210] 
	this.library= this.parent.setLibrary(this.library, directory);
	                                                   ^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[322] 
	gd.widthHint= LayoutUtils.hintWidth(this.rArchControl, 8);
	                                    ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Combo' needs unchecked conversion to conform to '@NonNull Combo'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[326] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[330] 
	final String item= LocalREnvConfigDialog.this.rArchControl.getItem(selectionIdx);
	             ^^^^
The value of the local variable item is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[343] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[365] 
	gd.widthHint= LayoutUtils.hintWidth(this.nameControl, 80);
	                                    ^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[370] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[370] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[370] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[376] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[376] 
	public Object[] getElements(final Object inputElement) {
	                                  ^^^^^^
Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[380] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[387] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[394] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[394] 
	public Object[] getChildren(final Object parentElement) {
	                                  ^^^^^^
Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[482] 
	protected RLibLocation edit1(final RLibLocation item, final boolean newItem, final Object parent) {
	                                   ^^^^^^^^^^^^
Missing nullable annotation: inherited method from ButtonGroup<RLibLocation> specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[606] 
	.observe(this.nameControl),
	         ^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[608] 
	.observe(this.configModel),
	         ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IREnvConfiguration.WorkingCopy' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[609] 
	new UpdateValueStrategy<String, String>()
						.setAfterGetValidator((final String value) -> {
							final String s= value.trim();
							if (s.isEmpty()) {
								return ValidationStatus.error(Messages.REnv_Detail_Name_error_Missing_message);
							}
							if (LocalREnvConfigDialog.this.existingNames.contains(s)) {
								return ValidationStatus.error(Messages.REnv_Detail_Name_error_Duplicate_message);
							}
							if (s.contains("/")) {  //$NON-NLS-1$
								return ValidationStatus.error(Messages.REnv_Detail_Name_error_InvalidChar_message);
							}
							return ValidationStatus.ok();
						}),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'UpdateValueStrategy<String,String>' needs unchecked conversion to conform to '@Nullable UpdateValueStrategy<? super @NonNull String,? extends @NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[626] 
	this.rHomeControl.getObservable(),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[628] 
	.observe(this.configModel),
	         ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IREnvConfiguration.WorkingCopy' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[629] 
	new UpdateValueStrategy<String, String>()
							.setAfterGetValidator((final String value) -> {
								final IStatus status= LocalREnvConfigDialog.this.rHomeControl.getValidator().validate(value);
								if (!status.isOK()) {
									return status;
								}
								if (!LocalREnvConfigDialog.this.configModel.isValidRHomeLocation(LocalREnvConfigDialog.this.rHomeControl.getResourceAsFileStore())) {
									return ValidationStatus.error(Messages.REnv_Detail_Location_error_NoRHome_message);
								}
								updateArchs(!LocalREnvConfigDialog.this.isNewConfig);
								return ValidationStatus.ok();
							}),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'UpdateValueStrategy<String,String>' needs unchecked conversion to conform to '@Nullable UpdateValueStrategy<? super String,? extends @NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[644] 
	public void handleValueChange(final ValueChangeEvent<? extends IStatus> event) {
	                                    ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IValueChangeListener<IStatus> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[646] 
	LocalREnvConfigDialog.this.loadButton.setEnabled(status.isOK());
	                                                 ^^^^^^
Potential null pointer access: The variable status may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[653] 
	.observe(this.rArchControl),
	         ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Combo' needs unchecked conversion to conform to '@NonNull Widget'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[655] 
	.observe(this.configModel) );
	         ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IREnvConfiguration.WorkingCopy' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[659] 
	this.rDocDirectoryControl.getObservable(),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[661] 
	.observe(this.configModel) );
	         ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IREnvConfiguration.WorkingCopy' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[663] 
	this.rShareDirectoryControl.getObservable(),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[665] 
	.observe(this.configModel) );
	         ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IREnvConfiguration.WorkingCopy' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[667] 
	this.rIncludeDirectoryControl.getObservable(),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[669] 
	.observe(this.configModel) );
	         ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IREnvConfiguration.WorkingCopy' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[816] 
	public void run(final IProgressMonitor monitor) throws InvocationTargetException, InterruptedException {
	                      ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IRunnableWithProgress specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[844] 
	final ProcessBuilder processBuilder= new ProcessBuilder(this.configModel.getExecCommand(Exec.TERM));
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<String>' needs unchecked conversion to conform to '@NonNull List<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[852] 
	final DefaultLocalConfigurator setup= new DefaultLocalConfigurator(this.configModel);
	                                                                   ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IREnvConfiguration.WorkingCopy' needs unchecked conversion to conform to '@NonNull REnvConfiguration'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[853] 
	LaunchUtils.configureEnvironment(envp, null,
	                                 ^^^^
Null type safety (type annotations): The expression of type 'Map<String,String>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[853] 
	LaunchUtils.configureEnvironment(envp, null,
	                                       ^^^^
Null type mismatch: required '@NonNull ILaunchConfiguration' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/preferences/LocalREnvConfigDialog.java:[902] 
	final String[] locations= DETECT_PATH_PATTERN.split(var);
	                                                    ^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/DeleteHandler.java:[93] 
	r.evalVoid(this.commands.get(i), 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/DeleteHandler.java:[93] 
	r.evalVoid(this.commands.get(i), 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/DeleteHandler.java:[133] 
	public @Nullable 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/DeleteHandler.java:[163] 
	if (treePaths[j] != null && treePaths[i].startsWith(treePaths[j], comparer)) {
	                                                    ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TreePath' needs unchecked conversion to conform to '@NonNull TreePath'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/DeleteHandler.java:[170] 
	final CombinedRElement element= RElementInputContentProvider.getCombinedRElement(treePath.getLastSegment());
	                                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Object' but this expression has type '@Nullable Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/DeleteHandler.java:[171] 
	final CombinedRElement parent= element.getModelParent();
	                               ^^^^^^^
Potential null pointer access: The variable element may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/DeleteHandler.java:[178] 
	final RElementName envirName = (treePath.getSegmentCount() > 1) ? this.view.getFQElementName(treePath.getParentPath()) : parent.getElementName();
	                                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull TreePath' but this expression has type '@Nullable TreePath'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/DeleteHandler.java:[183] 
	"pos="+RElementName.createDisplayName(envirName, RElementName.DISPLAY_FQN | RElementName.DISPLAY_EXACT)+ //$NON-NLS-1$
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createDisplayName(RElementName, int) from the type RElementName is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/DeleteHandler.java:[194] 
	final String name = RElementName.createDisplayName(elementName, RElementName.DISPLAY_EXACT);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createDisplayName(RElementName, int) from the type RElementName is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/DeleteHandler.java:[195] 
	commands.add("with("+RElementName.createDisplayName(topName, RElementName.DISPLAY_FQN)+","+ //$NON-NLS-1$ //$NON-NLS-2$ 
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method createDisplayName(RElementName, int) from the type RElementName is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/DeleteHandler.java:[195] 
	commands.add("with("+RElementName.createDisplayName(topName, RElementName.DISPLAY_FQN)+","+ //$NON-NLS-1$ //$NON-NLS-2$ 
	                                                    ^^^^^^^
Null type mismatch: required '@NonNull RElementName' but the provided value is inferred as @Nullable
1718. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/DeleteHandler.java (at line 218)
	NLS.bind("Delete these {0} objects?", names.size()));
	                                      ^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/DeleteHandler.java:[231] 
	process.getQueue().add(new DeleteRunnable(names, commands, topEnvirs));
	^^^^^^^
Potential null pointer access: The variable process may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/IntervalVariableFilter.java:[50] 
	this.selectedLowerValue= new WritableValue<>(set.getRealm());
	                                             ^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/IntervalVariableFilter.java:[51] 
	this.selectedUpperValue= new WritableValue<>(set.getRealm());
	                                             ^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/IntervalVariableFilter.java:[52] 
	this.selectedNA= new WritableValue<>(set.getRealm(), true, Boolean.TYPE);
	                                     ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Realm' needs unchecked conversion to conform to '@NonNull Realm'
1723. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/IntervalVariableFilter.java (at line 52)
	this.selectedNA= new WritableValue<>(set.getRealm(), true, Boolean.TYPE);
	                                                     ^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/IntervalVariableFilter.java:[101] 
	fcall.add(column.getRExpression());
	          ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/IntervalVariableFilter.java:[103] 
	final RObject data= 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/IntervalVariableFilter.java:[105] 
	setValues((RStore<Number>) RDataUtils.checkData(data.getData(), column.getDataStore().getStoreType()));
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from RStore<capture#7-of ?> to RStore<Number>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/IntervalVariableFilter.java:[105] 
	setValues((RStore<Number>) RDataUtils.checkData(data.getData(), column.getDataStore().getStoreType()));
	                                                ^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RStore<?>' but this expression has type '@Nullable RStore<capture#of ?>'
1728. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/IntervalVariableFilter.java (at line 189)
	final Boolean na= (!this.minMaxData.getLogi(NA_IDX))
					|| this.selectedNA.getValue();
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
1729. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/IntervalVariableFilter.java (at line 190)
	|| this.selectedNA.getValue();
	   ^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
1730. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/IntervalVariableFilter.java (at line 191)
	if (na) {
	    ^^
The expression of type Boolean is unboxed into boolean
1731. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/Text2NumConverter.java (at line 54)
	return Double.parseDouble(s);
	       ^^^^^^^^^^^^^^^^^^^^^
The expression of type double is boxed into Double
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RViewLabelProvider.java:[33] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/pkgmanager/RViewLabelProvider.java:[47] 
	return MessageUtils.escapeForTooltip(view.getTopic());
	                                     ^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/UIBindings.java:[310] 
	this.menuManager.createContextMenu(natTable);
	                                   ^^^^^^^^
Null type safety (type annotations): The expression of type 'NatTable' needs unchecked conversion to conform to '@NonNull Control'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/UIBindings.java:[313] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/UIBindings.java:[376] 
	this.menuManager.createContextMenu(natTable);
	                                   ^^^^^^^^
Null type safety (type annotations): The expression of type 'NatTable' needs unchecked conversion to conform to '@NonNull Control'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/intable/UIBindings.java:[379] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RGraphicCommandHandler.java:[36] 
	public Status execute(final String id, final RToolService r, final Map<String, Object> data,
	       ^^^^^^
The return type is incompatible with '@NonNull Status' returned from AbstractRToolCommandHandler.execute(String, RToolService, Map<String,Object>, ProgressMonitor) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RGraphicCommandHandler.java:[36] 
	public Status execute(final String id, final RToolService r, final Map<String, Object> data,
	                            ^^^^^^
Missing non-null annotation: inherited method from AbstractRToolCommandHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RGraphicCommandHandler.java:[36] 
	public Status execute(final String id, final RToolService r, final Map<String, Object> data,
	                                             ^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractRToolCommandHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RGraphicCommandHandler.java:[36] 
	public Status execute(final String id, final RToolService r, final Map<String, Object> data,
	                                                                   ^^^
Missing non-null annotation: inherited method from AbstractRToolCommandHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RGraphicCommandHandler.java:[37] 
	final ProgressMonitor m) {
	      ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractRToolCommandHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchResultPage.java:[88] 
	return ((RHelpSearchUIMatch) e1).compareTo((RHelpSearchUIMatch) e2);
	                                           ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RHelpSearchUIMatch' needs unchecked conversion to conform to '@NonNull RHelpSearchUIMatch'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchResultPage.java:[299] 
	viewer.getControl().getParent().setLayout(layout);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchResultPage.java:[315] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchResultPage.java:[342] 
	viewer.getControl().getParent().setLayout(layout);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchResultPage.java:[457] 
	final URI url= RCore.getRHelpHttpService().getPackageHttpUrl(packageHelp,
	                                                             ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RPkgHelp' needs unchecked conversion to conform to '@NonNull RPkgHelp'
1748. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchResultPage.java (at line 493)
	if (!newPage && PreferenceUtils.getInstancePrefs().getPreferenceValue(
				RHelpPreferences.SEARCH_REUSE_PAGE_ENABLED_PREF )) {
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchResultPage.java:[495] 
	if (this.reusedSession != null && !view.canOpen(this.reusedSession)) {
	                                                ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'BrowserSession' needs unchecked conversion to conform to '@NonNull BrowserSession'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchResultPage.java:[508] 
	final BrowserSession session= BrowserSession.findSessionByUrl(view.getSessions(), url);
	                                                                                  ^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/RDefaultFoldingProvider.java:[136] 
	public void visit(final AstNode node) throws InvocationTargetException {
	                        ^^^^^^^
Missing non-null annotation: inherited method from AstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/RDefaultFoldingProvider.java:[271] 
	public void visit(final DocuComment node) throws InvocationTargetException {
	                        ^^^^^^^^^^^
Missing non-null annotation: inherited method from RAstVisitor specifies this parameter as @NonNull
1753. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/RDefaultFoldingProvider.java (at line 308)
	config.enableOtherBlocks= prefs.getPreferenceValue(
					DefaultRFoldingPreferences.PREF_OTHERBLOCKS_ENABLED );
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
1754. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/RDefaultFoldingProvider.java (at line 310)
	config.minLines= prefs.getPreferenceValue(
					DefaultRFoldingPreferences.PREF_MINLINES_NUM );
	                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
1755. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/RDefaultFoldingProvider.java (at line 315)
	config.enableRoxygen= prefs.getPreferenceValue(
					DefaultRFoldingPreferences.PREF_ROXYGEN_ENABLED );
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
1756. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/RDefaultFoldingProvider.java (at line 317)
	config.minRoxygenLines= prefs.getPreferenceValue(
					DefaultRFoldingPreferences.PREF_ROXYGEN_MINLINES_NUM );
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into int
1757. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/RDefaultFoldingProvider.java (at line 322)
	config.collapseInitiallyRoxygen= prefs.getPreferenceValue(
					DefaultRFoldingPreferences.PREF_ROXYGEN_COLLAPSE_INITIALLY_ENABLED );
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
1758. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/editors/RDefaultFoldingProvider.java (at line 325)
	config.isRestoreStateEnabled= prefs.getPreferenceValue(
					REditorOptions.FOLDING_RESTORE_STATE_ENABLED_PREF );
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
1759. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataFormatter.java (at line 102)
	appendNum((Double) modelValue);
	          ^^^^^^^^^^^^^^^^^^^
The expression of type Double is unboxed into double
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/LevelVariableFilter.java:[38] 
	private RStore availableValues;
	        ^^^^^^
RStore is a raw type. References to generic type RStore<P> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/LevelVariableFilter.java:[64] 
	LevelVariableFilter.this.selectedValues.addAll(levelFilter.getSelectedValues());
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type IObservableSet needs unchecked conversion to conform to Collection<? extends Object>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/LevelVariableFilter.java:[93] 
	fcall.add(column.getRExpression());
	          ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/LevelVariableFilter.java:[96] 
	final RObject data= 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/LevelVariableFilter.java:[103] 
	setValues(RDataUtils.checkData(data.getData(), RStore.CHARACTER));
	                               ^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RStore<?>' but this expression has type '@Nullable RStore<capture#of ?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/LevelVariableFilter.java:[106] 
	setValues(RDataUtils.checkData(data.getData(), column.getDataStore().getStoreType()));
	                               ^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RStore<?>' but this expression has type '@Nullable RStore<capture#of ?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/LevelVariableFilter.java:[124] 
	protected void setValues(final RStore values) {
	                               ^^^^^^
RStore is a raw type. References to generic type RStore<P> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/LevelVariableFilter.java:[143] 
	static String createLevelFilter(final RStore availableValues, final Collection<?> selectedValues,
	                                      ^^^^^^
RStore is a raw type. References to generic type RStore<P> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/LevelVariableFilter.java:[197] 
	public RStore getAvailableValues() {
	       ^^^^^^
RStore is a raw type. References to generic type RStore<P> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilter/LevelVariableFilter.java:[201] 
	public IObservableSet getSelectedValues() {
	       ^^^^^^^^^^^^^^
IObservableSet is a raw type. References to generic type IObservableSet<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/ResolveCellIndexes.java:[40] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/ResolveCellIndexes.java:[45] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/ResolveCellIndexes.java:[50] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/ResolveCellIndexes.java:[55] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/ResolveCellIndexes.java:[72] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/ResolveCellIndexes.java:[72] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/ResolveCellIndexes.java:[134] 
	final RVector<?> vector= RDataUtils.checkRVector(r.evalData(cmd.toString(), 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/RCodeLaunching.java:[278] 
	public <T> T getAdapter(final Class<T> adapterType) {
	                              ^^^^^
Missing non-null annotation: inherited method from IAdaptable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/RCodeLaunching.java:[280] 
	return (T) this.fMarker;
	       ^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from IMarker to T
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/RCodeLaunching.java:[282] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/RCodeLaunching.java:[366] 
	runnable.changed(ToolRunnable.BEING_ABANDONED, null);
	                                               ^^^^
Null type mismatch: required '@NonNull Tool' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/RCodeLaunching.java:[398] 
	variables.add(new DynamicVariable(FILE_NAME_VARIABLE) {
	                                  ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IStringVariable' needs unchecked conversion to conform to '@NonNull IStringVariable'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/RCodeLaunching.java:[400] 
	public String getValue(final String argument) throws CoreException {
	                             ^^^^^^
Missing nullable annotation: inherited method from DynamicVariable specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/RCodeLaunching.java:[404] 
	variables.add(new DynamicVariable(FILE_ENCODING_VARIABLE) {
	                                  ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IStringVariable' needs unchecked conversion to conform to '@NonNull IStringVariable'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/RCodeLaunching.java:[406] 
	public String getValue(final String argument) throws CoreException {
	                             ^^^^^^
Missing nullable annotation: inherited method from DynamicVariable specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/RCodeLaunching.java:[410] 
	variables.add(new DynamicVariable(ECHO_ENABLED_VARIABLE) {
	                                  ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IStringVariable' needs unchecked conversion to conform to '@NonNull IStringVariable'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/RCodeLaunching.java:[412] 
	public String getValue(final String argument) throws CoreException {
	                             ^^^^^^
Missing nullable annotation: inherited method from DynamicVariable specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/RCodeLaunching.java:[414] 
	RCodeLaunching.ECHO_ENABLED_PREF);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.BooleanPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Boolean>', corresponding supertype is 'Preference<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/RCodeLaunching.java:[467] 
	ImCollections.newList(runnables) );
	                      ^^^^^^^^^
Null type safety (type annotations): The expression of type 'ToolRunnable[]' needs unchecked conversion to conform to '@NonNull ToolRunnable @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/r/launching/RCodeLaunching.java:[470] 
	runnables[i].changed(ToolRunnable.BEING_ABANDONED, null);
	                                                   ^^^^
Null type mismatch: required '@NonNull Tool' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataTableContentDescription.java:[84] 
	this.fColumnHeaderRows= ImCollections.newList(dataColumns);
	                                              ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RDataTableColumn[]' needs unchecked conversion to conform to 'RDataTableColumn @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataTableContentDescription.java:[88] 
	this.fRowHeaderColumns= ImCollections.newList(dataColumns);
	                                              ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RDataTableColumn[]' needs unchecked conversion to conform to 'RDataTableColumn @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataTableContentDescription.java:[92] 
	this.fDataColumns= ImCollections.newList(dataColumns);
	                                         ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RDataTableColumn[]' needs unchecked conversion to conform to 'RDataTableColumn @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/RDataTableContentDescription.java:[132] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpInfoHoverCreator.java:[31] 
	import org.eclipse.jface.internal.text.html.BrowserInformationControl;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BrowserInformationControl' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpInfoHoverCreator.java:[97] 
	return BrowserInformationControl.isAvailable(parent);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'BrowserInformationControl' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpInfoHoverCreator.java:[97] 
	return BrowserInformationControl.isAvailable(parent);
	                                 ^^^^^^^^^^^
Discouraged access: The method 'BrowserInformationControl.isAvailable(Composite)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jface.text/3.16.300.v20200526-0811/org.eclipse.jface.text-3.16.300.v20200526-0811.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpInfoHoverCreator.java:[284] 
	public void open(final WindowEvent event) {
	                       ^^^^^^^^^^^
Missing non-null annotation: inherited method from OpenWindowListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpInfoHoverCreator.java:[337] 
	handlers.get(NAVIGATE_BACK_COMMAND_ID) ));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpInfoHoverCreator.java:[341] 
	handlers.get(NAVIGATE_FORWARD_COMMAND_ID) ));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpInfoHoverCreator.java:[377] 
	public void showMessage(final IStatus status) {
	                              ^^^^^^^
Missing non-null annotation: inherited method from BrowserHandler.IBrowserProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpInfoHoverCreator.java:[381] 
	public void changing(final LocationEvent event) {
	                           ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from LocationListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpInfoHoverCreator.java:[384] 
	if (RCore.getRHelpHttpService().isDynamicUrl(new URI(event.location))) {
	                                                     ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpInfoHoverCreator.java:[397] 
	public void changed(final LocationEvent event) {
	                          ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from LocationListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpInfoHoverCreator.java:[407] 
	public void changed(final ProgressEvent event) {
	                          ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ProgressListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpInfoHoverCreator.java:[412] 
	public void completed(final ProgressEvent event) {
	                            ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ProgressListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpInfoHoverCreator.java:[418] 
	public void changed(final TitleEvent event) {
	                          ^^^^^^^^^^
Missing non-null annotation: inherited method from TitleListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpInfoHoverCreator.java:[433] 
	public void open(final WindowEvent event) {
	                       ^^^^^^^^^^^
Missing non-null annotation: inherited method from OpenWindowListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpInfoHoverCreator.java:[521] 
	final int width= LayoutUtils.hintWidth(this.titleText, JFaceResources.DIALOG_FONT, widthInChars);
	                                       ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'StyledText' needs unchecked conversion to conform to '@NonNull StyledText'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitFileDirectLaunchShortcut.java:[53] 
	public void launch(final ISelection selection, final String mode) {
	                         ^^^^^^^^^^
Missing non-null annotation: inherited method from ILaunchShortcut specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitFileDirectLaunchShortcut.java:[53] 
	public void launch(final ISelection selection, final String mode) {
	                                                     ^^^^^^
Missing non-null annotation: inherited method from ILaunchShortcut specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitFileDirectLaunchShortcut.java:[77] 
	public void launch(final IEditorPart editor, final String mode) {
	                         ^^^^^^^^^^^
Missing non-null annotation: inherited method from ILaunchShortcut specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/launcher/SubmitFileDirectLaunchShortcut.java:[77] 
	public void launch(final IEditorPart editor, final String mode) {
	                                                   ^^^^^^
Missing non-null annotation: inherited method from ILaunchShortcut specifies this parameter as @NonNull
1813. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchResult.java (at line 70)
	data[0]= count;
	         ^^^^^
The expression of type int is boxed into Integer
1814. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/RHelpSearchResult.java (at line 71)
	data[1]= getElementCount();
	         ^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/FilterClient.java:[56] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/FilterClient.java:[115] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/PackageSelectionDialog.java:[37] 
	import org.eclipse.ui.internal.IWorkbenchHelpContextIds;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IWorkbenchHelpContextIds' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/PackageSelectionDialog.java:[77] 
	IWorkbenchHelpContextIds.LIST_SELECTION_DIALOG);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IWorkbenchHelpContextIds' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/PackageSelectionDialog.java:[77] 
	IWorkbenchHelpContextIds.LIST_SELECTION_DIALOG);
	                         ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The field 'IWorkbenchHelpContextIds.LIST_SELECTION_DIALOG' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/PackageSelectionDialog.java:[108] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/PackageSelectionDialog.java:[137] 
	ViewerUtils.installSearchTextNavigation(this.viewer, this.filterText, true);
	                                        ^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/PackageSelectionDialog.java:[137] 
	ViewerUtils.installSearchTextNavigation(this.viewer, this.filterText, true);
	                                                     ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SearchText' needs unchecked conversion to conform to '@NonNull SearchText'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/rhelp/PackageSelectionDialog.java:[146] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/rhelp/OpenRHelpHandler.java:[80] 
	final RHelpView view= (RHelpView)HandlerUtil.getActiveWorkbenchWindowChecked(event)
					.getActivePage()
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getActivePage() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/rhelp/OpenRHelpHandler.java:[83] 
	return show(view, url);
	            ^^^^
Null type safety (type annotations): The expression of type 'RHelpView' needs unchecked conversion to conform to '@NonNull RHelpView'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/rhelp/OpenRHelpHandler.java:[110] 
	show(view, url);
	     ^^^^
Null type safety (type annotations): The expression of type 'RHelpView' needs unchecked conversion to conform to '@NonNull RHelpView'
1827. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/DefaultRFoldingPreferences.java (at line 56)
	PreferenceUtils.setPrefValue(context, DefaultRFoldingPreferences.PREF_MINLINES_NUM, 4);
	                                                                                    ^
The expression of type int is boxed into Integer
1828. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/DefaultRFoldingPreferences.java (at line 57)
	PreferenceUtils.setPrefValue(context, DefaultRFoldingPreferences.PREF_OTHERBLOCKS_ENABLED, false);
	                                                                                           ^^^^^
The expression of type boolean is boxed into Boolean
1829. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/DefaultRFoldingPreferences.java (at line 58)
	PreferenceUtils.setPrefValue(context, DefaultRFoldingPreferences.PREF_ROXYGEN_ENABLED, true);
	                                                                                       ^^^^
The expression of type boolean is boxed into Boolean
1830. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/DefaultRFoldingPreferences.java (at line 59)
	PreferenceUtils.setPrefValue(context, DefaultRFoldingPreferences.PREF_ROXYGEN_MINLINES_NUM, 2);
	                                                                                            ^
The expression of type int is boxed into Integer
1831. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/editors/DefaultRFoldingPreferences.java (at line 60)
	PreferenceUtils.setPrefValue(context, DefaultRFoldingPreferences.PREF_ROXYGEN_COLLAPSE_INITIALLY_ENABLED, false);
	                                                                                                          ^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/correction/RenameInRegionAssistProposal.java:[41] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/RdCodeTemplateContext.java:[26] 
	super(RUIPlugin.getInstance().getRdCodeGenerationTemplateContextRegistry().getContextType(contextTypeName),
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/RdCodeTemplateContext.java:[26] 
	super(RUIPlugin.getInstance().getRdCodeGenerationTemplateContextRegistry().getContextType(contextTypeName),
	                                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getContextType(String) from the type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/RdCodeTemplateContext.java:[27] 
	su, lineDelim);
	^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/codegeneration/RdCodeTemplateContext.java:[27] 
	su, lineDelim);
	    ^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/TextClient.java:[74] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/TextClient.java:[79] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/TextClient.java:[81] 
	TextClient.this.filter.removeValues(selection.toList());
	                                    ^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to Collection<String>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/TextClient.java:[87] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/TextClient.java:[87] 
	public void updateElement(final UIElement element, final Map parameters) {
	                                                         ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/TextClient.java:[87] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/TextClient.java:[88] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/TextClient.java:[103] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/TextClient.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/TextClient.java:[116] 
	TextClient.this.filter.removeValues(values);
	                                    ^^^^^^
Null type safety (type annotations): The expression of type 'List<String>' needs unchecked conversion to conform to 'Collection<@Nullable String>', corresponding supertype is 'Collection<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/TextClient.java:[126] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/TextClient.java:[131] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/TextClient.java:[205] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/TextClient.java:[214] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/TextClient.java:[257] 
	ViewerUtils.installSearchTextNavigation(this.valueListViewer, this.searchTextControl, true);
	                                        ^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/TextClient.java:[257] 
	ViewerUtils.installSearchTextNavigation(this.valueListViewer, this.searchTextControl, true);
	                                                              ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'SearchText' needs unchecked conversion to conform to '@NonNull SearchText'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/TextClient.java:[262] 
	this.valueListHandlers.get(SELECT_ALL_COMMAND_ID) ));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/TextClient.java:[266] 
	this.valueListHandlers.get(REMOVE_COMMAND_ID) ));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/TextClient.java:[272] 
	this.valueListHandlers.get(REMOVE_UNCHECKED_HANDLER_ID) ));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/TextClient.java:[278] 
	this.valueListHandlers.get(REMOVE_ALL_HANDLER_COMMAND_ID) ));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/TextClient.java:[279] 
	this.valueListViewer.getTable().setMenu(this.valueListMenuManager.createContextMenu(this.valueListViewer.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/TextClient.java:[283] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/TextClient.java:[294] 
	.observe((ICheckable)this.valueListViewer),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ICheckable' needs unchecked conversion to conform to '@NonNull ICheckable'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/datafilterview/TextClient.java:[298] 
	new UpdateSetStrategy<@Nullable String, Object>()
						.setConverter(new RStore2UIConverter<String>()) );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'UpdateSetStrategy<@Nullable String,Object>' needs unchecked conversion to conform to 'UpdateSetStrategy<? super @Nullable String,? extends @NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindDialogHandler.java:[43] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FindDialogHandler.java:[57] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RAlphaChooser.java:[131] 
	gd.widthHint = LayoutUtils.hintWidth(text.getControl(), 6);
	                                     ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Text' needs unchecked conversion to conform to '@NonNull Text'
1864. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RAlphaChooser.java (at line 203)
	fInitial255 = 255 - Math.round(initialValue * 255);
	                               ^^^^^^^^^^^^
The expression of type Float is unboxed into float
1865. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/graphics/RAlphaChooser.java (at line 266)
	final int v255 = 255 - Math.round(value * 255);
	                                  ^^^^^
The expression of type Float is unboxed into float
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/pkgmanager/RPkgUICommandHandler.java:[41] 
	public Status execute(final String id, final RToolService r, final Map<String, Object> data,
	       ^^^^^^
The return type is incompatible with '@NonNull Status' returned from AbstractRToolCommandHandler.execute(String, RToolService, Map<String,Object>, ProgressMonitor) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/pkgmanager/RPkgUICommandHandler.java:[41] 
	public Status execute(final String id, final RToolService r, final Map<String, Object> data,
	                            ^^^^^^
Missing non-null annotation: inherited method from AbstractRToolCommandHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/pkgmanager/RPkgUICommandHandler.java:[41] 
	public Status execute(final String id, final RToolService r, final Map<String, Object> data,
	                                             ^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractRToolCommandHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/pkgmanager/RPkgUICommandHandler.java:[41] 
	public Status execute(final String id, final RToolService r, final Map<String, Object> data,
	                                                                   ^^^
Missing non-null annotation: inherited method from AbstractRToolCommandHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/pkgmanager/RPkgUICommandHandler.java:[42] 
	final ProgressMonitor m) {
	      ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractRToolCommandHandler specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/pkgmanager/RPkgManagerUI.java:[94] 
	manager.update(r, m);
	               ^
Null type safety (type annotations): The expression of type 'IRDataAdapter' needs unchecked conversion to conform to '@NonNull RService'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/pkgmanager/RPkgManagerUI.java:[94] 
	manager.update(r, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/pkgmanager/RPkgManagerUI.java:[133] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/pkgmanager/RPkgManagerUI.java:[153] 
	final RPkgManagerDataset rPkgSet= manager.getDataset(RPkgManager.INSTALLED, r, m);
	                                                                            ^
Null type safety (type annotations): The expression of type 'RToolService' needs unchecked conversion to conform to '@NonNull RService'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/pkgmanager/RPkgManagerUI.java:[153] 
	final RPkgManagerDataset rPkgSet= manager.getDataset(RPkgManager.INSTALLED, r, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/pkgmanager/RPkgManagerUI.java:[157] 
	if (rPkgSet.getInstalled().contains(pkgName)) {
	                                    ^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/pkgmanager/RPkgManagerUI.java:[183] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RIdentifiersPreferencePage.java:[97] 
	this.pref= new StringArrayPref(RUI.BUNDLE_ID, prefKey);
	                                              ^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RIdentifiersPreferencePage.java:[102] 
	final String[] words= 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RIdentifiersPreferencePage.java:[109] 
	setPrefValue(this.pref, this.set.toArray(new String[this.set.size()]));
	             ^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RIdentifiersPreferencePage.java:[109] 
	setPrefValue(this.pref, this.set.toArray(new String[this.set.size()]));
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type '@NonNull String []' needs unchecked conversion to conform to '@NonNull String @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RIdentifiersPreferencePage.java:[109] 
	setPrefValue(this.pref, this.set.toArray(new String[this.set.size()]));
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@NonNull String []'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RIdentifiersPreferencePage.java:[113] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RIdentifiersPreferencePage.java:[214] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RIdentifiersPreferencePage.java:[229] 
	setupPreferenceManager(prefs);
	                       ^^^^^
Null type safety (type annotations): The expression of type 'Map<Preference<?>,String>' needs unchecked conversion to conform to '@NonNull Map<@NonNull Preference<?>,@Nullable String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RIdentifiersPreferencePage.java:[240] 
	final TableComposite categoryComposite= new ViewerUtils.TableComposite(pageComposite, SWT.SINGLE | SWT.BORDER | SWT.V_SCROLL | 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RIdentifiersPreferencePage.java:[266] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/preferences/RIdentifiersPreferencePage.java:[268] 
	RIdentifiersBlock.this.wordList.setInput(cat.set);
	                                         ^^^
Potential null pointer access: The variable cat may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[110] 
	private final WritableList buildpathList;
	              ^^^^^^^^^^^^
WritableList is a raw type. References to generic type WritableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[132] 
	this.sourceFolders= new SourceContainerComponent(this.buildpathList,
	                                                 ^^^^^^^^^^^^^^^^^^
Type safety: The expression of type WritableList needs unchecked conversion to conform to WritableList<BuildpathListElement>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[166] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[172] 
	setupPreferenceManager(prefs);
	                       ^^^^^
Null type safety (type annotations): The expression of type 'Map<Preference<?>,String>' needs unchecked conversion to conform to '@NonNull Map<@NonNull Preference<?>,@Nullable String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[218] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[270] 
	protected void addBindings(final DataBindingSupport db) {
	                                 ^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ManagedConfigurationBlock specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[272] 
	this.rEnvControl.createObservable(Realm.getDefault()),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[313] 
	this.buildpathList );
	^^^^^^^^^^^^^^^^^^
Type safety: The expression of type WritableList needs unchecked conversion to conform to List<BuildpathListElement>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[350] 
	final ImList<BuildpathElement> newBuildpath= this.buildpathUIDescription.toCoreElements(this.buildpathList);
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type ImList needs unchecked conversion to conform to ImList<BuildpathElement>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[350] 
	final ImList<BuildpathElement> newBuildpath= this.buildpathUIDescription.toCoreElements(this.buildpathList);
	                                                                                        ^^^^^^^^^^^^^^^^^^
Type safety: The expression of type WritableList needs unchecked conversion to conform to List<BuildpathListElement>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[351] 
	RBuildpaths.set(getProject(), newBuildpath);
	                ^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IProject' but this expression has type '@Nullable IProject'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[351] 
	RBuildpaths.set(getProject(), newBuildpath);
	                              ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<BuildpathElement>' needs unchecked conversion to conform to '@NonNull ImList<@NonNull BuildpathElement>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[364] 
	RProjects.setupRPkgProject(project, null, m);
	                                    ^^^^
Null type mismatch: required '@NonNull IPath' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RProjectPropertyPage.java:[400] 
	protected String[] getFullBuildDialogStrings(final boolean workspaceSettings) {
	          ^^^^^^^^
The return type is incompatible with '@NonNull String @Nullable[]' returned from ManagedConfigurationBlock.getFullBuildDialogStrings(boolean) (mismatching null constraints)
1903. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/RControllerCodeLaunchConnector.java (at line 67)
	final WorkbenchToolSessionData session= UIAccess.syncExecGet(() -> {
			final IWorkbenchPage page= UIAccess.getActiveWorkbenchPage(true);
			return NicoUI.getToolRegistry().getActiveToolSession(page);
		});
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull WorkbenchToolSessionData'. Declaring type 'UIAccess' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/RControllerCodeLaunchConnector.java:[69] 
	return NicoUI.getToolRegistry().getActiveToolSession(page);
	                                                     ^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/debug/ui/RControllerCodeLaunchConnector.java:[86] 
	final WorkbenchToolSessionData session= NicoUI.getToolRegistry().getActiveToolSession(page);
	                                                                                      ^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ContentJob.java:[54] 
	static class ContentFilter implements LtkModelElementFilter<RLangElement> {
	                                                            ^^^^^^^^^^^^
RLangElement is a raw type. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ContentJob.java:[67] 
	public boolean include(final RLangElement element) {
	                             ^^^^^^^^^^^^
RLangElement is a raw type. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ContentJob.java:[73] 
	return (this.searchPattern == null || this.searchPattern.matches(name));
	                                           ^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ContentJob.java:[111] 
	public void propertyChanged(final ToolWorkspace workspace, final Map<String, Object> properties) {
	                                  ^^^^^^^^^^^^^
Illegal redefinition of parameter workspace, inherited method from ToolWorkspace.Listener does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ContentJob.java:[111] 
	public void propertyChanged(final ToolWorkspace workspace, final Map<String, Object> properties) {
	                                                                 ^^^
Illegal redefinition of parameter properties, inherited method from ToolWorkspace.Listener does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ContentJob.java:[121] 
	final List<RProcessREnvironment> envirs= (List<RProcessREnvironment>) properties.get("REnvironments");
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<RProcessREnvironment>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ContentJob.java:[122] 
	schedule(rWorkspace.getProcess(), envirs);
	         ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RProcess' needs unchecked conversion to conform to '@NonNull RProcess'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ContentJob.java:[122] 
	schedule(rWorkspace.getProcess(), envirs);
	                                  ^^^^^^
Null type mismatch: required '@NonNull List<@NonNull RProcessREnvironment>' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ContentJob.java:[272] 
	LtkModelElementFilter<? super RLangElement> envFilter;
	                              ^^^^^^^^^^^^
RLangElement is a raw type. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ContentJob.java:[273] 
	LtkModelElementFilter<? super RLangElement> otherFilter;
	                              ^^^^^^^^^^^^
RLangElement is a raw type. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ContentJob.java:[304] 
	final List<? extends RProcessREnvironment> rawInput= workspaceData.getRSearchEnvironments();
	                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<capture#of ? extends RProcessREnvironment>' needs unchecked conversion to conform to 'List<? extends @NonNull RProcessREnvironment>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ContentJob.java:[351] 
	elements.addAll(entry.getModelChildren((LtkModelElementFilter)null));
	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to Collection<? extends CombinedRElement>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ContentJob.java:[351] 
	elements.addAll(entry.getModelChildren((LtkModelElementFilter)null));
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type LtkModelElementFilter needs unchecked conversion to conform to LtkModelElementFilter<? super RLangElement<?>>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ContentJob.java:[351] 
	elements.addAll(entry.getModelChildren((LtkModelElementFilter)null));
	                                        ^^^^^^^^^^^^^^^^^^^^^
LtkModelElementFilter is a raw type. References to generic type LtkModelElementFilter<TModelElement> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/srcDebug/org/eclipse/statet/internal/r/objectbrowser/ContentJob.java:[358] 
	return this.userspaceInput;
	       ^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull List<? extends @NonNull CombinedRElement>' but this expression has type '@Nullable List<capture#of ? extends @NonNull CombinedRElement>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/CopyDataHandler.java:[39] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/CopyDataHandler.java:[45] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableDataProvider.java:[54] 
	span *= vars.get(idx).getLength();
	        ^^^^^^^^^^^^^
Potential null pointer access: The method get(long) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableDataProvider.java:[68] 
	span *= vars.get(idx).getLength();
	        ^^^^^^^^^^^^^
Potential null pointer access: The method get(long) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableDataProvider.java:[70] 
	final RStore<?> values= vars.get(varIdx).getData();
	                        ^^^^^^^^^^^^^^^^
Potential null pointer access: The method get(long) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableDataProvider.java:[71] 
	valueIdx %= span * values.getLength(); // remove iteration
	                   ^^^^^^
Potential null pointer access: The variable values may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableDataProvider.java:[176] 
	call.add(getInput().getFullName());
	         ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableDataProvider.java:[178] 
	this.fColVars= RDataUtils.checkRList(call.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableDataProvider.java:[186] 
	call.add(getInput().getFullName());
	         ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableDataProvider.java:[188] 
	this.fRowVars= RDataUtils.checkRList(call.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableDataProvider.java:[202] 
	this.fColVars.get(j).getData() );
	^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method get(int) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableDataProvider.java:[206] 
	this.fRowVars.get(j).getData() );
	^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method get(int) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/dataeditor/FTableDataProvider.java:[220] 
	num *= rList.get(i).getLength();
	       ^^^^^^^^^^^^
Potential null pointer access: The method get(int) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[114] 
	public Image getImage(final LtkModelElement element) {
	       ^^^^^
The return type is incompatible with '@NonNull Image' returned from ElementLabelProvider.getImage(LtkModelElement) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[114] 
	public Image getImage(final LtkModelElement element) {
	                            ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[114] 
	public Image getImage(final LtkModelElement element) {
	                            ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ElementLabelProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[188] 
	return (element.getModelParent() != null && element.getModelParent().getRObjectType() == RObject.TYPE_DATAFRAME) ?
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getModelParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[194] 
	return (element.getModelParent() != null && element.getModelParent().getRObjectType() == RObject.TYPE_DATAFRAME) ?
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getModelParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[224] 
	public String getText(final LtkModelElement element) {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from ElementLabelProvider.getText(LtkModelElement) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[224] 
	public String getText(final LtkModelElement element) {
	                            ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[224] 
	public String getText(final LtkModelElement element) {
	                            ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ElementLabelProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[232] 
	appendMethodDetail(text, (RLangMethod)element);
	                          ^^^^^^^^^^^
RLangMethod is a raw type. References to generic type RLangMethod<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[239] 
	appendClassExtDetail(text, (RLangClassExtension)element);
	                            ^^^^^^^^^^^^^^^^^^^
RLangClassExtension is a raw type. References to generic type RLangClassExtension<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[247] 
	appendSlotDetail(text, (RLangSlot)element);
	                        ^^^^^^^^^
RLangSlot is a raw type. References to generic type RLangSlot<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[280] 
	public StyledString getStyledText(final LtkModelElement element) {
	       ^^^^^^^^^^^^
The return type is incompatible with '@NonNull StyledString' returned from ElementLabelProvider.getStyledText(LtkModelElement) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[280] 
	public StyledString getStyledText(final LtkModelElement element) {
	                                        ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[280] 
	public StyledString getStyledText(final LtkModelElement element) {
	                                        ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ElementLabelProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[282] 
	final RElement rElement= (RElement)element;
	      ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[282] 
	final RElement rElement= (RElement)element;
	                          ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[295] 
	public int @Nullable [] getStyledTextRegions(final LtkModelElement element,
	                                                   ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[295] 
	public int @Nullable [] getStyledTextRegions(final LtkModelElement element,
	                                                   ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ElementLabelProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[296] 
	final int flags, final int[] regions) {
	                       ^^^^^
Missing non-null annotation: inherited method from ElementLabelProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[298] 
	final RElement rElement= (RElement)element;
	      ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[298] 
	final RElement rElement= (RElement)element;
	                          ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[308] 
	if (elementName.getDisplayName().startsWith(elementName.getSegmentName())) {
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[315] 
	public StyledString getStyledText(final RElement element, final RElementName elementName, final RList elementAttr) {
	                                        ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[330] 
	appendMethodDetailAssignmentSpecial(text,  (RLangMethod)element);
	                                            ^^^^^^^^^^^
RLangMethod is a raw type. References to generic type RLangMethod<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[339] 
	appendMethodDetail(text, (RLangMethod)element);
	                          ^^^^^^^^^^^
RLangMethod is a raw type. References to generic type RLangMethod<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[349] 
	appendClassExtDetail(text, (RLangClassExtension)element);
	                            ^^^^^^^^^^^^^^^^^^^
RLangClassExtension is a raw type. References to generic type RLangClassExtension<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[374] 
	appendSlotDetail(text, (RLangSlot)element);
	                        ^^^^^^^^^
RLangSlot is a raw type. References to generic type RLangSlot<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[390] 
	final LtkModelElement parent= element.getModelParent();
	      ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[392] 
	final RFrame frame= parent.getAdapter(RFrame.class);
	      ^^^^^^
RFrame is a raw type. References to generic type RFrame<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[408] 
	public int[] getStyledTextRegions(final RElement element, final RElementName elementName,
	                                        ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[421] 
	regions= IntIntervalArrays.removeTail(regions, length - 2);
	                                      ^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[427] 
	regions= elementName0.correctDisplayNameRegions(regions, 0);
	                                                ^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[431] 
	regions= elementName0.correctDisplayNameRegions(regions, 0);
	                                                ^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[539] 
	final LtkModelElement modelElement= LtkModelUtils.getModelElement(element);
	      ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[554] 
	final LtkModelElement modelElement= LtkModelUtils.getModelElement(element);
	      ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[567] 
	final LtkModelElement modelElement= LtkModelUtils.getModelElement(element);
	      ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[584] 
	public void update(final ViewerCell cell, final LtkModelElement element) {
	                                                ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[617] 
	public void update(final ViewerCell cell, final ElementPartition partition, final LtkModelElement element) {
	                                                                                  ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[650] 
	final LtkModelElement modelElement= LtkModelUtils.getModelElement(element);
	      ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[656] 
	appendMethodMLText(text, (RLangMethod)modelElement);
	                          ^^^^^^^^^^^
RLangMethod is a raw type. References to generic type RLangMethod<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[663] 
	appendClassMLText(text, (RLangClass)modelElement);
	                         ^^^^^^^^^^
RLangClass is a raw type. References to generic type RLangClass<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[667] 
	appendClassExtMLText(text, (RLangClassExtension)modelElement);
	                            ^^^^^^^^^^^^^^^^^^^
RLangClassExtension is a raw type. References to generic type RLangClassExtension<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[677] 
	protected void appendMethodDetail(final StringBuilder text, final RLangMethod method) {
	                                                                  ^^^^^^^^^^^
RLangMethod is a raw type. References to generic type RLangMethod<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[725] 
	protected void appendMethodDetail(final StyledString text, final RLangMethod method) {
	                                                                 ^^^^^^^^^^^
RLangMethod is a raw type. References to generic type RLangMethod<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[752] 
	protected void appendMethodDetailAssignmentSpecial(final StyledString text, final RLangMethod method) {
	                                                                                  ^^^^^^^^^^^
RLangMethod is a raw type. References to generic type RLangMethod<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[811] 
	protected void appendMethodMLText(final StringBuilder sb, final RLangMethod method) {
	                                                                ^^^^^^^^^^^
RLangMethod is a raw type. References to generic type RLangMethod<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[844] 
	protected void appendClassMLText(final StringBuilder sb, final RLangClass clazz) {
	                                                               ^^^^^^^^^^
RLangClass is a raw type. References to generic type RLangClass<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[845] 
	final List<String> extendedClassNames= clazz.getExtendedClassNames();
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<String>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[862] 
	protected void appendClassExtDetail(final StyledString text, final RLangClassExtension ext) {
	                                                                   ^^^^^^^^^^^^^^^^^^^
RLangClassExtension is a raw type. References to generic type RLangClassExtension<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[878] 
	protected void appendClassExtDetail(final StringBuilder sb, final RLangClassExtension ext) {
	                                                                  ^^^^^^^^^^^^^^^^^^^
RLangClassExtension is a raw type. References to generic type RLangClassExtension<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[894] 
	protected void appendClassExtMLText(final StringBuilder text, final RLangClassExtension ext) {
	                                                                    ^^^^^^^^^^^^^^^^^^^
RLangClassExtension is a raw type. References to generic type RLangClassExtension<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[912] 
	protected void appendSlotDetail(final StyledString text, final RLangSlot slot) {
	                                                               ^^^^^^^^^
RLangSlot is a raw type. References to generic type RLangSlot<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[920] 
	protected void appendSlotDetail(final StringBuilder text, final RLangSlot slot) {
	                                                                ^^^^^^^^^
RLangSlot is a raw type. References to generic type RLangSlot<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[927] 
	RStore classData= null;
	^^^^^^
RStore is a raw type. References to generic type RStore<P> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[930] 
	if (object != null && object.getRObjectType() == RObject.TYPE_VECTOR && object.getData().getStoreType() == RStore.CHARACTER) {
	                                                                        ^^^^^^^^^^^^^^^^
Potential null pointer access: The method getData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[932] 
	if (classData.getLength() > 0) {
	    ^^^^^^^^^
Potential null pointer access: The variable classData may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[947] 
	if (element.getData() != null && element.getData().getStoreType() > 0
	                                 ^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[949] 
	classData.contains(RDataUtils.getStoreClass(element.getData())) :
	                                            ^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RStore<?>' but this expression has type '@Nullable RStore<capture#of ?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[950] 
	element.getRClassName().equals(RDataUtils.getStoreClass(element.getData())) )) {
	                                                        ^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RStore<?>' but this expression has type '@Nullable RStore<capture#of ?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[952] 
	textBuilder.append(RDataUtils.getStoreAbbr(element.getData()));
	                                           ^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RStore<?>' but this expression has type '@Nullable RStore<capture#of ?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[959] 
	final byte datatype= element.getData().getStoreType();
	                     ^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[968] 
	if (element.getRClassName().equals(element.getData().getBaseVectorRClassName())) {
	                                   ^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[970] 
	sb.append(RDataUtils.getStoreAbbr(element.getData()));
	                                  ^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RStore<?>' but this expression has type '@Nullable RStore<capture#of ?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[977] 
	sb.append(RDataUtils.getStoreAbbr(element.getData()));
	                                  ^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RStore<?>' but this expression has type '@Nullable RStore<capture#of ?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[987] 
	sb.append(((RFactorStore) element.getData()).getLevelCount());
	                          ^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[1007] 
	sb.append(RDataUtils.getStoreAbbr(element.getData()));
	                                  ^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RStore<?>' but this expression has type '@Nullable RStore<capture#of ?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/r/ui/RLabelProvider.java:[1014] 
	sb.append(RDataUtils.getStoreAbbr(element.getData()));
	                                  ^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RStore<?>' but this expression has type '@Nullable RStore<capture#of ?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RIdentifierGroups.java:[63] 
	Arrays.sort(fIdentifiersItemsAssignment, comparator);
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RIdentifierGroups.java:[65] 
	Arrays.sort(fIdentifiersItemsLogical, comparator);
	            ^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RIdentifierGroups.java:[67] 
	Arrays.sort(fIdentifiersItemsFlowcontrol, comparator);
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RIdentifierGroups.java:[69] 
	Arrays.sort(fIdentifiersItemsCustom1, comparator);
	            ^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RIdentifierGroups.java:[71] 
	Arrays.sort(fIdentifiersItemsCustom2, comparator);
	            ^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/org/eclipse/statet/internal/r/ui/RIdentifierGroups.java:[80] 
	final Preference<String[]> pref = new StringArrayPref(RUI.BUNDLE_ID, key);
	                                                                     ^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
2006 problems (0 errors, 1924 warnings, 1924 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.r.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.r.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/target/org.eclipse.statet.r.ui-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.r.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.r.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/target/org.eclipse.statet.r.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.r.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.r.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/target/org.eclipse.statet.r.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.r.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/target/org.eclipse.statet.r.ui-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/target/org.eclipse.statet.r.ui-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.r.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/target/org.eclipse.statet.r.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.r.ui ---
[INFO] 
[INFO] --------< org.eclipse.statet.r:org.eclipse.statet.r.console.ui >--------
[INFO] Building StatET R - Console - UI  (Incubation) 4.2.4.202103250600-r [113/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r.console.ui ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.r.console.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.r.console.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.r.console.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.r.console.ui ---
[INFO] Compiling 47 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[185] 
	public String getName() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from ILaunchConfigurationTab.getName() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[195] 
	public void createControl(final Composite parent) {
	                                ^^^^^^^^^
Missing non-null annotation: inherited method from ILaunchConfigurationTab specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[233] 
	for (final ILaunchConfigurationTab tab : getLaunchConfigurationDialog().getTabs()) {
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getLaunchConfigurationDialog() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[233] 
	for (final ILaunchConfigurationTab tab : getLaunchConfigurationDialog().getTabs()) {
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTabs() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[251] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[251] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[268] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[273] 
	gd.widthHint= LayoutUtils.hintWidth(this.helpButton);
	                                    ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Button' needs unchecked conversion to conform to '@NonNull Button'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[292] 
	protected void addBindings(final DataBindingContext dbc) {
	                                 ^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from LaunchConfigTabWithDbc specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[294] 
	.observe(this.cmdCombo);
	         ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ComboViewer' needs unchecked conversion to conform to '@NonNull Viewer'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[297] 
	this.cmdValue );
	^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<RCmdMainTab.Cmd>' needs unchecked conversion to conform to '@NonNull IObservableValue<RCmdMainTab.Cmd>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[307] 
	.observe(this.cmdText),
	         ^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[309] 
	.observeDetail(cmdSelection),
	               ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<RCmdMainTab.Cmd>' needs unchecked conversion to conform to '@NonNull IObservableValue<RCmdMainTab.@NonNull Cmd>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[310] 
	new UpdateValueStrategy<String, String>()
						.setAfterGetValidator(cmdValidator),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'UpdateValueStrategy<String,String>' needs unchecked conversion to conform to '@Nullable UpdateValueStrategy<? super @NonNull String,? extends @NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[312] 
	new UpdateValueStrategy<String, String>()
						.setBeforeSetValidator(cmdValidator) );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'UpdateValueStrategy<String,String>' needs unchecked conversion to conform to '@Nullable UpdateValueStrategy<? super @NonNull String,? extends @NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[316] 
	.observe(this.argumentsControl.getTextControl()),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[317] 
	this.argumentsValue );
	^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[323] 
	this.resourceControl.getObservable(),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[324] 
	this.resourceValue,
	^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[327] 
	this.resourceControl.getValidator() )),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ObservableFileValidator' needs unchecked conversion to conform to '@NonNull IValidator<Object>', corresponding supertype is 'IValidator<Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[331] 
	public void handleValueChange(final ValueChangeEvent<? extends Cmd> event) {
	                                    ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IValueChangeListener<RCmdMainTab.Cmd> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[368] 
	this.workingDirectoryControl.getObservable(),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[369] 
	this.workingDirectoryValue,
	^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[372] 
	this.workingDirectoryControl.getValidator() )),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ObservableFileValidator' needs unchecked conversion to conform to '@NonNull IValidator<Object>', corresponding supertype is 'IValidator<Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[378] 
	public void setDefaults(final ILaunchConfigurationWorkingCopy configuration) {
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ILaunchConfigurationTab specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[386] 
	protected void doInitialize(final ILaunchConfiguration configuration) {
	                                  ^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from LaunchConfigTabWithDbc specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[389] 
	{	final String command= readAttribute(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[405] 
	this.argumentsValue.setValue(readAttribute(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[408] 
	this.resourceValue.setValue(readAttribute(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[427] 
	public void activated(final ILaunchConfigurationWorkingCopy workingCopy) {
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from LaunchConfigTabWithDbc specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[429] 
	super.activated(workingCopy);
	                ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ILaunchConfigurationWorkingCopy' needs unchecked conversion to conform to '@NonNull ILaunchConfigurationWorkingCopy'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[435] 
	this.helpButton.setEnabled(this.rEnvTab.isValid(this.configCache));
	                                                ^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[440] 
	protected void doSave(final ILaunchConfigurationWorkingCopy configuration) {
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from LaunchConfigTabWithDbc specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[467] 
	cmdLine.addAll(0, renv.getExecCommand(arg1, EnumSet.of(Exec.CMD)));
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<String>' needs unchecked conversion to conform to '@NonNull Collection<? extends String>', corresponding supertype is 'Collection<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[470] 
	final ProcessBuilder processBuilder= new ProcessBuilder(cmdLine);
	                                                        ^^^^^^^
Null type safety (type annotations): The expression of type 'List<String>' needs unchecked conversion to conform to '@NonNull List<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[474] 
	LaunchUtils.configureEnvironment(envp, this.configCache, renv.getEnvironmentsVariables());
	                                 ^^^^
Null type safety (type annotations): The expression of type 'Map<String,String>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[474] 
	LaunchUtils.configureEnvironment(envp, this.configCache, renv.getEnvironmentsVariables());
	                                       ^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[474] 
	LaunchUtils.configureEnvironment(envp, this.configCache, renv.getEnvironmentsVariables());
	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,String>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdMainTab.java:[476] 
	dialog.run(true, true, helper);
	^^^^^^
Potential null pointer access: The variable dialog may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[103] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[158] 
	public String getName() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from ILaunchConfigurationTab.getName() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[168] 
	public void createControl(final Composite parent) {
	                                ^^^^^^^^^
Missing non-null annotation: inherited method from ILaunchConfigurationTab specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[191] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[191] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[223] 
	for (final ILaunchConfigurationTab tab : getLaunchConfigurationDialog().getTabs()) {
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getLaunchConfigurationDialog() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[223] 
	for (final ILaunchConfigurationTab tab : getLaunchConfigurationDialog().getTabs()) {
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getTabs() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[265] 
	protected void addBindings(final DataBindingContext dbc, final Realm realm) {
	                                 ^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from LaunchConfigTabWithDbc specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[265] 
	protected void addBindings(final DataBindingContext dbc, final Realm realm) {
	                                                               ^^^^^
Missing non-null annotation: inherited method from LaunchConfigTabWithDbc specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[267] 
	if (getLaunchConfigurationDialog().getMode().equals(ILaunchManager.DEBUG_MODE)) {
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getLaunchConfigurationDialog() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[279] 
	.observe(this.typesCombo),
	         ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ComboViewer' needs unchecked conversion to conform to '@NonNull Viewer'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[280] 
	this.typeValue,
	^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<RConsoleType>' needs unchecked conversion to conform to '@NonNull IObservableValue<RConsoleType>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[282] 
	new UpdateValueStrategy<RConsoleType, RConsoleType>()
								.setAfterGetValidator(typeValidator) :
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'UpdateValueStrategy<RConsoleType,RConsoleType>' needs unchecked conversion to conform to '@Nullable UpdateValueStrategy<? super @Nullable RConsoleType,? extends RConsoleType>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[289] 
	.observe(this.argumentsControl.getTextControl()),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[290] 
	this.argumentsValue );
	^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[294] 
	this.workingDirectoryControl.getObservable(),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[295] 
	this.workingDirectoryValue,
	^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[298] 
	this.workingDirectoryControl.getValidator() )),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ObservableFileValidator' needs unchecked conversion to conform to '@NonNull IValidator<Object>', corresponding supertype is 'IValidator<Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[303] 
	public void handleValueChange(final ValueChangeEvent<? extends RConsoleType> event) {
	                                    ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IValueChangeListener<RConsoleType> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[326] 
	public void setDefaults(final ILaunchConfigurationWorkingCopy configuration) {
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ILaunchConfigurationTab specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[333] 
	protected void doInitialize(final ILaunchConfiguration configuration) {
	                                  ^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from LaunchConfigTabWithDbc specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[334] 
	{	String type= readAttribute(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[364] 
	{	final String options= readAttribute(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[374] 
	public void activated(final ILaunchConfigurationWorkingCopy workingCopy) {
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from LaunchConfigTabWithDbc specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[376] 
	super.activated(workingCopy);
	                ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ILaunchConfigurationWorkingCopy' needs unchecked conversion to conform to '@NonNull ILaunchConfigurationWorkingCopy'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[380] 
	protected void doSave(final ILaunchConfigurationWorkingCopy configuration) {
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from LaunchConfigTabWithDbc specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[395] 
	this.helpItem.setEnabled(this.rEnvTab.isValid(this.configCache));
	                                              ^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[410] 
	cmdLine.addAll(0, renv.getExecCommand(Exec.TERM));
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<String>' needs unchecked conversion to conform to '@NonNull Collection<? extends String>', corresponding supertype is 'Collection<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[413] 
	final ProcessBuilder processBuilder= new ProcessBuilder(cmdLine);
	                                                        ^^^^^^^
Null type safety (type annotations): The expression of type 'List<String>' needs unchecked conversion to conform to '@NonNull List<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[417] 
	LaunchUtils.configureEnvironment(envp, this.configCache, renv.getEnvironmentsVariables());
	                                 ^^^^
Null type safety (type annotations): The expression of type 'Map<String,String>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[417] 
	LaunchUtils.configureEnvironment(envp, this.configCache, renv.getEnvironmentsVariables());
	                                       ^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[417] 
	LaunchUtils.configureEnvironment(envp, this.configCache, renv.getEnvironmentsVariables());
	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,String>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleMainTab.java:[419] 
	dialog.run(true, true, helper);
	^^^^^^
Potential null pointer access: The variable dialog may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RConsoleEditor.java:[56] 
	return new RConsoleSourceUnit((RConsolePage) getConsolePage(), getDocument());
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RConsolePage' needs unchecked conversion to conform to '@NonNull RConsolePage'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RConsoleEditor.java:[56] 
	return new RConsoleSourceUnit((RConsolePage) getConsolePage(), getDocument());
	                                                               ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'AbstractFragmentDocument' needs unchecked conversion to conform to '@NonNull AbstractFragmentDocument'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RConsoleEditor.java:[92] 
	serviceLocator.getService(IContextService.class)
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getService(Class) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RConsoleEditor.java:[104] 
	public <T> T getAdapter(final Class<T> adapterType) {
	                              ^^^^^
Missing non-null annotation: inherited method from IAdaptable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/RConsole.java:[60] 
	public PreferenceAccess getPrefs() {
	       ^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull PreferenceAccess' returned from RCoreAccess.getPrefs() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/RConsole.java:[65] 
	public REnv getREnv() {
	       ^^^^
The return type is incompatible with '@NonNull REnv' returned from RCoreAccess.getREnv() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/RConsole.java:[70] 
	public RCodeStyleSettings getRCodeStyle() {
	       ^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull RCodeStyleSettings' returned from RCoreAccess.getRCodeStyle() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RInputConfigurator.java:[17] 
	import org.eclipse.statet.internal.r.ui.RUIPlugin;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RUIPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RInputConfigurator.java:[42] 
	final ContentAssistComputerRegistry registry = RUIPlugin.getInstance().getRConsoleContentAssistRegistry();
	                                               ^^^^^^^^^
Discouraged access: The type 'RUIPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RInputConfigurator.java:[42] 
	final ContentAssistComputerRegistry registry = RUIPlugin.getInstance().getRConsoleContentAssistRegistry();
	                                                         ^^^^^^^^^^^
Discouraged access: The method 'RUIPlugin.getInstance()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RInputConfigurator.java:[42] 
	final ContentAssistComputerRegistry registry = RUIPlugin.getInstance().getRConsoleContentAssistRegistry();
	                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'RUIPlugin.getRConsoleContentAssistRegistry()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RInputConfigurator.java:[44] 
	final ContentAssistProcessor codeProcessor = new RContentAssistProcessor(assistant,
	                                                                         ^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RInputConfigurator.java:[45] 
	RDocumentConstants.R_DEFAULT_CONTENT_TYPE, registry, getSourceEditor());
	                                           ^^^^^^^^
Null type safety (type annotations): The expression of type 'ContentAssistComputerRegistry' needs unchecked conversion to conform to '@NonNull ContentAssistComputerRegistry'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RInputConfigurator.java:[45] 
	RDocumentConstants.R_DEFAULT_CONTENT_TYPE, registry, getSourceEditor());
	                                                     ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IRSourceEditor' needs unchecked conversion to conform to '@NonNull IRSourceEditor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RInputConfigurator.java:[51] 
	RDocumentConstants.R_QUOTED_SYMBOL_CONTENT_TYPE, registry, getSourceEditor());
	                                                 ^^^^^^^^
Null type safety (type annotations): The expression of type 'ContentAssistComputerRegistry' needs unchecked conversion to conform to '@NonNull ContentAssistComputerRegistry'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RInputConfigurator.java:[51] 
	RDocumentConstants.R_QUOTED_SYMBOL_CONTENT_TYPE, registry, getSourceEditor());
	                                                           ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IRSourceEditor' needs unchecked conversion to conform to '@NonNull IRSourceEditor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RInputConfigurator.java:[55] 
	RDocumentConstants.R_STRING_CONTENT_TYPE, registry, getSourceEditor());
	                                          ^^^^^^^^
Null type safety (type annotations): The expression of type 'ContentAssistComputerRegistry' needs unchecked conversion to conform to '@NonNull ContentAssistComputerRegistry'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RInputConfigurator.java:[55] 
	RDocumentConstants.R_STRING_CONTENT_TYPE, registry, getSourceEditor());
	                                                    ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IRSourceEditor' needs unchecked conversion to conform to '@NonNull IRSourceEditor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RInputConfigurator.java:[62] 
	private final NIConsolePage page;
	                            ^^^^
The value of the field RInputConfigurator.page is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RHistoryConfigurationComposite.java:[75] 
	.observe(this.autoloadControl),
	         ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Button' needs unchecked conversion to conform to '@NonNull Button'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RHistoryConfigurationComposite.java:[77] 
	.observe(getInput()) );
	         ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'HistoryTrackingConfiguration' needs unchecked conversion to conform to '@NonNull HistoryTrackingConfiguration'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[116] 
	rPkgManager.check(IRPkgManager.NONE, r, m);
	^^^^^^^^^^^
Potential null pointer access: The variable rPkgManager may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[116] 
	rPkgManager.check(IRPkgManager.NONE, r, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[119] 
	Messages.REnvIndex_Update_Started_message ), 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[122] 
	final Status status= updater.update(r, this.completely, properties, m);
	                                                        ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,String>' needs unchecked conversion to conform to '@Nullable Map<@NonNull String,@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[122] 
	final Status status= updater.update(r, this.completely, properties, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[123] 
	r.handleStatus(status, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[150] 
	LayoutUtils.addGDDummy(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[175] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[181] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[186] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[192] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[228] 
	this.checker= new REnvIndexChecker(config, RCore.getRHelpManager(), manager);
	                                   ^^^^^^
Null type safety (type annotations): The expression of type 'REnvHelpConfiguration' needs unchecked conversion to conform to '@NonNull REnvHelpConfiguration'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[228] 
	this.checker= new REnvIndexChecker(config, RCore.getRHelpManager(), manager);
	                                                                    ^^^^^^^
Null type safety (type annotations): The expression of type 'IRPkgManager' needs unchecked conversion to conform to '@NonNull RPkgManager'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[235] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[240] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[245] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[250] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[271] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[271] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[278] 
	final String global= PreferenceUtils.getInstancePrefs().getPreferenceValue(PREF_RENV_CHECK_UPDATE).intern();
	                                                                           ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.StringPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull String>', corresponding supertype is 'Preference<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[284] 
	final int check= this.checker.check(r, m);
	                                       ^
Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor'
115. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java (at line 298)
	this.checker.getNewPackageCount(), this.checker.getChangedPackageCount());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
116. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java (at line 298)
	this.checker.getNewPackageCount(), this.checker.getChangedPackageCount());
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvIndexAutoUpdater.java:[316] 
	PREF_RENV_CHECK_UPDATE, update.get() ? AUTO : DISABLED,
	^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.StringPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull String>', corresponding supertype is 'Preference<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RConsolePage.java:[100] 
	contextService.activateContext("org.eclipse.statet.r.actionSets.RSessionTools"); //$NON-NLS-1$
	^^^^^^^^^^^^^^
Potential null pointer access: The variable contextService may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/RSnippets.java:[119] 
	this.templatesContextTypeRegistry.addContextType(new RSnippetTemplateContextType());
	                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method addContextType(TemplateContextType) from the type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/RSnippets.java:[164] 
	RSnippets.RESOURCE_ENCODING_VARIABLE, new RResourceEncodingVariableResolver(util)));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IStringVariable' needs unchecked conversion to conform to '@NonNull IStringVariable'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/RSnippets.java:[188] 
	final VariableText2 text= new VariableText2(createResolveVariables()) {
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,IStringVariable>' needs unchecked conversion to conform to '@Nullable Map<@NonNull String,@NonNull IStringVariable>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/RSnippets.java:[190] 
	protected String checkValue(final IStringVariable variable, final String value) {
	          ^^^^^^
The return type is incompatible with '@NonNull String' returned from VariableText2.checkValue(IStringVariable, String) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/RSnippets.java:[190] 
	protected String checkValue(final IStringVariable variable, final String value) {
	                                  ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from VariableText2 specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/RSnippets.java:[190] 
	protected String checkValue(final IStringVariable variable, final String value) {
	                                                                  ^^^^^^
Missing non-null annotation: inherited method from VariableText2 specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/RSnippets.java:[205] 
	final VariableText2 text= new VariableText2(createResolveVariables());
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,IStringVariable>' needs unchecked conversion to conform to '@Nullable Map<@NonNull String,@NonNull IStringVariable>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/RSnippets.java:[207] 
	text.validate(template, VariableText2.Severities.CHECK_SYNTAX, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/RSnippets.java:[219] 
	final VariableText2 text= new VariableText2(variables);
	                                            ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,IStringVariable>' needs unchecked conversion to conform to '@Nullable Map<@NonNull String,@NonNull IStringVariable>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleTabGroup.java:[46] 
	public void createTabs(final ILaunchConfigurationDialog dialog, final String mode) {
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ILaunchConfigurationTabGroup specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleTabGroup.java:[46] 
	public void createTabs(final ILaunchConfigurationDialog dialog, final String mode) {
	                                                                      ^^^^^^
Missing non-null annotation: inherited method from ILaunchConfigurationTabGroup specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleTabGroup.java:[69] 
	setTabs(tabs);
	        ^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/SubmitLastRSnippetHandler.java:[50] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/SubmitLastRSnippetHandler.java:[50] 
	public void updateElement(final UIElement element, final Map parameters) {
	                                                         ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/SubmitLastRSnippetHandler.java:[50] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/SubmitLastRSnippetHandler.java:[51] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/SubmitLastRSnippetHandler.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/SubmitLastRSnippetHandler.java:[86] 
	final Menu menu= menuManager.createContextMenu(ti.getParent());
	                                               ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ToolBar' needs unchecked conversion to conform to '@NonNull Control'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/RSnippetTemplateContextType.java:[38] 
	super(variable.getName(), variable.getDescription());
	                          ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/RSnippetTemplateContextType.java:[75] 
	public Iterator resolvers() {
	       ^^^^^^^^
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/RSnippetTemplateContextType.java:[75] 
	public Iterator resolvers() {
	       ^^^^^^^^
The return type is incompatible with '@NonNull Iterator<@NonNull TemplateVariableResolver>' returned from TemplateContextType.resolvers() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/RSnippetTemplateContextType.java:[75] 
	public Iterator resolvers() {
	       ^^^^^^^^
Type safety: The return type Iterator for resolvers() from the type RSnippetTemplateContextType needs unchecked conversion to conform to Iterator<TemplateVariableResolver> from the type TemplateContextType
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/SubmitRSnippetsContributionItem.java:[49] 
	public void initialize(final IServiceLocator serviceLocator) {
	                             ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IWorkbenchContribution specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/SubmitRSnippetsContributionItem.java:[65] 
	String label= MessageUtils.escapeForMenu(template.getDescription());
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[140] 
	String path= PreferenceUtils.getInstancePrefs().getPreferenceValue(DEFAULT_COMMAND_PATH);
	                                                                   ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference<String>' needs unchecked conversion to conform to '@NonNull Preference<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[167] 
	public void launch(final ILaunchConfiguration configuration, final String mode, final ILaunch launch,
	                         ^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ILaunchConfigurationDelegate specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[167] 
	public void launch(final ILaunchConfiguration configuration, final String mode, final ILaunch launch,
	                                                                   ^^^^^^
Missing non-null annotation: inherited method from ILaunchConfigurationDelegate specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[167] 
	public void launch(final ILaunchConfiguration configuration, final String mode, final ILaunch launch,
	                                                                                      ^^^^^^^
Missing non-null annotation: inherited method from ILaunchConfigurationDelegate specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[168] 
	final IProgressMonitor monitor) throws CoreException {
	      ^^^^^^^^^^^^^^^^
Missing nullable annotation: inherited method from ILaunchConfigurationDelegate specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[217] 
	final SubMonitor m= LaunchUtils.initProgressMonitor(configuration, monitor, 25);
	                                                    ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[217] 
	final SubMonitor m= LaunchUtils.initProgressMonitor(configuration, monitor, 25);
	                                                                   ^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[238] 
	{	final List<String> trackingIds= configuration.getAttribute(RConsoleOptionsTab.TRACKING_ENABLED_IDS, Collections.EMPTY_LIST);
	 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<String>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[238] 
	{	final List<String> trackingIds= configuration.getAttribute(RConsoleOptionsTab.TRACKING_ENABLED_IDS, Collections.EMPTY_LIST);
	 	                                                                                                    ^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<String>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[258] 
	final Map reconnect= configuration.getAttribute(IRemoteEngineController.LAUNCH_RECONNECT_ATTRIBUTE, (Map) null);
	      ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[258] 
	final Map reconnect= configuration.getAttribute(IRemoteEngineController.LAUNCH_RECONNECT_ATTRIBUTE, (Map) null);
	                                                                                                    ^^^^^^^^^^
Type safety: The expression of type Map needs unchecked conversion to conform to Map<String,String>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[258] 
	final Map reconnect= configuration.getAttribute(IRemoteEngineController.LAUNCH_RECONNECT_ATTRIBUTE, (Map) null);
	                                                                                                     ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[306] 
	throw new CoreException(validator.getStatus());
	                        ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IStatus' needs unchecked conversion to conform to '@NonNull IStatus'
156. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java (at line 329)
	connectionInfo.put(LOGIN_USERNAME_FORCE_DATA_KEY, true);
	                                                  ^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[433] 
	final Map<String, String> reconnectData= (Map<String, String>) reconnect.get("connectionInfo"); //$NON-NLS-1$
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Map<String,String>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[463] 
	throw new CoreException(validator.getStatus());
	                        ^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[566] 
	+ ((startup) ? Arrays.toString(args) : "rjs-reconnect")); //$NON-NLS-1$
	                               ^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@Nullable Object @Nullable[]'
160. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java (at line 570)
	configuration.getAttribute(RConsoleLaunching.ATTR_OBJECTDB_LISTS_MAX_LENGTH, 10000));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
161. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java (at line 572)
	configuration.getAttribute(RConsoleLaunching.ATTR_OBJECTDB_ENVS_MAX_LENGTH, 10000));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
162. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java (at line 573)
	rjsProperties.put("rj.session.startup.time", timestamp); //$NON-NLS-1$
	                                             ^^^^^^^^^
The expression of type long is boxed into Long
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[585] 
	prevQueue.moveAll(process.getQueue());
	                  ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Queue' needs unchecked conversion to conform to '@NonNull Queue'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[587] 
	prevProcess.restartCompleted(reconnect);
	                             ^^^^^^^^^
Type safety: The expression of type Map needs unchecked conversion to conform to Map<String,Object>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleLaunchDelegate.java:[616] 
	prevProcess.restartCompleted(reconnect);
	                             ^^^^^^^^^
Type safety: The expression of type Map needs unchecked conversion to conform to Map<String,Object>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/actions/AdjustWidthHandler.java:[68] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/actions/AdjustWidthHandler.java:[78] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/actions/AdjustWidthHandler.java:[83] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/actions/AdjustWidthHandler.java:[88] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/actions/AdjustWidthHandler.java:[96] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/actions/AdjustWidthHandler.java:[96] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/actions/AdjustWidthHandler.java:[98] 
	r.submitToConsole("options(width = "+fWidth+"L)", m); //$NON-NLS-1$ //$NON-NLS-2$
	                                                  ^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/actions/AdjustWidthHandler.java:[109] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/actions/AdjustWidthHandler.java:[121] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/actions/AdjustWidthHandler.java:[123] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdToolTabGroup.java:[39] 
	public void createTabs(final ILaunchConfigurationDialog dialog, final String mode) {
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ILaunchConfigurationTabGroup specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdToolTabGroup.java:[39] 
	public void createTabs(final ILaunchConfigurationDialog dialog, final String mode) {
	                                                                      ^^^^^^
Missing non-null annotation: inherited method from ILaunchConfigurationTabGroup specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdToolTabGroup.java:[47] 
	setTabs(tabs);
	        ^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/EchoEnabledVariable.java:[34] 
	public String getValue(final String argument) throws CoreException {
	                             ^^^^^^
Missing nullable annotation: inherited method from DynamicVariable specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/EchoEnabledVariable.java:[36] 
	RCodeLaunching.ECHO_ENABLED_PREF );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.BooleanPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Boolean>', corresponding supertype is 'Preference<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java:[145] 
	public RConsoleOptionsTab() {
	       ^^^^^^^^^^^^^^^^^^^^
The @NonNull field objectDBAutoEnabledControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java:[145] 
	public RConsoleOptionsTab() {
	       ^^^^^^^^^^^^^^^^^^^^
The @NonNull field objectDBEnabledControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java:[145] 
	public RConsoleOptionsTab() {
	       ^^^^^^^^^^^^^^^^^^^^
The @NonNull field objectDBEnvsChildrenControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java:[145] 
	public RConsoleOptionsTab() {
	       ^^^^^^^^^^^^^^^^^^^^
The @NonNull field objectDBListsChildrenControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java:[145] 
	public RConsoleOptionsTab() {
	       ^^^^^^^^^^^^^^^^^^^^
The @NonNull field pinControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java:[145] 
	public RConsoleOptionsTab() {
	       ^^^^^^^^^^^^^^^^^^^^
The @NonNull field rDbgExtControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java:[145] 
	public RConsoleOptionsTab() {
	       ^^^^^^^^^^^^^^^^^^^^
The @NonNull field rGraphicsByStatetControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java:[145] 
	public RConsoleOptionsTab() {
	       ^^^^^^^^^^^^^^^^^^^^
The @NonNull field rHelpByStatetControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java:[145] 
	public RConsoleOptionsTab() {
	       ^^^^^^^^^^^^^^^^^^^^
The @NonNull field startupSnippetEditor may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java:[145] 
	public RConsoleOptionsTab() {
	       ^^^^^^^^^^^^^^^^^^^^
The @NonNull field trackingButtons may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java:[145] 
	public RConsoleOptionsTab() {
	       ^^^^^^^^^^^^^^^^^^^^
The @NonNull field trackingTable may not have been initialized
192. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java (at line 147)
	this.pinValue= new WritableValue<>(realm, false, Boolean.TYPE);
	                                          ^^^^^
The expression of type boolean is boxed into Boolean
193. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java (at line 151)
	this.rHelpByStatetValue= new WritableValue<>(realm, false, Boolean.TYPE);
	                                                    ^^^^^
The expression of type boolean is boxed into Boolean
194. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java (at line 152)
	this.rGraphicsByStatetValue= new WritableValue<>(realm, false, Boolean.TYPE);
	                                                        ^^^^^
The expression of type boolean is boxed into Boolean
195. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java (at line 153)
	this.rDbgExtValue= new WritableValue<>(realm, false, Boolean.TYPE);
	                                              ^^^^^
The expression of type boolean is boxed into Boolean
196. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java (at line 154)
	this.objectDBEnabledValue= new WritableValue<>(realm, false, Boolean.TYPE);
	                                                      ^^^^^
The expression of type boolean is boxed into Boolean
197. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java (at line 155)
	this.objectDBAutoEnabledValue= new WritableValue<>(realm, false, Boolean.TYPE);
	                                                          ^^^^^
The expression of type boolean is boxed into Boolean
198. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java (at line 156)
	this.objectDBListsChildrenValue= new WritableValue<>(realm, 100000, Integer.TYPE);
	                                                            ^^^^^^
The expression of type int is boxed into Integer
199. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java (at line 157)
	this.objectDBEnvsChildrenValue= new WritableValue<>(realm, 100000, Integer.TYPE);
	                                                           ^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java:[246] 
	protected TrackingConfigurationComposite createConfigComposite(final Composite parent) {
	                                                                     ^^^^^^^^^
Illegal redefinition of parameter parent, inherited method from TrackingConfigurationDialog does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java:[262] 
	item= new TrackingConfiguration(item.getId(), item);
	                                ^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java:[266] 
	protected TrackingConfigurationComposite createConfigComposite(final Composite parent) {
	                                                                     ^^^^^^^^^
Illegal redefinition of parameter parent, inherited method from TrackingConfigurationDialog does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java:[414] 
	dbc.bindValue(new SWTMultiEnabledObservable(realm, new Control[] {
						this.objectDBAutoEnabledControl,
						this.objectDBEnvsChildrenControl,
						this.objectDBListsChildrenControl,
				}, null ),
				objectDBTargetObs );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation bindValue(SWTMultiEnabledObservable, ISWTObservableValue<Boolean>) of the generic method bindValue(IObservableValue<T>, IObservableValue<M>) of type DataBindingContext
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java:[414] 
	dbc.bindValue(new SWTMultiEnabledObservable(realm, new Control[] {
						this.objectDBAutoEnabledControl,
						this.objectDBEnvsChildrenControl,
						this.objectDBListsChildrenControl,
				}, null ),
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type SWTMultiEnabledObservable needs unchecked conversion to conform to IObservableValue<Object>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java:[424] 
	public boolean isDeleteAllowed(final Object element) {
	                                     ^^^^^^
Illegal redefinition of parameter element, inherited method from DataAdapter<TrackingConfiguration> does not constrain this parameter
206. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java (at line 444)
	this.pinValue.setValue(readAttribute(configuration,
				RConsoleLaunching.ATTR_PIN_CONSOLE,
				false ));
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
207. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java (at line 448)
	this.rHelpByStatetValue.setValue(readAttribute(configuration,
				ATTR_INTEGRATION_RHELP_ENABLED,
				true ));
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
208. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java (at line 451)
	this.rGraphicsByStatetValue.setValue(readAttribute(configuration,
				ATTR_INTEGRATION_RGRAPHICS_ASDEFAULT,
				true ));
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
209. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java (at line 454)
	this.rDbgExtValue.setValue(readAttribute(configuration,
				ATTR_INTEGRATION_RDBGEXT_ENABLED,
				true ));
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
210. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java (at line 462)
	this.objectDBEnabledValue.setValue(readAttribute(configuration,
				RConsoleLaunching.ATTR_OBJECTDB_ENABLED,
				true ));
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
211. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java (at line 466)
	this.objectDBAutoEnabledValue.setValue(readAttribute(configuration,
				RConsoleLaunching.ATTR_OBJECTDB_AUTOREFRESH_ENABLED,
				true ));
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
212. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java (at line 469)
	this.objectDBListsChildrenValue.setValue(readAttribute(configuration,
				RConsoleLaunching.ATTR_OBJECTDB_LISTS_MAX_LENGTH,
				200000 ));
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
213. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleOptionsTab.java (at line 472)
	this.objectDBEnvsChildrenValue.setValue(readAttribute(configuration,
				RConsoleLaunching.ATTR_OBJECTDB_ENVS_MAX_LENGTH,
				20000 ));
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/RConsoleSourceUnit.java:[64] 
	this.rConsole= page.getConsole();
	               ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RConsole' needs unchecked conversion to conform to '@NonNull RConsole'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvAutoUpdater.java:[83] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvAutoUpdater.java:[102] 
	this.manager.check(flags, r, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvAutoUpdater.java:[132] 
	r, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvAutoUpdater.java:[157] 
	for (final IRPkgInfoAndData pkg : pkgList) {
	                                  ^^^^^^^
Potential null pointer access: The variable pkgList may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/REnvAutoUpdater.java:[169] 
	final IWorkbenchPage page= NicoUI.getToolRegistry().findWorkbenchPage(tool);
	                                                                      ^^^^
Null type safety (type annotations): The expression of type 'RProcess' needs unchecked conversion to conform to '@NonNull Tool'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/SubmitRSnippetHandler.java:[37] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/launching/AbstractRConsoleLaunchDelegate.java:[31] 
	protected boolean saveBeforeLaunch(final ILaunchConfiguration configuration, final String mode, final IProgressMonitor monitor) throws CoreException {
	                                         ^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from LaunchConfigurationDelegate specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/launching/AbstractRConsoleLaunchDelegate.java:[36] 
	public boolean buildForLaunch(final ILaunchConfiguration configuration, final String mode, final IProgressMonitor monitor) throws CoreException {
	                                    ^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from LaunchConfigurationDelegate specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[101] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[101] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[110] 
	final RMIAddress rmiAddress= new RMIAddress(this.address);
	                                            ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[140] 
	public void handleValueChange(final ValueChangeEvent<?> event) {
	                                    ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IValueChangeListener<Object> specifies this parameter as @NonNull
227. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java (at line 182)
	this.sshTunnelValue= new WritableValue<>(realm, false, Boolean.TYPE);
	                                                ^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[242] 
	public void widgetSelected(final SelectionEvent event) {
	                                 ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from SelectionAdapter specifies this parameter as @NonNull
229. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java (at line 274)
	loginData.put(LOGIN_SSH_PORT_DATA_KEY, (sshPort instanceof Integer) ?
										((Integer) sshPort).intValue() : DEFAULT_SSH_PORT );
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[317] 
	gd.widthHint= gd.minimumWidth= LayoutUtils.hintWidth(this.usernameControl, 20);
	                                                     ^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[334] 
	gd.widthHint= LayoutUtils.hintWidth(this.sshPortControl, 6);
	                                    ^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[384] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[464] 
	.observe(this.addressControl),
	         ^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[469] 
	this.addressValue );
	^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[473] 
	.observe(this.usernameControl),
	         ^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[474] 
	this.userValue );
	^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[478] 
	.observe(this.sshPortControl),
	         ^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[479] 
	this.sshPortValue,
	^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<Integer>' needs unchecked conversion to conform to '@NonNull IObservableValue<Integer>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[486] 
	.observe(this.sshTunnelControl),
	         ^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Button' needs unchecked conversion to conform to '@NonNull Button'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[487] 
	this.sshTunnelValue );
	^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<Boolean>' needs unchecked conversion to conform to '@NonNull IObservableValue<Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[491] 
	.observe(this.commandControl),
	         ^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[492] 
	this.commandValue );
	^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[496] 
	.observe(this.sshAddress),
	         ^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[497] 
	this.sshAddressValue );
	^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[499] 
	this.addressValue.addValueChangeListener(this.updateJob);
	                                         ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RRemoteConsoleMainTab.UpdateJob' needs unchecked conversion to conform to '@NonNull IValueChangeListener<? super String>', corresponding supertype is 'IValueChangeListener<Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[500] 
	this.userValue.addValueChangeListener(this.updateJob);
	                                      ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RRemoteConsoleMainTab.UpdateJob' needs unchecked conversion to conform to '@NonNull IValueChangeListener<? super String>', corresponding supertype is 'IValueChangeListener<Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[501] 
	this.sshPortValue.addValueChangeListener(this.updateJob);
	                                         ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RRemoteConsoleMainTab.UpdateJob' needs unchecked conversion to conform to '@NonNull IValueChangeListener<? super Integer>', corresponding supertype is 'IValueChangeListener<Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[510] 
	DialogUtils.setEnabled(this.addressControls, null, true);
	                       ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Control>' needs unchecked conversion to conform to '@NonNull List<? extends @NonNull Control>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[511] 
	DialogUtils.setEnabled(getArgumentComposite(), null, true);
	                       ^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[512] 
	DialogUtils.setEnabled(this.loginControls, null, true);
	                       ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Control>' needs unchecked conversion to conform to '@NonNull List<? extends @NonNull Control>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[514] 
	DialogUtils.setVisible(this.sshControls, null, true);
	                       ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Control>' needs unchecked conversion to conform to '@NonNull List<? extends @NonNull Control>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[515] 
	DialogUtils.setVisible(this.commandControls, null, false);
	                       ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Control>' needs unchecked conversion to conform to '@NonNull List<? extends @NonNull Control>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[518] 
	DialogUtils.setEnabled(this.addressControls, null, true);
	                       ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Control>' needs unchecked conversion to conform to '@NonNull List<? extends @NonNull Control>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[519] 
	DialogUtils.setEnabled(getArgumentComposite(), null, true);
	                       ^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[520] 
	DialogUtils.setEnabled(this.loginControls, null, true);
	                       ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Control>' needs unchecked conversion to conform to '@NonNull List<? extends @NonNull Control>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[522] 
	DialogUtils.setVisible(this.sshControls, null, true);
	                       ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Control>' needs unchecked conversion to conform to '@NonNull List<? extends @NonNull Control>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[523] 
	DialogUtils.setVisible(this.commandControls, null, true);
	                       ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Control>' needs unchecked conversion to conform to '@NonNull List<? extends @NonNull Control>'
259. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java (at line 532)
	RRemoteConsoleMainTab.this.sshPortValue.setValue(22);
	                                                 ^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[541] 
	DialogUtils.setEnabled(this.addressControls, null, false);
	                       ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Control>' needs unchecked conversion to conform to '@NonNull List<? extends @NonNull Control>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[542] 
	DialogUtils.setEnabled(getArgumentComposite(), null, false);
	                       ^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[543] 
	DialogUtils.setEnabled(this.loginControls, null, true);
	                       ^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Control>' needs unchecked conversion to conform to '@NonNull List<? extends @NonNull Control>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[545] 
	DialogUtils.setVisible(this.sshControls, null, false);
	                       ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Control>' needs unchecked conversion to conform to '@NonNull List<? extends @NonNull Control>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[546] 
	DialogUtils.setVisible(this.commandControls, null, false);
	                       ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Control>' needs unchecked conversion to conform to '@NonNull List<? extends @NonNull Control>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[561] 
	this.addressValue.setValue(readAttribute(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[565] 
	this.userValue.setValue(readAttribute(configuration,
	                                      ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ILaunchConfiguration' needs unchecked conversion to conform to '@NonNull ILaunchConfiguration'
267. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java (at line 569)
	this.sshPortValue.setValue(readAttribute(configuration,
				RConsoleLaunching.ATTR_SSH_PORT,
				DEFAULT_SSH_PORT ));
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[569] 
	this.sshPortValue.setValue(readAttribute(configuration,
	                                         ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ILaunchConfiguration' needs unchecked conversion to conform to '@NonNull ILaunchConfiguration'
269. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java (at line 573)
	this.sshTunnelValue.setValue(readAttribute(configuration,
				RConsoleLaunching.ATTR_SSH_TUNNEL_ENABLED,
				false ));
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[573] 
	this.sshTunnelValue.setValue(readAttribute(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleMainTab.java:[577] 
	this.commandValue.setValue(readAttribute(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[118] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[123] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[128] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[133] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[141] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[141] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[146] 
	if (rVersion.compareTo(VERSION_2_12_0) < 0) {
	                       ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RVersion' needs unchecked conversion to conform to '@NonNull RVersion'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[147] 
	r.evalVoid("library('rj')", m); //$NON-NLS-1$
	                            ^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[150] 
	r.evalVoid("library('rj', quietly= TRUE)", m); //$NON-NLS-1$
	                                           ^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[154] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[160] 
	RDataUtils.checkSingleLogiValue(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[165] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[171] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[221] 
	public void launch(final ILaunchConfiguration configuration, final String mode, 
	                         ^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ILaunchConfigurationDelegate specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[221] 
	public void launch(final ILaunchConfiguration configuration, final String mode, 
	                                                                   ^^^^^^
Missing non-null annotation: inherited method from ILaunchConfigurationDelegate specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[222] 
	final ILaunch launch, final IProgressMonitor monitor) throws CoreException {
	      ^^^^^^^
Missing non-null annotation: inherited method from ILaunchConfigurationDelegate specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[222] 
	final ILaunch launch, final IProgressMonitor monitor) throws CoreException {
	                            ^^^^^^^^^^^^^^^^
Missing nullable annotation: inherited method from ILaunchConfigurationDelegate specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[223] 
	final SubMonitor m= LaunchUtils.initProgressMonitor(configuration, monitor, 25);
	                                                    ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[223] 
	final SubMonitor m= LaunchUtils.initProgressMonitor(configuration, monitor, 25);
	                                                                   ^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[235] 
	{	final List<String> trackingIds= configuration.getAttribute(RConsoleOptionsTab.TRACKING_ENABLED_IDS, Collections.EMPTY_LIST);
	 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<String>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[235] 
	{	final List<String> trackingIds= configuration.getAttribute(RConsoleOptionsTab.TRACKING_ENABLED_IDS, Collections.EMPTY_LIST);
	 	                                                                                                    ^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<String>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java:[338] 
	process.setAttribute(IProcess.ATTR_CMDLINE, rmiAddress.toString() + '\n' + Arrays.toString(rArgs));
	                                                                                           ^^^^^
Null type safety (type annotations): The expression of type 'String[]' needs unchecked conversion to conform to '@Nullable Object @Nullable[]'
294. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java (at line 392)
	configuration.getAttribute(RConsoleLaunching.ATTR_OBJECTDB_LISTS_MAX_LENGTH, 10000));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
295. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java (at line 394)
	configuration.getAttribute(RConsoleLaunching.ATTR_OBJECTDB_ENVS_MAX_LENGTH, 10000));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
296. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRJLaunchDelegate.java (at line 395)
	rjsProperties.put("rj.session.startup.time", timestamp); //$NON-NLS-1$
	                                             ^^^^^^^^^
The expression of type long is boxed into Long
297. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java (at line 142)
	DateFormat.getDateInstance().format(this.info.getTimestamp()) : "<unknown>").append('\n');
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type long is boxed into Long
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[178] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[178] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[178] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[183] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[183] 
	public Object[] getElements(final Object inputElement) {
	                                  ^^^^^^
Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[207] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[215] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[220] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[220] 
	public Object[] getChildren(final Object parentElement) {
	                                  ^^^^^^
Missing non-null annotation: inherited method from ITreeContentProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[236] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[328] 
	return DialogUtils.getDialogSettings(RConsoleUIPlugin.getInstance(), SETTINGS_DIALOG_ID);
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RConsoleUIPlugin' needs unchecked conversion to conform to '@NonNull AbstractUIPlugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[356] 
	gd.widthHint= LayoutUtils.hintWidth(this.hostAddressControl, 50);
	                                    ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Combo' needs unchecked conversion to conform to '@NonNull Combo'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[364] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[374] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[380] 
	{	final TreeComposite composite= new TreeComposite(area, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[429] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[433] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[460] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[502] 
	list.addAll(this.historyAddress);
	            ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<String>' needs unchecked conversion to conform to '@NonNull Collection<? extends String>', corresponding supertype is 'Collection<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[558] 
	final String[] addresses= ADDRESS_MULTI_PATTERN.split(combined, -1);
	                                                      ^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[592] 
	status= collectServerInfos(matcher.group(1), Integer.parseInt(matcher.group(2)), null,
	                                                              ^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleSelectionDialog.java:[670] 
	final Remote remote= registry.lookup(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RJEngineLaunchDelegate.java:[116] 
	for (final RLibLocation library : group.getLibLocations()) {
	                                  ^^^^^
Potential null pointer access: The variable group may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RJEngineLaunchDelegate.java:[129] 
	CollectionUtils.toString(rLibPaths, "\n\t") ));
	                         ^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Path>' needs unchecked conversion to conform to '@NonNull List<@NonNull ?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RJEngineLaunchDelegate.java:[203] 
	final Map<String, String> envp= LaunchUtils.createEnvironment(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RJEngineLaunchDelegate.java:[204] 
	new Map[] { additional, this.rEnvConfig.getEnvironmentsVariables() });
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RJEngineLaunchDelegate.java:[233] 
	return LaunchUtils.toKeyValueStrings(envp);
	                                     ^^^^
Null type safety (type annotations): The expression of type 'Map<String,String>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RJEngineLaunchDelegate.java:[248] 
	classpath.addAll(Arrays.asList(super.getClasspath(configuration)));
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getClasspath(ILaunchConfiguration) from the type AbstractJavaLaunchConfigurationDelegate is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RJEngineLaunchDelegate.java:[263] 
	final List<BundleEntry> rjLibs= this.serverContext.resolveBundles(CLASSPATH_LIB_SPECS);
	                                                                  ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<BundleSpec>' needs unchecked conversion to conform to '@NonNull List<@NonNull BundleSpec>', corresponding supertype is 'List<BundleSpec>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RJEngineLaunchDelegate.java:[264] 
	s.append(ServerUtils.concatRJClassPath(rjLibs));
	                                       ^^^^^^
Null type safety (type annotations): The expression of type 'List<BundleEntry>' needs unchecked conversion to conform to '@NonNull Collection<@NonNull BundleEntry>', corresponding supertype is 'Collection<BundleEntry>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RJEngineLaunchDelegate.java:[284] 
	final List<BundleEntry> rjLibs= this.serverContext.resolveBundles(this.codebaseLibs);
	                                                                  ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<BundleSpec>' needs unchecked conversion to conform to '@NonNull List<@NonNull BundleSpec>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RJEngineLaunchDelegate.java:[285] 
	s.append(ServerUtils.concatCodebase(rjLibs));
	                                    ^^^^^^
Null type safety (type annotations): The expression of type 'List<BundleEntry>' needs unchecked conversion to conform to '@NonNull Collection<@NonNull BundleEntry>', corresponding supertype is 'Collection<BundleEntry>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/RConsoleUIPlugin.java:[74] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/RConsoleUIPlugin.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/RConsoleUIPlugin.java:[82] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/RConsoleUIPlugin.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/RConsoleUIPlugin.java:[96] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleTabGroup.java:[33] 
	public void createTabs(final ILaunchConfigurationDialog dialog, final String mode) {
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ILaunchConfigurationTabGroup specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleTabGroup.java:[33] 
	public void createTabs(final ILaunchConfigurationDialog dialog, final String mode) {
	                                                                      ^^^^^^
Missing non-null annotation: inherited method from ILaunchConfigurationTabGroup specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RRemoteConsoleTabGroup.java:[41] 
	setTabs(tabs);
	        ^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/RSnippetPreferencePage.java:[98] 
	return new TemplateStoreContribution(this.snippets.getTemplateStore());
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TemplateStore' needs unchecked conversion to conform to '@NonNull TemplateStore'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/RSnippetPreferencePage.java:[205] 
	final Link keyLink= addLinkControl(pageComposite, Messages.SnippetTemplates_KeysNote_label,
	                                   ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/RSnippetPreferencePage.java:[205] 
	final Link keyLink= addLinkControl(pageComposite, Messages.SnippetTemplates_KeysNote_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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/RSnippetPreferencePage.java:[209] 
	protected Object getData(final SelectionEvent e) {
	                               ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ConfigurationBlock.LinkSelectionListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/AdvancedContentAssistConfigurationPage.java:[22] 
	import org.eclipse.statet.internal.r.ui.RUIPlugin;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'RUIPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/AdvancedContentAssistConfigurationPage.java:[39] 
	RUIPlugin.getInstance().getRConsoleContentAssistRegistry(),
	^^^^^^^^^
Discouraged access: The type 'RUIPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/AdvancedContentAssistConfigurationPage.java:[39] 
	RUIPlugin.getInstance().getRConsoleContentAssistRegistry(),
	          ^^^^^^^^^^^
Discouraged access: The method 'RUIPlugin.getInstance()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/page/AdvancedContentAssistConfigurationPage.java:[39] 
	RUIPlugin.getInstance().getRConsoleContentAssistRegistry(),
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'RUIPlugin.getRConsoleContentAssistRegistry()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.ui/target/classes')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRTermLaunchDelegate.java:[62] 
	public void launch(final ILaunchConfiguration configuration, final String mode,
	                         ^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ILaunchConfigurationDelegate specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRTermLaunchDelegate.java:[62] 
	public void launch(final ILaunchConfiguration configuration, final String mode,
	                                                                   ^^^^^^
Missing non-null annotation: inherited method from ILaunchConfigurationDelegate specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRTermLaunchDelegate.java:[63] 
	final ILaunch launch, final IProgressMonitor monitor)
	      ^^^^^^^
Missing non-null annotation: inherited method from ILaunchConfigurationDelegate specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRTermLaunchDelegate.java:[63] 
	final ILaunch launch, final IProgressMonitor monitor)
	                            ^^^^^^^^^^^^^^^^
Missing nullable annotation: inherited method from ILaunchConfigurationDelegate specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRTermLaunchDelegate.java:[92] 
	LaunchUtils.configureEnvironment(envp, configuration, renv.getEnvironmentsVariables());
	                                 ^^^^
Null type safety (type annotations): The expression of type 'Map<String,String>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRTermLaunchDelegate.java:[92] 
	LaunchUtils.configureEnvironment(envp, configuration, renv.getEnvironmentsVariables());
	                                       ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRTermLaunchDelegate.java:[92] 
	LaunchUtils.configureEnvironment(envp, configuration, renv.getEnvironmentsVariables());
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,String>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRTermLaunchDelegate.java:[95] 
	cmdLine.addAll(0, renv.getExecCommand(Exec.TERM));
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<String>' needs unchecked conversion to conform to '@NonNull Collection<? extends String>', corresponding supertype is 'Collection<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRTermLaunchDelegate.java:[105] 
	LaunchUtils.getProcessArguments(configuration, RConsoleLaunching.ATTR_OPTIONS) ));
	                                ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRTermLaunchDelegate.java:[140] 
	process.setAttribute(IProcess.ATTR_CMDLINE, LaunchUtils.generateCommandLine(cmdLine));
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method generateCommandLine(List<String>) from the type LaunchUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleRTermLaunchDelegate.java:[140] 
	process.setAttribute(IProcess.ATTR_CMDLINE, LaunchUtils.generateCommandLine(cmdLine));
	                                                                            ^^^^^^^
Null type safety (type annotations): The expression of type 'List<String>' needs unchecked conversion to conform to '@NonNull List<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleLaunchDelegate.java:[41] 
	public void launch(final ILaunchConfiguration configuration, final String mode, final ILaunch launch,
	                         ^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ILaunchConfigurationDelegate specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleLaunchDelegate.java:[41] 
	public void launch(final ILaunchConfiguration configuration, final String mode, final ILaunch launch,
	                                                                   ^^^^^^
Missing non-null annotation: inherited method from ILaunchConfigurationDelegate specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleLaunchDelegate.java:[41] 
	public void launch(final ILaunchConfiguration configuration, final String mode, final ILaunch launch,
	                                                                                      ^^^^^^^
Missing non-null annotation: inherited method from ILaunchConfigurationDelegate specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleLaunchDelegate.java:[42] 
	final IProgressMonitor monitor) throws CoreException {
	      ^^^^^^^^^^^^^^^^
Missing nullable annotation: inherited method from ILaunchConfigurationDelegate specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleLaunchDelegate.java:[43] 
	final SubMonitor m= LaunchUtils.initProgressMonitor(configuration, monitor, 10);
	                                                    ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/RConsoleLaunchDelegate.java:[43] 
	final SubMonitor m= LaunchUtils.initProgressMonitor(configuration, monitor, 10);
	                                                                   ^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdLaunchDelegate.java:[103] 
	LaunchUtils.generateCommandLine(data.command) :
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method generateCommandLine(List<String>) from the type LaunchUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdLaunchDelegate.java:[115] 
	final SubMonitor m= LaunchUtils.initProgressMonitor(configuration, monitor, 25);
	                                                                   ^^^^^^^
Null type mismatch (type annotations): required '@NonNull IProgressMonitor' but this expression has type '@Nullable IProgressMonitor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdLaunchDelegate.java:[135] 
	data.rEnvConfig.getEnvironmentsVariables() );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,String>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdLaunchDelegate.java:[159] 
	sb.append(' ').append(data.resourcePathAbsolute.toOSString());
	                           ^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdLaunchDelegate.java:[171] 
	process.setAttribute(IProcess.ATTR_CMDLINE, LaunchUtils.generateCommandLine(data.command));
	                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method generateCommandLine(List<String>) from the type LaunchUtils is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdLaunchDelegate.java:[208] 
	command.addAll(0, rEnvConfig.getExecCommand(arg1, EnumSet.of(Exec.CMD, Exec.TERM)));
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<String>' needs unchecked conversion to conform to '@NonNull Collection<? extends @NonNull String>', corresponding supertype is 'Collection<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/cmd/ui/launching/RCmdLaunchDelegate.java:[244] 
	return new RunData(rEnvConfig, cmd, command, workingDirectory, resourcePathAbsolute);
	                                             ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IFileStore' needs unchecked conversion to conform to '@NonNull IFileStore'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/ChangeWDRunnable.java:[50] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/ChangeWDRunnable.java:[55] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/ChangeWDRunnable.java:[60] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/ChangeWDRunnable.java:[65] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/ChangeWDRunnable.java:[70] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/ChangeWDRunnable.java:[70] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/ChangeWDRunnable.java:[76] 
	r.submitToConsole(command, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/ChangeWDRunnable.java:[79] 
	r.refreshWorkspaceData(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java:[100] 
	PreferenceUtils.getInstancePrefs().addPreferenceSetListener(this, this.PREF_QUALIFIERS);
	                                                                  ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImIdentitySet<String>' needs unchecked conversion to conform to '@NonNull ImSet<@NonNull String>', corresponding supertype is 'ImSet<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java:[113] 
	final GridLayout layout= (GridLayout) composite.getLayout();
	                                      ^^^^^^^^^
Potential null pointer access: The variable composite may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java:[131] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java:[148] 
	tabHolder.getParent().layout(new Control[] { tabHolder });
	^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java:[152] 
	public void preferenceChanged(final PreferenceSetService.ChangeEvent event) {
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from PreferenceSetService.ChangeListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java:[161] 
	&& LaunchConfigUtils.isActiveTabGroup(getLaunchConfigurationDialog(), ExtJavaJRETab.this)) {
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull ILaunchConfigurationDialog' but this expression has type '@Nullable ILaunchConfigurationDialog'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java:[162] 
	getLaunchConfigurationDialog().updateMessage();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getLaunchConfigurationDialog() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java:[163] 
	getLaunchConfigurationDialog().updateButtons();
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getLaunchConfigurationDialog() may return null
386. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java (at line 223)
	setErrorMessage(NLS.bind(Messages.JavaJRE_RCompatibility_error_DifferentBits_message, this.lastCheckedRBits, this.lastCheckedVMBits));
	                                                                                      ^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
387. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java (at line 223)
	setErrorMessage(NLS.bind(Messages.JavaJRE_RCompatibility_error_DifferentBits_message, this.lastCheckedRBits, this.lastCheckedVMBits));
	                                                                                                             ^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java:[256] 
	getLaunchConfigurationDialog().run(true, true, new IRunnableWithProgress() {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getLaunchConfigurationDialog() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java:[258] 
	public void run(final IProgressMonitor monitor) throws InvocationTargetException, InterruptedException {
	                      ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IRunnableWithProgress specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/launching/ExtJavaJRETab.java:[303] 
	vmArgs= configuration.getAttribute(IJavaLaunchConfigurationConstants.ATTR_VM_ARGUMENTS, (String) 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/cmd/ui/launching/RCmdLaunching.java:[49] 
	final ILaunchConfigurationWorkingCopy config = type.newInstance(null, name);
	                                               ^^^^
Potential null pointer access: The variable type may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/cmd/ui/launching/RCmdLaunching.java:[49] 
	final ILaunchConfigurationWorkingCopy config = type.newInstance(null, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/cmd/ui/launching/RCmdLaunching.java:[59] 
	new CommonTab().setDefaults(config);
	                            ^^^^^^
Null type safety (type annotations): The expression of type 'ILaunchConfigurationWorkingCopy' needs unchecked conversion to conform to '@NonNull ILaunchConfigurationWorkingCopy'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/ChangeWorkingDirectoryWizard.java:[45] 
	import org.eclipse.statet.nico.ui.actions.ToolAction;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ToolAction is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/ChangeWorkingDirectoryWizard.java:[56] 
	public static class ChangeAction extends ToolAction {
	                                         ^^^^^^^^^^
The type ToolAction is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/ChangeWorkingDirectoryWizard.java:[59] 
	super(support, true);
	^^^^^^^^^^^^^^^^^^^^^
The constructor ToolAction(ToolProvider, boolean) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/ChangeWorkingDirectoryWizard.java:[67] 
	final ToolProcess tool = getTool();
	                         ^^^^^^^^^
The method getTool() from the type ToolAction is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/ChangeWorkingDirectoryWizard.java:[84] 
	private final WritableValue fNewLocationString;
	              ^^^^^^^^^^^^^
WritableValue is a raw type. References to generic type WritableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/ChangeWorkingDirectoryWizard.java:[98] 
	this.fNewLocationString= new WritableValue(realm, "", String.class); //$NON-NLS-1$
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor WritableValue(Realm, Object, Object) belongs to the raw type WritableValue. References to generic type WritableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/ChangeWorkingDirectoryWizard.java:[98] 
	this.fNewLocationString= new WritableValue(realm, "", String.class); //$NON-NLS-1$
	                             ^^^^^^^^^^^^^
WritableValue is a raw type. References to generic type WritableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/ChangeWorkingDirectoryWizard.java:[98] 
	this.fNewLocationString= new WritableValue(realm, "", String.class); //$NON-NLS-1$
	                                           ^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/ChangeWorkingDirectoryWizard.java:[131] 
	String dir = ""; //$NON-NLS-1$
	       ^^^
The value of the local variable dir is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/ChangeWorkingDirectoryWizard.java:[141] 
	fDbc.bindValue(
					fLocationGroup.getObservable(),
					fNewLocationString,
					new UpdateValueStrategy<>()
							.setAfterGetValidator(fLocationGroup.getValidator()),
					null );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation bindValue(IObservableValue<String>, WritableValue, UpdateValueStrategy<Object,Object>, null) of the generic method bindValue(IObservableValue<T>, IObservableValue<M>, UpdateValueStrategy<? super T,? extends M>, UpdateValueStrategy<? super M,? extends T>) of type DataBindingContext
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/ChangeWorkingDirectoryWizard.java:[142] 
	fLocationGroup.getObservable(),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/ChangeWorkingDirectoryWizard.java:[143] 
	fNewLocationString,
	^^^^^^^^^^^^^^^^^^
Type safety: The expression of type WritableValue needs unchecked conversion to conform to IObservableValue<Object>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/ChangeWorkingDirectoryWizard.java:[143] 
	fNewLocationString,
	^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WritableValue' needs unchecked conversion to conform to '@NonNull IObservableValue<Object>', corresponding supertype is 'IObservableValue'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/ChangeWorkingDirectoryWizard.java:[153] 
	DialogUtils.saveHistorySettings(settings, SETTINGS_HISTORY, (String) fNewLocationString.getValue());
	                                ^^^^^^^^
Null type safety (type annotations): The expression of type 'IDialogSettings' needs unchecked conversion to conform to '@NonNull IDialogSettings'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/ChangeWorkingDirectoryWizard.java:[153] 
	DialogUtils.saveHistorySettings(settings, SETTINGS_HISTORY, (String) fNewLocationString.getValue());
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/r/console/ui/tools/ChangeWorkingDirectoryWizard.java:[178] 
	setDialogSettings(DialogUtils.getDialogSettings(RConsoleUIPlugin.getInstance(), ChangeWDRunnable.TYPE_ID+"-Wizard")); //$NON-NLS-1$
	                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RConsoleUIPlugin' needs unchecked conversion to conform to '@NonNull AbstractUIPlugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/org/eclipse/statet/internal/r/console/ui/snippets/SubmitRSnippetParameterValues.java:[38] 
	public Map getParameterValues() {
	       ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
410 problems (0 errors, 377 warnings, 377 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.r.console.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.r.console.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/target/org.eclipse.statet.r.console.ui-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.r.console.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.r.console.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/target/org.eclipse.statet.r.console.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r.console.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.r.console.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.r.console.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/target/org.eclipse.statet.r.console.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.r.console.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/target/org.eclipse.statet.r.console.ui-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/target/org.eclipse.statet.r.console.ui-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.r.console.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.console.ui/target/org.eclipse.statet.r.console.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.r.console.ui ---
[INFO] 
[INFO] --------< org.eclipse.statet.r:org.eclipse.statet.r.debug.core >--------
[INFO] Building StatET R - Debug - Core  (Incubation) 4.2.4.202103250600-r [114/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r.debug.core ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.r.debug.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.r.debug.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.r.debug.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.r.debug.core ---
[INFO] Compiling 78 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/sourcelookup/RSourceLookupDirector.java:[65] 
	protected void cacheResolvedElement(final List duplicates, final Object sourceElement) {
	                                          ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/sourcelookup/RSourceLookupDirector.java:[69] 
	super.cacheResolvedElement(duplicates, sourceElement);
	                           ^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<Object>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/eval/REvaluationResult.java:[112] 
	return (this.variable != null) ? this.variable.getCurrentValue() : null;
	                                      ^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/eval/REvaluationResult.java:[145] 
	this.variable.reset(stamp);
	     ^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/eval/REvaluationResult.java:[146] 
	this.variable.getValue(m);
	     ^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RElementVariableValue.java:[44] 
	private @Nullable FQRObjectRef ref;
	                  ^^^^^^^^^^^^
FQRObjectRef is a raw type. References to generic type FQRObjectRef<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RElementVariableValue.java:[56] 
	V data= null;
	        ^^^^
Null type mismatch: required 'V extends @NonNull RObject' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RElementVariableValue.java:[59] 
	data= thread.loadData(thread.new AccessDataRunnable<V>() {
					@Override
					protected int getRequiredStamp() {
						return RElementVariableValue.this.stamp;
					}
					private @Nullable FQRObjectRef getRef(final ProgressMonitor m) {
						if (RDataLoader.this.ref == null) {
							RDataLoader.this.ref= getThread().createElementRef(
									RElementVariableValue.this.element, getRequiredStamp(),
									m );
						}
						return RDataLoader.this.ref;
					}
					@Override
					protected V doRun(final RToolService r, final ProgressMonitor m)
							throws StatusException, UnexpectedRDataException {
						final FQRObjectRef ref= getRef(m);
						if (ref == null) {
							return null;
						}
						if (assignment != null) {
							RDataLoader.this.doSet(ref, assignment, r, m);
							set.set(Statuses.OK_STATUS);
						}
						if (fragment != null) {
							return RDataLoader.this.doLoad(ref,
									fragment, r, m);
						}
						else {
							return null;
						}
					}
				});
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required 'V extends @NonNull RObject' but this expression has type '@Nullable V extends @NonNull RObject'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RElementVariableValue.java:[64] 
	private @Nullable FQRObjectRef getRef(final ProgressMonitor m) {
	                  ^^^^^^^^^^^^
FQRObjectRef is a raw type. References to generic type FQRObjectRef<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RElementVariableValue.java:[75] 
	final FQRObjectRef ref= getRef(m);
	      ^^^^^^^^^^^^
FQRObjectRef is a raw type. References to generic type FQRObjectRef<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RElementVariableValue.java:[77] 
	return null;
	       ^^^^
Null type mismatch: required 'V extends @NonNull RObject' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RElementVariableValue.java:[88] 
	return null;
	       ^^^^
Null type mismatch: required 'V extends @NonNull RObject' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RElementVariableValue.java:[103] 
	protected void doSet(final FQRObjectRef ref,
	                           ^^^^^^^^^^^^
FQRObjectRef is a raw type. References to generic type FQRObjectRef<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RElementVariableValue.java:[109] 
	protected abstract V doLoad(FQRObjectRef ref,
	                            ^^^^^^^^^^^^
FQRObjectRef is a raw type. References to generic type FQRObjectRef<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RElementVariableValue.java:[121] 
	(TRElement) variable.getCurrentElement(), variable.getCurrentStamp());
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from CombinedRElement to TRElement
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/eval/REvalExpressionTask.java:[45] 
	public boolean equals(final Object obj) {
	                            ^^^^^^
Illegal redefinition of parameter obj, inherited method from Object declares this parameter as @Nullable
17. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/eval/REvalExpressionTask.java (at line 71)
	this.key= new Key(frame.getDbgFrame().getHandle(), expressionText);
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type long is boxed into Long
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/eval/REvalExpressionTask.java:[84] 
	return this.frame.getThread();
	       ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RMainThread' needs unchecked conversion to conform to '@NonNull RMainThread'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RListValue.java:[163] 
	childVariable= checkPreviousVariable(previousValue, idx, childElement);
	                                                         ^^^^^^^^^^^^
Null type mismatch: required '@NonNull CombinedRElement' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RListValue.java:[166] 
	childVariable= new RElementVariable(childElement,
	                                    ^^^^^^^^^^^^
Null type mismatch: required '@NonNull CombinedRElement' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[193] 
	scanner.configure(this.document, RDocumentConstants.R_CODE_CONTENT_CONSTRAINT);
	                  ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[238] 
	this.baseExpressionRootNode= this.baseElement.getAdapter(FDef.class).getContChild();
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getAdapter(Class) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[261] 
	scanner.configure(this.document, RDocumentConstants.R_CODE_CONTENT_CONSTRAINT);
	                  ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[279] 
	this.astNode= this.methodElement.getAdapter(FDef.class).getContChild();
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getAdapter(Class) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[284] 
	this.baseExpressionRootNode= this.baseElement.getAdapter(FDef.class).getContChild();
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getAdapter(Class) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[315] 
	ModelManager.MODEL_FILE, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[335] 
	scanner.configure(this.document, RDocumentConstants.R_CODE_CONTENT_CONSTRAINT);
	                  ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[343] 
	SourceStructElement element= LtkModelUtils.getCoveringSourceElement(
	^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[403] 
	final SourceStructElement parent= element.getSourceParent();
	      ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[476] 
	public SourceStructElement getMethodElement() {
	       ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[480] 
	public SourceStructElement getBaseElement() {
	       ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[512] 
	return RDbg.getElementId(this.baseElement);
	                         ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RLangSourceElement' needs unchecked conversion to conform to '@NonNull RLangSourceElement'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[562] 
	private String getLabel(final SourceStructElement element) {
	                              ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/breakpoints/RLineBreakpointValidator.java:[714] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayDimVariable.java:[134] 
	public boolean verifyValue(final String expression) throws DebugException {
	                                 ^^^^^^
Illegal redefinition of parameter expression, inherited method from IValueModification does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVariableProxy.java:[112] 
	public final 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVariableProxy.java:[122] 
	public final 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RExceptionBreakpoint.java:[54] 
	ensureMarker().setAttributes(attributes);
	                             ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,? extends @Nullable Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RExceptionBreakpoint.java:[69] 
	public String getBreakpointType() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from IRBreakpoint.getBreakpointType() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RExceptionBreakpoint.java:[75] 
	public String getExceptionId() throws DebugException {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from IRExceptionBreakpoint.getExceptionId() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVectorIndexVariable.java:[90] 
	return RDataUtils.getStoreAbbr(element.getData());
	                               ^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RStore<?>' but this expression has type '@Nullable RStore<capture#of ?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVectorIndexVariable.java:[108] 
	public boolean verifyValue(final String expression) throws DebugException {
	                                 ^^^^^^
Illegal redefinition of parameter expression, inherited method from IValueModification does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVectorIndexVariable.java:[113] 
	public void setValue(final String expression) throws DebugException {
	                           ^^^^^^
Illegal redefinition of parameter expression, inherited method from IValueModification does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RElementValue.java:[42] 
	protected static class RVariablePartition extends VariablePartition<IRIndexElementValue>
	                       ^^^^^^^^^^^^^^^^^^
The method verifyValue(@NonNull String) from VariablePartition<IRIndexElementValue> cannot implement the corresponding method from IValueModification due to incompatible nullness constraints
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RElementValue.java:[42] 
	protected static class RVariablePartition extends VariablePartition<IRIndexElementValue>
	                       ^^^^^^^^^^^^^^^^^^
The method setValue(@NonNull String) from VariablePartition<IRIndexElementValue> cannot implement the corresponding method from IValueModification due to incompatible nullness constraints
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RElementValue.java:[54] 
	return (IRDebugTarget) super.getDebugTarget();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IRDebugTarget' needs unchecked conversion to conform to '@NonNull IRDebugTarget'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVariable.java:[52] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVariable.java:[62] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[211] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[211] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[211] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[224] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[224] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[224] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[362] 
	fileUri.toString() ), e ));
	^^^^^^^
Potential null pointer access: The variable fileUri may be null at this location
56. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java (at line 458)
	data.context.getSourceType() ), e));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
57. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java (at line 471)
	data.context.getSourceType(), data.context.getFileName() ), null));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
58. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java (at line 476)
	data.context.getSourceType(), data.context.getFileName() ), null));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type int is boxed into Integer
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[493] 
	match.install();
	^^^^^
Potential null pointer access: The variable match may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[543] 
	fullName, data.context.getSourceCode() );
	^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[543] 
	fullName, data.context.getSourceCode() );
	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[609] 
	Ltk.PERSISTENCE_CONTEXT, match.sourceElement, null, true, monitor );
	                         ^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[609] 
	Ltk.PERSISTENCE_CONTEXT, match.sourceElement, null, true, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[611] 
	Ltk.EDITOR_CONTEXT, (su != null) ? su : match.sourceElement, null, true, monitor );
	                                        ^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[611] 
	Ltk.EDITOR_CONTEXT, (su != null) ? su : match.sourceElement, null, true, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[632] 
	synchronized ((suDocument instanceof ISynchronizable) ?
							((ISynchronizable) suDocument).getLockObject() : new Object() ) {
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: This expression may be null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[705] 
	Ltk.EDITOR_CONTEXT, data.fragment, true, monitor);
	                    ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RRuntimeSourceFragment' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[761] 
	int offset= suCode.indexOf(bCode);
	                           ^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[782] 
	final int offset2= suCode.indexOf(bCode, line.getOffset());
	                                  ^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[802] 
	final List<? extends LtkModelElement> children= modelInfo.getSourceElement().getSourceChildren(null);
	                     ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/sourcelookup/RSourceLookupParticipant.java:[804] 
	final LtkModelElement modelElement= children.get(0);
	      ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RLineBreakpoint.java:[51] 
	ensureMarker().setAttributes(attributes);
	                             ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,? extends @Nullable Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RLineBreakpoint.java:[66] 
	public String getBreakpointType() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from IRBreakpoint.getBreakpointType() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RGenericLineBreakpoint.java:[82] 
	marker.setAttributes(POSITION_ATTRIBUTES, new Object[] {
	                     ^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RGenericLineBreakpoint.java:[82] 
	marker.setAttributes(POSITION_ATTRIBUTES, new Object[] {
					Integer.valueOf(lineNumber), Integer.valueOf(charStart), Integer.valueOf(charEnd)
			});
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Object[]' needs unchecked conversion to conform to '@Nullable Object @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RGenericLineBreakpoint.java:[97] 
	marker.setAttributes(ELEMENT_ATTRIBUTES, new Object[] {
	                     ^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RGenericLineBreakpoint.java:[97] 
	marker.setAttributes(ELEMENT_ATTRIBUTES, new Object[] {
					Integer.valueOf(elementType), elementId, elementLabel
			});
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Object[]' needs unchecked conversion to conform to '@Nullable Object @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RFunctionValue.java:[39] 
	final RLangMethod lang= (RLangMethod)this.element;
	      ^^^^^^^^^^^
RLangMethod is a raw type. References to generic type RLangMethod<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RFunctionValue.java:[39] 
	final RLangMethod lang= (RLangMethod)this.element;
	                         ^^^^^^^^^^^
RLangMethod is a raw type. References to generic type RLangMethod<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/eval/RWatchExpressionDelegate.java:[40] 
	public RWatchExpressionDelegate() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field listener may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/eval/RWatchExpressionDelegate.java:[45] 
	public void evaluateExpression(final String expression, final IDebugElement context,
	                                     ^^^^^^
Illegal redefinition of parameter expression, inherited method from IWatchExpressionDelegate does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/eval/RWatchExpressionDelegate.java:[45] 
	public void evaluateExpression(final String expression, final IDebugElement context,
	                                                              ^^^^^^^^^^^^^
Illegal redefinition of parameter context, inherited method from IWatchExpressionDelegate does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/eval/RWatchExpressionDelegate.java:[46] 
	final IWatchExpressionListener listener) {
	      ^^^^^^^^^^^^^^^^^^^^^^^^
Illegal redefinition of parameter listener, inherited method from IWatchExpressionDelegate does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RValueProxy.java:[79] 
	return this.value.getReferenceTypeName();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/IRVariable.java:[47] 
	boolean verifyValue(String expression) throws DebugException;
	                    ^^^^^^
Illegal redefinition of parameter expression, inherited method from IValueModification does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/IRVariable.java:[50] 
	void setValue(String expression) throws DebugException;
	              ^^^^^^
Illegal redefinition of parameter expression, inherited method from IValueModification does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/RDebugCorePlugin.java:[58] 
	private boolean started;
	                ^^^^^^^
The value of the field RDebugCorePlugin.started is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/RDebugCorePlugin.java:[67] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/RDebugCorePlugin.java:[68] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/RDebugCorePlugin.java:[75] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/RDebugCorePlugin.java:[83] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/REnvValue.java:[80] 
	return this.variable;
	       ^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IRVariable' but this expression has type '@Nullable RElementVariable'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/REnvValue.java:[96] 
	return getValueString(this.variable);
	                      ^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IRVariable' but this expression has type '@Nullable RElementVariable'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/REnvValue.java:[114] 
	if (envName == null) {
				if (this.element.getHandle() != 0) {
					envName= Long.toString(this.element.getHandle());
				}
			}
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/REnvValue.java:[133] 
	return getDetailString(this.variable);
	                       ^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IRVariable' but this expression has type '@Nullable RElementVariable'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/REnvValue.java:[146] 
	if (envName == null) {
			if (this.element.getHandle() != 0) {
				envName= Long.toString(this.element.getHandle());
			}
		}
	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/REnvValue.java:[178] 
	return getVariables(offset, length, this.variable);
	                                    ^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IRVariable' but this expression has type '@Nullable RElementVariable'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/REnvValue.java:[195] 
	childVariable= checkPreviousVariable(idx, childElement);
	                                          ^^^^^^^^^^^^
Null type mismatch: required '@NonNull CombinedRElement' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/REnvValue.java:[198] 
	childVariable= new RElementVariable(childElement, this.thread, this.stamp,
	                                    ^^^^^^^^^^^^
Null type mismatch: required '@NonNull CombinedRElement' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/REnvValue.java:[210] 
	final RCharacterStore names= this.previousElement.getNames();
	                                  ^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/REnvValue.java:[213] 
	if (idx >= 0 && idx < this.previousElement.getLength()) {
	                           ^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/REnvValue.java:[214] 
	final RElementVariable previousVariable= this.previousChildVariables.clear(idx);
	                                              ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/REnvValue.java:[221] 
	return null;
	       ^^^^
Null type mismatch: required '@NonNull RElementVariable' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RStackFrame.java:[80] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RStackFrame.java:[85] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RStackFrame.java:[90] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RStackFrame.java:[95] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RStackFrame.java:[118] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RStackFrame.java:[118] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RStackFrame.java:[157] 
	super(target);
	      ^^^^^^
Null type safety (type annotations): The expression of type 'RDebugTarget' needs unchecked conversion to conform to '@NonNull RDebugTarget'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RStackFrame.java:[221] 
	public RMainThread getThread() {
	       ^^^^^^^^^^^
The return type is incompatible with '@NonNull IRThread' returned from IRStackFrame.getThread() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RStackFrame.java:[231] 
	public RElementName getElementName() {
	       ^^^^^^^^^^^^
The return type is incompatible with '@NonNull RElementName' returned from IRStackFrame.getElementName() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RStackFrame.java:[241] 
	return this.handle;
	       ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Long' needs unchecked conversion to conform to '@NonNull Long'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RStackFrame.java:[456] 
	if (getDebugTarget().getProcess().getQueue().addHot(this.contextRunnable)
	                                                    ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RStackFrame.LoadContextRunnable' needs unchecked conversion to conform to '@NonNull ToolRunnable'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RStackFrame.java:[465] 
	getDebugTarget().getProcess().getQueue().removeHot(this.contextRunnable);
	                                                   ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RStackFrame.LoadContextRunnable' needs unchecked conversion to conform to '@NonNull ToolRunnable'
116. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RStackFrame.java (at line 511)
	getHandle(), this.elementName,
	^^^^^^^^^^^
The expression of type Long is unboxed into long
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RStackFrame.java:[511] 
	getHandle(), this.elementName,
	             ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RElementName' needs unchecked conversion to conform to '@NonNull RElementName'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RStackFrame.java:[513] 
	element= this.thread.resolveReference(ref, this.stamp, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RStackFrame.java:[516] 
	this.frameVariable= new RElementVariable(element, this.thread, this.stamp, null);
	                                                  ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RMainThread' needs unchecked conversion to conform to '@NonNull RMainThread'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RStackFrame.java:[537] 
	public <T> @Nullable T getAdapter(final Class<T> type) {
	                                        ^^^^^
Missing non-null annotation: inherited method from IRStackFrame specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RStackFrame.java:[537] 
	public <T> @Nullable T getAdapter(final Class<T> type) {
	                                        ^^^^^
Missing non-null annotation: inherited method from RDebugElement specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RStackFrame.java:[539] 
	return (T) this;
	       ^^^^^^^^
Type safety: Unchecked cast from RStackFrame to T
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RStackFrame.java:[542] 
	return (T) this.breakpointStatus;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from RBreakpointStatus to T
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RStackFrame.java:[546] 
	return (breakpointStatus != null) ? (T) breakpointStatus.getBreakpoint() : null;
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from IRBreakpoint to T
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RStackFrame.java:[550] 
	return (variable != null) ? (T) this.frameVariable.getElement() : null;
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from CombinedRElement to T
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RStackFrame.java:[552] 
	return super.getAdapter(type);
	                        ^^^^
Null type safety (type annotations): The expression of type 'Class<T>' needs unchecked conversion to conform to '@NonNull Class<T>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RStackFrame.java:[557] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RStackFrame.java:[557] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RStackFrame.java:[557] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RStackFrame.java:[557] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RStackFrame.java:[557] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RStackFrame.java:[557] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RStackFrame.java:[557] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RStackFrame.java:[557] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[69] 
	public RArrayValue(final RElementVariable variable) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field dimItemNameStore may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[116] 
	currentFragment.getRObject().getData().get(
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRObject() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[118] 
	previousFragment.getRObject().getData().get(
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRObject() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[227] 
	fragment.getRObject().getData(), (int) fragment.toLocalRowIdx(dimIdx) );
	^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRObject() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[237] 
	protected RVector<?> doLoad(final FQRObjectRef ref,
	                                  ^^^^^^^^^^^^
FQRObjectRef is a raw type. References to generic type FQRObjectRef<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[240] 
	return ADAPTER.loadDimNames(ref, getRObject(), fragment,
							r, m );
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RVector<capture#of ?>' needs unchecked conversion to conform to '@NonNull RVector<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[245] 
	return this.dimNameStore.getFragment(dimIdx, 0, 0, null);
	            ^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[245] 
	return this.dimNameStore.getFragment(dimIdx, 0, 0, null);
	                                                   ^^^^
Null type mismatch: required '@NonNull ProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[267] 
	fragment.getRObject().getData(), (int) fragment.toLocalRowIdx(idx) );
	^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRObject() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[272] 
	if (this.dimItemNameStore == null) {
			this.dimItemNameStore= new LazyRStore[this.dimCount];
		}
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[273] 
	this.dimItemNameStore= new LazyRStore[this.dimCount];
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type LazyRStore[] needs unchecked conversion to conform to LazyRStore<RVector<?>>[]
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[273] 
	this.dimItemNameStore= new LazyRStore[this.dimCount];
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'LazyRStore[]' needs unchecked conversion to conform to '@Nullable LazyRStore<@NonNull RVector<?>> @NonNull[]'
147. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java (at line 276)
	this.dimItemNameStore[dimIdx]= new LazyRStore<>(this.dim.get(dimIdx), 1,
	                                                ^^^^^^^^^^^^^^^^^^^^
The expression of type Integer is unboxed into long
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[279] 
	protected RVector<?> doLoad(final FQRObjectRef ref,
	                                  ^^^^^^^^^^^^
FQRObjectRef is a raw type. References to generic type FQRObjectRef<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[282] 
	return ADAPTER.loadDimItemNames(ref, getRObject(), dimIdx, fragment,
							r, m );
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RVector<capture#of ?>' needs unchecked conversion to conform to '@NonNull RVector<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[287] 
	return this.dimItemNameStore[dimIdx].getFragment(idx, 0, 0, null);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: array element may be null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[287] 
	return this.dimItemNameStore[dimIdx].getFragment(idx, 0, 0, null);
	                                                            ^^^^
Null type mismatch: required '@NonNull ProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[293] 
	if (data.getStoreType() == RStore.FACTOR) {
	    ^^^^
Potential null pointer access: The variable data may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[299] 
	data= fragment.getRObject().getData();
	      ^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRObject() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[324] 
	fragment.getRObject().getData(), (int) fragment.toLocalRowIdx(idx) );
	^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRObject() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[373] 
	protected void doSet(final FQRObjectRef ref,
	                           ^^^^^^^^^^^^
FQRObjectRef is a raw type. References to generic type FQRObjectRef<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[380] 
	protected RVector<?> doLoad(final FQRObjectRef ref,
	                                  ^^^^^^^^^^^^
FQRObjectRef is a raw type. References to generic type FQRObjectRef<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[383] 
	return ADAPTER.loadData(ref, getRObject(), fragment, null,
							r, m );
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RVector<capture#of ?>' needs unchecked conversion to conform to '@NonNull RVector<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[388] 
	return this.dataStore;
	       ^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull LazyRStore<@NonNull RVector<?>>' but this expression has type '@Nullable LazyRStore<@NonNull RVector<?>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[413] 
	return ensureDataStore().getFragment(idx, 0, 0, null);
	                                                ^^^^
Null type mismatch: required '@NonNull ProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[427] 
	this.dataStore.getLoadedFragment(idx, 0) :
	     ^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayValue.java:[432] 
	ensureDataStore().set(assignment, 0, null);
	                                     ^^^^
Null type mismatch: required '@NonNull ProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/RDebugModel.java:[112] 
	if (exceptionId == null) {
			throw new NullPointerException("exceptionId"); //$NON-NLS-1$
		}
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RMethodBreakpoint.java:[57] 
	ensureMarker().setAttributes(attributes);
	                             ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,? extends @Nullable Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RMethodBreakpoint.java:[72] 
	public String getBreakpointType() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from IRBreakpoint.getBreakpointType() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/sourcelookup/RLibrarySourceContainer.java:[116] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/sourcelookup/RLibrarySourceContainer.java:[116] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/sourcelookup/RLibrarySourceContainer.java:[116] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayIndexVariable.java:[103] 
	return RDataUtils.getStoreAbbr(element.getData());
	                               ^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RStore<?>' but this expression has type '@Nullable RStore<capture#of ?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayIndexVariable.java:[121] 
	public boolean verifyValue(final String expression) throws DebugException {
	                                 ^^^^^^
Illegal redefinition of parameter expression, inherited method from IValueModification does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RArrayIndexVariable.java:[126] 
	public void setValue(final String expression) throws DebugException {
	                           ^^^^^^
Illegal redefinition of parameter expression, inherited method from IValueModification does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RBreakpoint.java:[90] 
	public ITargetData registerTarget(final IRDebugTarget target, final ITargetData data) {
	                                        ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IRBreakpoint specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RBreakpoint.java:[90] 
	public ITargetData registerTarget(final IRDebugTarget target, final ITargetData data) {
	                                                                    ^^^^^^^^^^^
Missing non-null annotation: inherited method from IRBreakpoint specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RBreakpoint.java:[109] 
	public ITargetData unregisterTarget(final IRDebugTarget target) {
	                                          ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IRBreakpoint specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RBreakpoint.java:[128] 
	public ITargetData getTargetData(final IRDebugTarget target) {
	                                       ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IRBreakpoint specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[134] 
	public AccessDataRunnable() {
	       ^^^^^^^^^^^^^^^^^^^^
The @NonNull field data may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[228] 
	public RMainThread(final RDebugTarget target, final AbstractRDbgController controller,
			final String name) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field envItems may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[228] 
	public RMainThread(final RDebugTarget target, final AbstractRDbgController controller,
			final String name) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field frames may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[243] 
	this.envItems= Collections.EMPTY_MAP;
	               ^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type Map needs unchecked conversion to conform to Map<Long,RMainThread.EnvItem>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[268] 
	RMainThread.this.controller.getSuspendEnterData(), m );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[280] 
	public void controllerStatusChanged(final ToolStatus oldStatus,
	                                          ^^^^^^^^^^
Illegal redefinition of parameter oldStatus, inherited method from ToolController.IToolStatusListener does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[281] 
	final ToolStatus newStatus, final List<DebugEvent> eventCollection) {
	      ^^^^^^^^^^
Illegal redefinition of parameter newStatus, inherited method from ToolController.IToolStatusListener does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[281] 
	final ToolStatus newStatus, final List<DebugEvent> eventCollection) {
	                                  ^^^^
Illegal redefinition of parameter eventCollection, inherited method from ToolController.IToolStatusListener does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[378] 
	Long handle= Long.valueOf(dbgFrame.getHandle());
	                          ^^^^^^^^
Potential null pointer access: The variable dbgFrame may be null at this location
184. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java (at line 381)
	if (handle == 0) {
	    ^^^^^^
The expression of type Long is unboxed into long
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[382] 
	handle= Long.valueOf(this.rGlobelEnvRef.getHandle());
	                          ^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[403] 
	if ((nextFrame.getFlags() & 0xff) != ++flag) {
	     ^^^^^^^^^
Potential null pointer access: The variable nextFrame may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[466] 
	newFrames= new RStackFrame[eStack.size() - startIdx];
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RStackFrame[]' needs unchecked conversion to conform to '@NonNull RStackFrame []'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[509] 
	return this.controller.getTool();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RProcess' needs unchecked conversion to conform to '@NonNull RProcess'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[713] 
	public @Nullable FQRObjectRef createElementRef(@Nullable CombinedRElement element, final int stamp,
	                 ^^^^^^^^^^^^
FQRObjectRef is a raw type. References to generic type FQRObjectRef<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[725] 
	return new BasicFQRObjectRef(this.controller.getTool(), envRef,
							createRefName(name) );
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor BasicFQRObjectRef(Object, RObject, RObject) belongs to the raw type BasicFQRObjectRef. References to generic type BasicFQRObjectRef<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[725] 
	return new BasicFQRObjectRef(this.controller.getTool(), envRef,
	           ^^^^^^^^^^^^^^^^^
BasicFQRObjectRef is a raw type. References to generic type BasicFQRObjectRef<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[726] 
	createRefName(name) );
	              ^^^^
Null type mismatch: required '@NonNull RElementName' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[732] 
	segments.add(elementName.getNextSegment());
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RElementName' but this expression has type '@Nullable RElementName'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[735] 
	return new BasicFQRObjectRef(this.controller.getTool(), this.rjTmpEnvRef,
									createRefName(name) );
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor BasicFQRObjectRef(Object, RObject, RObject) belongs to the raw type BasicFQRObjectRef. References to generic type BasicFQRObjectRef<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[735] 
	return new BasicFQRObjectRef(this.controller.getTool(), this.rjTmpEnvRef,
	           ^^^^^^^^^^^^^^^^^
BasicFQRObjectRef is a raw type. References to generic type BasicFQRObjectRef<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[735] 
	return new BasicFQRObjectRef(this.controller.getTool(), this.rjTmpEnvRef,
	                                                        ^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RObject' but this expression has type '@Nullable RReference'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[736] 
	createRefName(name) );
	              ^^^^
Null type mismatch: required '@NonNull RElementName' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[765] 
	name.getDisplayName(RElementName.DISPLAY_EXACT),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
199. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java (at line 786)
	envItem= getEnvItem(reference.getHandle());
	                    ^^^^^^^^^^^^^^^^^^^^^
The expression of type long is boxed into Long
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[790] 
	return envItem.element;
	       ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull CombinedRElement' but this expression has type '@Nullable RProcessREnvironment'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[799] 
	return envItem.element;
	       ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull CombinedRElement' but this expression has type '@Nullable RProcessREnvironment'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[807] 
	return envItem.element;
	       ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull CombinedRElement' but this expression has type '@Nullable RProcessREnvironment'
203. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java (at line 822)
	envItem= getEnvItem(reference.getHandle());
	                    ^^^^^^^^^^^^^^^^^^^^^
The expression of type long is boxed into Long
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[826] 
	return envItem.element;
	       ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull CombinedRElement' but this expression has type '@Nullable RProcessREnvironment'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[835] 
	return envItem.element;
	       ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull CombinedRElement' but this expression has type '@Nullable RProcessREnvironment'
206. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java (at line 849)
	envItem= getEnvItem(element.getHandle());
	                    ^^^^^^^^^^^^^^^^^^^
The expression of type long is boxed into Long
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[850] 
	prevItems= this.envPrevItems;
	           ^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required 'Map<@NonNull Long,RMainThread.@NonNull EnvItem>' but this expression has type '@Nullable Map<@NonNull Long,RMainThread.@Nullable EnvItem>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[853] 
	return doGetEnvValue(element, stamp, envItem, prevItems);
	                                              ^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Map<@NonNull Long,RMainThread.@Nullable EnvItem>' but this expression has type 'Map<@NonNull Long,RMainThread.@NonNull EnvItem>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[860] 
	return envItem.value;
	       ^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull REnvValue' but this expression has type '@Nullable REnvValue'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[871] 
	return envItem.value;
	       ^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull REnvValue' but this expression has type '@Nullable REnvValue'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[936] 
	return (T) this;
	       ^^^^^^^^
Type safety: Unchecked cast from RMainThread to T
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RMainThread.java:[939] 
	return (T) getTopStackFrame();
	       ^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from IRStackFrame to T
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RElementVariable.java:[64] 
	variable= variable.getParent();
	          ^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IRVariable' but this expression has type '@Nullable IRVariable'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RElementVariable.java:[121] 
	return (element.getData().getStoreType() == this.element.getData().getStoreType());
	        ^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RElementVariable.java:[121] 
	return (element.getData().getStoreType() == this.element.getData().getStoreType());
	                                            ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RElementVariable.java:[123] 
	return (element.getData().getStoreType() == this.element.getData().getStoreType()
	        ^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RElementVariable.java:[123] 
	return (element.getData().getStoreType() == this.element.getData().getStoreType()
	                                            ^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RElementVariable.java:[224] 
	return this.value;
	       ^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IRValue' but this expression has type '@Nullable IRValue'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RElementVariable.java:[253] 
	return this.value;
	       ^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IRValue' but this expression has type '@Nullable IRValue'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RElementVariable.java:[317] 
	return createEnvValue((RProcessREnvironment) element, this.stamp);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IRValue' but this expression has type '@Nullable IRValue'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RDebugElement.java:[45] 
	return (RDebugTarget) super.getDebugTarget();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RDebugTarget' needs unchecked conversion to conform to '@NonNull RDebugTarget'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/eval/ExpressionAdapterFactory.java:[40] 
	public Class<?>[] getAdapterList() {
	       ^^^^^^^^^^
The return type is incompatible with '@NonNull Class<?> []' returned from IAdapterFactory.getAdapterList() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/eval/ExpressionAdapterFactory.java:[45] 
	public <T> @Nullable T getAdapter(final Object adaptableObject, final Class<T> adapterType) {
	                                        ^^^^^^
Missing non-null annotation: inherited method from IAdapterFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/eval/ExpressionAdapterFactory.java:[45] 
	public <T> @Nullable T getAdapter(final Object adaptableObject, final Class<T> adapterType) {
	                                                                      ^^^^^
Missing non-null annotation: inherited method from IAdapterFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/eval/ExpressionAdapterFactory.java:[49] 
	return (T) ((IRValue) value).getAssignedVariable();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from IRVariable to T
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RLanguageValue.java:[43] 
	valueFormatter.appendName(rObject.getSource(), false);
	                          ^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RLanguageValue.java:[46] 
	valueFormatter.appendSourceLine(rObject.getSource(), 200);
	                                ^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RLanguageValue.java:[76] 
	if (rObject.getSource() != null) {
	    ^^^^^^^
Potential null pointer access: The variable rObject may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RLanguageValue.java:[98] 
	if (rObject.getSource() != null) {
	    ^^^^^^^
Potential null pointer access: The variable rObject may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RLanguageValue.java:[99] 
	return rObject.getSource();
	       ^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RLanguageValue.java:[114] 
	protected RLanguage doLoad(final FQRObjectRef ref,
	                                 ^^^^^^^^^^^^
FQRObjectRef is a raw type. References to generic type FQRObjectRef<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RLanguageValue.java:[121] 
	return this.detailObjectStore;
	       ^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull LazyRStore<@NonNull RLanguage>' but this expression has type '@Nullable LazyRStore<@NonNull RLanguage>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RLanguageValue.java:[125] 
	return ensureDetailObjectStore().getFragment(0, 0, 0, null);
	                                                      ^^^^
Null type mismatch: required '@NonNull ProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/sourcelookup/REnvLibraryPathSourceContainer.java:[72] 
	final List<? extends RLibGroup> libraryGroups= rEnvConfig.getRLibGroups();
	                                               ^^^^^^^^^^
Potential null pointer access: The variable rEnvConfig may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/sourcelookup/REnvLibraryPathSourceContainer.java:[74] 
	final List<? extends RLibLocation> libraries= group.getLibLocations();
	                                              ^^^^^
Potential null pointer access: The variable group may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/sourcelookup/REnvLibraryPathSourceContainer.java:[76] 
	final Path path= lib.getDirectoryPath();
	                 ^^^
Potential null pointer access: The variable lib may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/sourcelookup/REnvLibraryPathSourceContainer.java:[95] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/sourcelookup/REnvLibraryPathSourceContainer.java:[95] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/sourcelookup/REnvLibraryPathSourceContainer.java:[95] 
	public boolean equals(final Object obj) {
	                            ^^^^^^
Missing nullable annotation: inherited method from Object specifies this parameter as @Nullable
240. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/eval/EvalExpressionRunnable.java (at line 156)
	new RReferenceImpl(this.task.getStackFrame().getHandle(),
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Long is unboxed into long
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RPromiseValue.java:[52] 
	public RPromiseImpl loadObject(final FQRObjectRef ref, final RObject referenceObject,
	                                     ^^^^^^^^^^^^
FQRObjectRef is a raw type. References to generic type FQRObjectRef<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RPromiseValue.java:[56] 
	{	final FQRObject fqrObject= r.findData(((RLanguage) ref.getName()).getSource(),
	 	      ^^^^^^^^^
FQRObject is a raw type. References to generic type FQRObject<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RPromiseValue.java:[56] 
	{	final FQRObject fqrObject= r.findData(((RLanguage) ref.getName()).getSource(),
	 	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RPromiseValue.java:[101] 
	if (rObject.getExpression() instanceof RLanguage) {
	    ^^^^^^^
Potential null pointer access: The variable rObject may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RPromiseValue.java:[102] 
	final @NonNull RLanguage exprObject= (RLanguage) rObject.getExpression();
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull RLanguage' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RPromiseValue.java:[140] 
	return (IRVariable[]) variables;
	       ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety: Unchecked cast from @Nullable IRVariable [] to @NonNull IRVariable []
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RPromiseValue.java:[162] 
	dataObject= nonNullAssert(fragment.getRObject().getExpression());
	                          ^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRObject() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RPromiseValue.java:[166] 
	dataObject= nonNullAssert(fragment.getRObject().getEnvironment());
	                          ^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRObject() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RPromiseValue.java:[189] 
	return (IRVariable[]) variables;
	       ^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety: Unchecked cast from @Nullable IRVariable [] to @NonNull IRVariable []
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RPromiseValue.java:[214] 
	protected RPromiseImpl doLoad(final FQRObjectRef ref,
	                                    ^^^^^^^^^^^^
FQRObjectRef is a raw type. References to generic type FQRObjectRef<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RPromiseValue.java:[227] 
	return this.detailObjectStore.getFragment(0, 0, 0, null);
	            ^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RPromiseValue.java:[227] 
	return this.detailObjectStore.getFragment(0, 0, 0, null);
	                                                   ^^^^
Null type mismatch: required '@NonNull ProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RObjectAdapter.java:[48] 
	protected static void addXRef(final FunctionCall fcall, final FQRObjectRef ref) {
	                                                              ^^^^^^^^^^^^
FQRObjectRef is a raw type. References to generic type FQRObjectRef<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RObjectAdapter.java:[50] 
	fcall.add("x.expr", DefaultRObjectFactory.INSTANCE.createExpression( //$NON-NLS-1$
				"x.env$" + ((RLanguage) ref.getName()).getSource() )); //$NON-NLS-1$
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RLanguage' needs unchecked conversion to conform to '@NonNull RObject'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RObjectAdapter.java:[65] 
	public TRObject loadObject(final FQRObjectRef ref, final RObject referenceObject,
	                                 ^^^^^^^^^^^^
FQRObjectRef is a raw type. References to generic type FQRObjectRef<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RObjectAdapter.java:[71] 
	final FQRObject fqrObject= r.findData(((RLanguage) ref.getName()).getSource(),
	      ^^^^^^^^^
FQRObject is a raw type. References to generic type FQRObject<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RObjectAdapter.java:[71] 
	final FQRObject fqrObject= r.findData(((RLanguage) ref.getName()).getSource(),
	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RObjectAdapter.java:[99] 
	return (TRObject) RDataUtils.checkType(rObject, this.objectType);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from RObject to TRObject
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/sourcelookup/RProjectSourceContainer.java:[108] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/sourcelookup/RProjectSourceContainer.java:[108] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/sourcelookup/RProjectSourceContainer.java:[108] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/sourcelookup/RProjectSourceContainer.java:[108] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/eval/ExpressionManager.java:[145] 
	result.reset(stamp, m);
	                    ^
Null type mismatch (type annotations): required '@NonNull ProgressMonitor' but this expression has type '@Nullable ProgressMonitor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/eval/ExpressionManager.java:[166] 
	final REvaluationResult prev;
	                        ^^^^
The value of the local variable prev is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/eval/ExpressionValidator.java:[70] 
	this.rProblemReporter.run(null, content, node, this);
	                          ^^^^
Null type mismatch: required '@NonNull RSourceUnit' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[129] 
	public IRLineBreakpoint getBreakpoint() {
	                        ^^^^^^^^^^^^^^^
The method getBreakpoint() from the type RControllerBreakpointAdapter.Position is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[155] 
	return (List<Position>) super.getPositions();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from List<capture#1-of ? extends TracepointPosition> to List<RControllerBreakpointAdapter.Position>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[403] 
	final List<? extends RProcessREnvironment> environments= RControllerBreakpointAdapter
						.this.controller.getWorkspaceData().getRSearchEnvironments();
	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<capture#of ? extends RProcessREnvironment>' needs unchecked conversion to conform to 'List<? extends @NonNull RProcessREnvironment>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[410] 
	packages.add(pkgName);
	             ^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[415] 
	newPackages.add(pkgName);
	                ^^^^^^^
Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[419] 
	if (this.knownPackages == null) {
						newPackages= packages;
					}
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[486] 
	(((RControllerBreakpointAdapter.this.exceptionBreakpointData != null) ? RControllerBreakpointAdapter.this.exceptionBreakpointData.isInstalled() : false)
	                                                                                                          ^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[617] 
	synchronized ((resolver != null && resolver.getDocument() instanceof ISynchronizable) ? ((ISynchronizable) resolver.getDocument()).getLockObject() : new Object()) {
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: This expression may be null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[703] 
	List<? extends RLangSourceElement> elements= srcref.getElements();
	                                             ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<RLangSourceElement>' needs unchecked conversion to conform to 'List<? extends @NonNull RLangSourceElement>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[718] 
	synchronized ((document instanceof ISynchronizable) ? ((ISynchronizable) document).getLockObject() : new Object()) {
	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: This expression may be null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[721] 
	if (elements.get(0).getSourceParent() != modelInfo.getSourceElement()) {
	                                         ^^^^^^^^^
Potential null pointer access: The variable modelInfo may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[768] 
	&& !elementId.equals(breakpointData.latest.elementId) ) {
	                                    ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[772] 
	if (!cleanup.contains(breakpointData.latest.elementId)) {
	                                     ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[773] 
	cleanup.add(breakpointData.latest.elementId);
	                           ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[790] 
	cleanup.removeAll(map.keySet());
	                  ^^^
Potential null pointer access: The variable map may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[790] 
	cleanup.removeAll(map.keySet());
	                  ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Set<@NonNull String>' needs unchecked conversion to conform to '@NonNull Collection<?>', corresponding supertype is 'Collection<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[966] 
	Map<String, @Nullable Element> map= resourceMap.get(breakpointData.latest.resource);
	                                                                   ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[969] 
	resourceMap.put(breakpointData.latest.resource, map);
	                               ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[971] 
	map.put(breakpointData.latest.elementId, null);
	                       ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[1318] 
	final RSrcref[] rExpressionSrcrefs= validator.computeRExpressionSrcrefs();
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RSrcref @Nullable[]' needs unchecked conversion to conform to '@NonNull RSrcref []'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[1491] 
	this.positionUpdatesElements.add(new UpdateData(resource, elementId));
	                                                ^^^^^^^^
Null type mismatch: required '@NonNull IResource' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[1793] 
	elementId= breakpointData.installed.elementId;
	                          ^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[1794] 
	elementLabel= breakpointData.installed.elementLabel;
	                             ^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[1798] 
	elementId= breakpointData.latest.elementId;
	                          ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[1799] 
	elementLabel= breakpointData.latest.elementLabel;
	                             ^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[1866] 
	label= breakpointData.installed.elementLabel;
	                      ^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/breakpoints/RControllerBreakpointAdapter.java:[1911] 
	this.breakpointManager= null;
	                        ^^^^
Null type mismatch: required '@NonNull IBreakpointManager' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVectorValue.java:[105] 
	currentFragment.getRObject().getData().get(
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRObject() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVectorValue.java:[107] 
	previousFragment.getRObject().getData().get(
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRObject() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVectorValue.java:[210] 
	fragment.getRObject().getNames(), (int) fragment.toLocalRowIdx(idx) );
	^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRObject() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVectorValue.java:[210] 
	fragment.getRObject().getNames(), (int) fragment.toLocalRowIdx(idx) );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RStore<?>' but this expression has type '@Nullable RStore<capture#of ?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVectorValue.java:[220] 
	protected RVector<?> doLoad(final FQRObjectRef ref,
	                                  ^^^^^^^^^^^^
FQRObjectRef is a raw type. References to generic type FQRObjectRef<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVectorValue.java:[223] 
	return ADAPTER.loadRowNames(ref, getRObject(), fragment, null,
							r, m );
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RVector<capture#of ?>' needs unchecked conversion to conform to '@NonNull RVector<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVectorValue.java:[228] 
	return this.namesStore.getFragment(idx, 0, 0, null);
	            ^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVectorValue.java:[228] 
	return this.namesStore.getFragment(idx, 0, 0, null);
	                                              ^^^^
Null type mismatch: required '@NonNull ProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVectorValue.java:[234] 
	if (data.getStoreType() == RStore.FACTOR) {
	    ^^^^
Potential null pointer access: The variable data may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVectorValue.java:[240] 
	data= fragment.getRObject().getData();
	      ^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRObject() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVectorValue.java:[264] 
	fragment.getRObject().getData(), (int) fragment.toLocalRowIdx(idx) );
	^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getRObject() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVectorValue.java:[311] 
	protected void doSet(final FQRObjectRef ref,
	                           ^^^^^^^^^^^^
FQRObjectRef is a raw type. References to generic type FQRObjectRef<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVectorValue.java:[318] 
	protected RVector<?> doLoad(final FQRObjectRef ref,
	                                  ^^^^^^^^^^^^
FQRObjectRef is a raw type. References to generic type FQRObjectRef<THandle> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVectorValue.java:[321] 
	return ADAPTER.loadData(ref, getRObject(), fragment, null,
							r, m );
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RVector<capture#of ?>' needs unchecked conversion to conform to '@NonNull RVector<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVectorValue.java:[326] 
	return this.dataStore;
	       ^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull LazyRStore<@NonNull RVector<?>>' but this expression has type '@Nullable LazyRStore<@NonNull RVector<?>>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVectorValue.java:[330] 
	return ensureDataStore().getFragment(idx, 0, 0, null);
	                                                ^^^^
Null type mismatch: required '@NonNull ProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVectorValue.java:[344] 
	this.dataStore.getLoadedFragment(idx, 0) :
	     ^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RVectorValue.java:[349] 
	ensureDataStore().set(assignment, 0, null);
	                                     ^^^^
Null type mismatch: required '@NonNull ProgressMonitor' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/sourcelookup/AllRProjectsSourceContainer.java:[100] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/sourcelookup/AllRProjectsSourceContainer.java:[100] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/sourcelookup/AllRProjectsSourceContainer.java:[100] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/r/debug/core/sourcelookup/AllRProjectsSourceContainer.java:[100] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RDebugTarget.java:[75] 
	super(null);
	      ^^^^
Null type mismatch: required '@NonNull RDebugTarget' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RDebugTarget.java:[77] 
	this.process= controller.getTool();
	              ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RProcess' needs unchecked conversion to conform to '@NonNull RProcess'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RDebugTarget.java:[117] 
	public void controllerStatusChanged(final ToolStatus oldStatus,
	                                          ^^^^^^^^^^
Illegal redefinition of parameter oldStatus, inherited method from ToolController.IToolStatusListener does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RDebugTarget.java:[118] 
	final ToolStatus newStatus, final List<DebugEvent> eventCollection) {
	      ^^^^^^^^^^
Illegal redefinition of parameter newStatus, inherited method from ToolController.IToolStatusListener does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RDebugTarget.java:[118] 
	final ToolStatus newStatus, final List<DebugEvent> eventCollection) {
	                                  ^^^^
Illegal redefinition of parameter eventCollection, inherited method from ToolController.IToolStatusListener does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RDebugTarget.java:[125] 
	this.mainThread.setTerminated();
	     ^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RDebugTarget.java:[149] 
	return this.threads.toArray(new IThread[this.threads.size()]);
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IThread[]' needs unchecked conversion to conform to '@NonNull IThread @NonNull[]'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RDebugTarget.java:[251] 
	public boolean supportsBreakpoint(final IBreakpoint breakpoint) {
	                                        ^^^^^^^^^^^
Illegal redefinition of parameter breakpoint, inherited method from IDebugTarget does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RDebugTarget.java:[259] 
	public void breakpointAdded(final IBreakpoint breakpoint) {
	                                  ^^^^^^^^^^^
Illegal redefinition of parameter breakpoint, inherited method from IBreakpointListener does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RDebugTarget.java:[263] 
	public void breakpointRemoved(final IBreakpoint breakpoint, final IMarkerDelta delta) {
	                                    ^^^^^^^^^^^
Illegal redefinition of parameter breakpoint, inherited method from IBreakpointListener does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RDebugTarget.java:[263] 
	public void breakpointRemoved(final IBreakpoint breakpoint, final IMarkerDelta delta) {
	                                                                  ^^^^^^^^^^^^
Illegal redefinition of parameter delta, inherited method from IBreakpointListener does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RDebugTarget.java:[267] 
	public void breakpointChanged(final IBreakpoint breakpoint, final IMarkerDelta delta) {
	                                    ^^^^^^^^^^^
Illegal redefinition of parameter breakpoint, inherited method from IBreakpointListener does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RDebugTarget.java:[267] 
	public void breakpointChanged(final IBreakpoint breakpoint, final IMarkerDelta delta) {
	                                                                  ^^^^^^^^^^^^
Illegal redefinition of parameter delta, inherited method from IBreakpointListener does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RDebugTarget.java:[304] 
	return null;
	       ^^^^
Null type mismatch: required '@NonNull IMemoryBlock' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RDebugTarget.java:[312] 
	return this.valueValidator;
	       ^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RValueValidator' but this expression has type '@Nullable RValueValidator'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RDebugTarget.java:[319] 
	return this.valueFormatter;
	       ^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RValueFormatter' but this expression has type '@Nullable RValueFormatter'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/org/eclipse/statet/internal/r/debug/core/model/RDebugTarget.java:[326] 
	return this.expressionValidator;
	       ^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull ExpressionValidator' but this expression has type '@Nullable ExpressionValidator'
331 problems (0 errors, 320 warnings, 320 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.r.debug.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.r.debug.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/target/org.eclipse.statet.r.debug.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.r.debug.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.r.debug.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/target/org.eclipse.statet.r.debug.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r.debug.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.r.debug.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.r.debug.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/target/org.eclipse.statet.r.debug.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.r.debug.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/target/org.eclipse.statet.r.debug.core-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/target/org.eclipse.statet.r.debug.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.r.debug.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.core/target/org.eclipse.statet.r.debug.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.r.debug.core ---
[INFO] 
[INFO] ---------< org.eclipse.statet.r:org.eclipse.statet.r.debug.ui >---------
[INFO] Building StatET R - Debug - UI  (Incubation) 4.2.4.202103250600-r [115/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r.debug.ui ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.r.debug.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.r.debug.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.r.debug.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.r.debug.ui ---
[INFO] Compiling 38 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/r/debug/ui/actions/RToggleBreakpointAdapter.java:[104] 
	private long fLastStamp;
	             ^^^^^^^^^^
The value of the field RToggleBreakpointAdapter.fLastStamp is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/r/debug/ui/actions/RToggleBreakpointAdapter.java:[137] 
	progressService.busyCursorWhile(new IRunnableWithProgress() {
	^^^^^^^^^^^^^^^
Potential null pointer access: The variable progressService may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/r/debug/ui/actions/RToggleBreakpointAdapter.java:[139] 
	public void run(final IProgressMonitor monitor) throws InvocationTargetException, InterruptedException {
	                      ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IRunnableWithProgress specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/r/debug/ui/actions/RToggleBreakpointAdapter.java:[173] 
	progressService.busyCursorWhile(new IRunnableWithProgress() {
	^^^^^^^^^^^^^^^
Potential null pointer access: The variable progressService may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/r/debug/ui/actions/RToggleBreakpointAdapter.java:[175] 
	public void run(final IProgressMonitor monitor) throws InvocationTargetException, InterruptedException {
	                      ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IRunnableWithProgress specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/r/debug/ui/actions/RToggleBreakpointAdapter.java:[215] 
	progressService.busyCursorWhile(new IRunnableWithProgress() {
	^^^^^^^^^^^^^^^
Potential null pointer access: The variable progressService may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/r/debug/ui/actions/RToggleBreakpointAdapter.java:[217] 
	public void run(final IProgressMonitor monitor) throws InvocationTargetException, InterruptedException {
	                      ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IRunnableWithProgress specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/RDebugHover.java:[66] 
	protected int getFramePosition(final IRDataAdapter r,
	                                     ^^^^^^^^^^^^^
Illegal redefinition of parameter r, inherited method from RElementInfoTask does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/RDebugHover.java:[67] 
	final ProgressMonitor m) throws StatusException {
	      ^^^^^^^^^^^^^^^
Illegal redefinition of parameter m, inherited method from RElementInfoTask does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableCellModifier.java:[18] 
	import org.eclipse.debug.internal.ui.DebugUIPlugin;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DebugUIPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableCellModifier.java:[19] 
	import org.eclipse.debug.internal.ui.actions.variables.details.DetailPaneAssignValueAction;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DetailPaneAssignValueAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableCellModifier.java:[20] 
	import org.eclipse.debug.internal.ui.elements.adapters.DefaultVariableCellModifier;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DefaultVariableCellModifier' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableCellModifier.java:[26] 
	public class RVariableCellModifier extends DefaultVariableCellModifier {
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DefaultVariableCellModifier' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableCellModifier.java:[47] 
	DebugUIPlugin.log(e);
	^^^^^^^^^^^^^
Discouraged access: The type 'DebugUIPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableCellModifier.java:[47] 
	DebugUIPlugin.log(e);
	              ^^^
Discouraged access: The method 'DebugUIPlugin.log(Throwable)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableCellModifier.java:[52] 
	return super.getValue(element, property);
	             ^^^^^^^^
Discouraged access: The method 'DefaultVariableCellModifier.getValue(Object, String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableCellModifier.java:[63] 
	DetailPaneAssignValueAction.assignValue(DebugUIPlugin.getShell(), variable,
	^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'DetailPaneAssignValueAction' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableCellModifier.java:[63] 
	DetailPaneAssignValueAction.assignValue(DebugUIPlugin.getShell(), variable,
	                            ^^^^^^^^^^^
Discouraged access: The method 'DetailPaneAssignValueAction.assignValue(Shell, IVariable, String)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableCellModifier.java:[63] 
	DetailPaneAssignValueAction.assignValue(DebugUIPlugin.getShell(), variable,
	                                        ^^^^^^^^^^^^^
Discouraged access: The type 'DebugUIPlugin' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableCellModifier.java:[63] 
	DetailPaneAssignValueAction.assignValue(DebugUIPlugin.getShell(), variable,
	                                                      ^^^^^^^^
Discouraged access: The method 'DebugUIPlugin.getShell()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableCellModifier.java:[70] 
	super.modify(element, property, value);
	      ^^^^^^
Discouraged access: The method 'DefaultVariableCellModifier.modify(Object, String, Object)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/CopyQualifiedNameHandler.java:[47] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/CopyQualifiedNameHandler.java:[72] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/CopyQualifiedNameHandler.java:[91] 
	copy(CollectionUtils.toString(names, ", "), part); //$NON-NLS-1$
	                              ^^^^^
Null type safety (type annotations): The expression of type 'List<String>' needs unchecked conversion to conform to '@NonNull List<@NonNull ?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/StepIntoSelectionHandler.java:[68] 
	final ITypedRegion partition = TextUtilities.getPartition(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/StepIntoSelectionHandler.java:[127] 
	switch (nameNode.getNodeType()) {
	        ^^^^^^^^
Potential null pointer access: The variable nameNode may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/StepIntoSelectionHandler.java:[163] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/StepIntoSelectionHandler.java:[165] 
	final ISourceEditor editor = activePart.getAdapter(ISourceEditor.class);
	                             ^^^^^^^^^^
Potential null pointer access: The variable activePart may be null at this location
29. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/RDebugModelPresentation.java (at line 123)
	return (value != null) ? value.booleanValue() : Boolean.FALSE;
	                                                ^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/RDebugModelPresentation.java:[142] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/RDebugModelPresentation.java:[189] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/RDebugModelPresentation.java:[189] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/RDebugModelPresentation.java:[240] 
	final StringBuilder sb = new StringBuilder(thread.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/InspectHandler.java:[93] 
	protected Control createDialogArea(final Composite parent) {
	                                         ^^^^^^^^^
Illegal redefinition of parameter parent, inherited method from InspectPopupDialog does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/InspectHandler.java:[97] 
	return control;
	       ^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/InspectHandler.java:[125] 
	this.display= part.getSite().getShell().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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/InspectHandler.java:[130] 
	this.expression.dispose();
	     ^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/InspectHandler.java:[185] 
	final DebugPopup popup= new RInspectPopupDialog(shell, anchor,
	                                                ^^^^^
Null type mismatch: required '@NonNull Shell' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/InspectHandler.java:[185] 
	final DebugPopup popup= new RInspectPopupDialog(shell, anchor,
	                                                       ^^^^^^
Null type mismatch: required '@NonNull Point' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/InspectHandler.java:[186] 
	getCommandId(), this.expression,
	                ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IExpression' but this expression has type '@Nullable IErrorReportingExpression'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/InspectHandler.java:[187] 
	viewer, savedSelection );
	^^^^^^
Null type mismatch: required '@NonNull Viewer' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/InspectHandler.java:[187] 
	viewer, savedSelection );
	        ^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull ISelection' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/InspectHandler.java:[209] 
	super(editor.getWorkbenchPart());
	      ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IWorkbenchPart' but this expression has type '@Nullable IWorkbenchPart'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/InspectHandler.java:[212] 
	this.document= 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/InspectHandler.java:[233] 
	final DebugPopup popup= new RInspectPopupDialog(getShell(), anchor,
	                                                ^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Shell' but this expression has type '@Nullable Shell'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/InspectHandler.java:[233] 
	final DebugPopup popup= new RInspectPopupDialog(getShell(), anchor,
	                                                            ^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/InspectHandler.java:[234] 
	getCommandId(), this.expression,
	                ^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IExpression' but this expression has type '@Nullable IErrorReportingExpression'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/InspectHandler.java:[235] 
	viewer, savedSelection );
	        ^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/InspectHandler.java:[289] 
	final String subName= RElementName.create(segments).getDisplayName(RElementName.DISPLAY_EXACT);
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method create(List) may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/InspectHandler.java:[297] 
	public void setEnabled(final Object evaluationContext) {
	                             ^^^^^^
Illegal redefinition of parameter evaluationContext, inherited method from AbstractHandler declares this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/InspectHandler.java:[355] 
	expression= getExpressionText((@NonNull IRElementVariable) obj);
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety: Unchecked cast from Object to @NonNull IRElementVariable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/BreakpointsHelper.java:[139] 
	public void breakpointsAdded(final IBreakpoint[] breakpoints) {
	                                   ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IBreakpointsListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/BreakpointsHelper.java:[146] 
	public void breakpointsChanged(final IBreakpoint[] breakpoints, final IMarkerDelta[] deltas) {
	                                     ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IBreakpointsListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/BreakpointsHelper.java:[146] 
	public void breakpointsChanged(final IBreakpoint[] breakpoints, final IMarkerDelta[] deltas) {
	                                                                      ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IBreakpointsListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/BreakpointsHelper.java:[153] 
	public void breakpointsRemoved(final IBreakpoint[] breakpoints, final IMarkerDelta[] deltas) {
	                                     ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IBreakpointsListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/BreakpointsHelper.java:[153] 
	public void breakpointsRemoved(final IBreakpoint[] breakpoints, final IMarkerDelta[] deltas) {
	                                                                      ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IBreakpointsListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/BreakpointDetailFactory.java:[37] 
	public Set getDetailPaneTypes(final IStructuredSelection selection) {
	       ^^^
Set is a raw type. References to generic type Set<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/BreakpointDetailFactory.java:[37] 
	public Set getDetailPaneTypes(final IStructuredSelection selection) {
	       ^^^
Type safety: The return type Set for getDetailPaneTypes(IStructuredSelection) from the type BreakpointDetailFactory needs unchecked conversion to conform to Set<String> from the type IDetailPaneFactory
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/BreakpointDetailFactory.java:[40] 
	final String breakpointType= ((IRBreakpoint) selection.getFirstElement()).getBreakpointType();
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getFirstElement() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/BreakpointDetailFactory.java:[54] 
	final String breakpointType= ((IRBreakpoint) selection.getFirstElement()).getBreakpointType();
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getFirstElement() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/WatchHandler.java:[51] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/WatchHandler.java:[82] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/ProjectSelectionDialog.java:[42] 
	public class ProjectSelectionDialog extends AbstractCheckboxSelectionDialog {
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AbstractCheckboxSelectionDialog is a raw type. References to generic type AbstractCheckboxSelectionDialog<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/ProjectSelectionDialog.java:[49] 
	super(parentShell, WITH_DATABINDING_CONTEXT, projects);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor AbstractCheckboxSelectionDialog(Shell, int, Collection) belongs to the raw type AbstractCheckboxSelectionDialog. References to generic type AbstractCheckboxSelectionDialog<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/ProjectSelectionDialog.java:[70] 
	protected void configureViewer(final CheckboxTableViewer viewer) {
	                                     ^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractCheckboxSelectionDialog specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/ProjectSelectionDialog.java:[77] 
	protected void addBindings(final DataBindingSupport db) {
	                                 ^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractCheckboxSelectionDialog specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/ProjectSelectionDialog.java:[78] 
	super.addBindings(db);
	                  ^^
Null type safety (type annotations): The expression of type 'DataBindingSupport' needs unchecked conversion to conform to '@NonNull DataBindingSupport'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/sourcelookup/RSourceLookupAdapterFactory.java:[48] 
	public Class<?>[] getAdapterList() {
	       ^^^^^^^^^^
The return type is incompatible with '@NonNull Class<?> []' returned from IAdapterFactory.getAdapterList() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/sourcelookup/RSourceLookupAdapterFactory.java:[54] 
	public <T> T getAdapter(final Object adaptableObject, final Class<T> adapterType) {
	                              ^^^^^^
Missing non-null annotation: inherited method from IAdapterFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/sourcelookup/RSourceLookupAdapterFactory.java:[54] 
	public <T> T getAdapter(final Object adaptableObject, final Class<T> adapterType) {
	                                                            ^^^^^
Missing non-null annotation: inherited method from IAdapterFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/sourcelookup/RSourceLookupAdapterFactory.java:[59] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/RDebugUIPlugin.java:[89] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/RDebugUIPlugin.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/RDebugUIPlugin.java:[104] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/RDebugUIPlugin.java:[127] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/RDebugUIPlugin.java:[133] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/OpenInEditorHandler.java:[43] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/OpenInEditorHandler.java:[69] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableEditor.java:[17] 
	import org.eclipse.debug.internal.ui.model.elements.VariableEditor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'VariableEditor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableEditor.java:[18] 
	import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IPresentationContext' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableEditor.java:[24] 
	public class RVariableEditor extends VariableEditor {
	                                     ^^^^^^^^^^^^^^
Discouraged access: The type 'VariableEditor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableEditor.java:[32] 
	public CellEditor getCellEditor(final IPresentationContext context, final String columnId,
	                                      ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IPresentationContext' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableEditor.java:[34] 
	return super.getCellEditor(context, columnId, element, parent);
	             ^^^^^^^^^^^^^
Discouraged access: The method 'VariableEditor.getCellEditor(IPresentationContext, String, Object, Composite)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableEditor.java:[38] 
	public ICellModifier getCellModifier(final IPresentationContext context,
	                                           ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IPresentationContext' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/StepIntoSelectionHyperlinkDetector.java:[37] 
	public IHyperlink[] detectHyperlinks(final ITextViewer textViewer,
	       ^^^^^^^^^^^^
The return type is incompatible with '@NonNull IHyperlink @Nullable[]' returned from IHyperlinkDetector.detectHyperlinks(ITextViewer, IRegion, boolean) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/RMethodBreakpointDetailEditor.java:[82] 
	this.entryValue= new WritableValue<>(realm, Boolean.FALSE, Boolean.class);
	                                     ^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/RMethodBreakpointDetailEditor.java:[83] 
	this.exitValue= new WritableValue<>(realm, Boolean.FALSE, Boolean.class);
	                                    ^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/RMethodBreakpointDetailEditor.java:[87] 
	.observe(this.entryControl),
	         ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Button' needs unchecked conversion to conform to '@NonNull Button'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/RMethodBreakpointDetailEditor.java:[88] 
	this.entryValue ));
	^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<Boolean>' needs unchecked conversion to conform to '@NonNull IObservableValue<Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/RMethodBreakpointDetailEditor.java:[91] 
	.observe(this.exitControl),
	         ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Button' needs unchecked conversion to conform to '@NonNull Button'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/RMethodBreakpointDetailEditor.java:[92] 
	this.exitValue ));
	^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<Boolean>' needs unchecked conversion to conform to '@NonNull IObservableValue<Boolean>'
92. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/RMethodBreakpointDetailEditor.java (at line 122)
	this.entryValue.setValue(entry);
	                         ^^^^^
The expression of type boolean is boxed into Boolean
93. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/RMethodBreakpointDetailEditor.java (at line 123)
	this.exitValue.setValue(exit);
	                        ^^^^
The expression of type boolean is boxed into Boolean
94. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/RMethodBreakpointDetailEditor.java (at line 132)
	this.breakpoint.setEntry(this.entryValue.getValue());
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
95. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/RMethodBreakpointDetailEditor.java (at line 133)
	this.breakpoint.setExit(this.exitValue.getValue());
	                        ^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/VariableUIAdapterFactory.java:[18] 
	import org.eclipse.debug.internal.ui.viewers.model.provisional.IElementEditor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IElementEditor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/VariableUIAdapterFactory.java:[19] 
	import org.eclipse.debug.internal.ui.viewers.model.provisional.IElementLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IElementLabelProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/VariableUIAdapterFactory.java:[30] 
	IElementLabelProvider.class,
	^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IElementLabelProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/VariableUIAdapterFactory.java:[31] 
	IElementEditor.class,
	^^^^^^^^^^^^^^
Discouraged access: The type 'IElementEditor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/VariableUIAdapterFactory.java:[36] 
	private final IElementLabelProvider labelProvider= new RVariableLabelProvider();
	              ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IElementLabelProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/VariableUIAdapterFactory.java:[37] 
	private final IElementEditor variableEditor= new RVariableEditor();
	              ^^^^^^^^^^^^^^
Discouraged access: The type 'IElementEditor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/VariableUIAdapterFactory.java:[47] 
	public Class<?>[] getAdapterList() {
	       ^^^^^^^^^^
The return type is incompatible with '@NonNull Class<?> []' returned from IAdapterFactory.getAdapterList() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/VariableUIAdapterFactory.java:[53] 
	public <T> T getAdapter(final Object adaptableObject, final Class<T> adapterType) {
	                              ^^^^^^
Missing non-null annotation: inherited method from IAdapterFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/VariableUIAdapterFactory.java:[53] 
	public <T> T getAdapter(final Object adaptableObject, final Class<T> adapterType) {
	                                                            ^^^^^
Missing non-null annotation: inherited method from IAdapterFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/VariableUIAdapterFactory.java:[54] 
	if (adapterType == IElementLabelProvider.class) {
	                   ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IElementLabelProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/VariableUIAdapterFactory.java:[59] 
	else if (adapterType == IElementEditor.class) {
	                        ^^^^^^^^^^^^^^
Discouraged access: The type 'IElementEditor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/VariableUIAdapterFactory.java:[69] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/lauching/RConsoleDebugLaunchDelegate.java:[43] 
	public void launch(final ILaunchConfiguration configuration, final String mode, final ILaunch launch,
	                         ^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from ILaunchConfigurationDelegate specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/lauching/RConsoleDebugLaunchDelegate.java:[43] 
	public void launch(final ILaunchConfiguration configuration, final String mode, final ILaunch launch,
	                                                                   ^^^^^^
Missing non-null annotation: inherited method from ILaunchConfigurationDelegate specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/lauching/RConsoleDebugLaunchDelegate.java:[43] 
	public void launch(final ILaunchConfiguration configuration, final String mode, final ILaunch launch,
	                                                                                      ^^^^^^^
Missing non-null annotation: inherited method from ILaunchConfigurationDelegate specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/lauching/RConsoleDebugLaunchDelegate.java:[44] 
	final IProgressMonitor monitor) throws CoreException {
	      ^^^^^^^^^^^^^^^^
Missing nullable annotation: inherited method from ILaunchConfigurationDelegate specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/lauching/RConsoleDebugLaunchDelegate.java:[45] 
	final SubMonitor m= LaunchUtils.initProgressMonitor(configuration, monitor, 10);
	                                                    ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/lauching/RConsoleDebugLaunchDelegate.java:[45] 
	final SubMonitor m= LaunchUtils.initProgressMonitor(configuration, monitor, 10);
	                                                                   ^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/lauching/RConsoleDebugLaunchDelegate.java:[58] 
	delegate.launch(configuration, mode, launch, 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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/lauching/RConsoleDebugLaunchDelegate.java:[58] 
	delegate.launch(configuration, mode, launch, m);
	                                     ^^^^^^
Null type safety (type annotations): The expression of type 'ILaunch' needs unchecked conversion to conform to '@NonNull ILaunch'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/BreakpointMarkerUpdater.java:[99] 
	assert (su.getDocument(null) == document);
	        ^^
Potential null pointer access: The variable su may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/BreakpointMarkerUpdater.java:[122] 
	su.disconnect(monitor);
	^^
Potential null pointer access: The variable su may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/BreakpointMarkerUpdater.java:[159] 
	marker.setAttributes(attributes);
	                     ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,Object>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,? extends @Nullable Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/RetargettableActionAdapterFactory.java:[44] 
	public Class<?>[] getAdapterList() {
	       ^^^^^^^^^^
The return type is incompatible with '@NonNull Class<?> []' returned from IAdapterFactory.getAdapterList() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/RetargettableActionAdapterFactory.java:[50] 
	public <T> T getAdapter(final Object adaptableObject, final Class<T> adapterType) {
	                              ^^^^^^
Missing non-null annotation: inherited method from IAdapterFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/RetargettableActionAdapterFactory.java:[50] 
	public <T> T getAdapter(final Object adaptableObject, final Class<T> adapterType) {
	                                                            ^^^^^
Missing non-null annotation: inherited method from IAdapterFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/RetargettableActionAdapterFactory.java:[59] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/sourcelookup/RLibrarySourceContainerBrowser.java:[79] 
	gd.widthHint= LayoutUtils.hintWidth((Text) this.resourceControl.getTextControl(), 60);
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/sourcelookup/RLibrarySourceContainerBrowser.java:[91] 
	this.resourceControl.getObservable(),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/sourcelookup/RLibrarySourceContainerBrowser.java:[92] 
	this.resourceValue,
	^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/RRuntimeSourceEditorInput.java:[76] 
	public <T> T getAdapter(final Class<T> adapterType) {
	                              ^^^^^
Missing non-null annotation: inherited method from IAdaptable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/RRuntimeSourceEditorInput.java:[80] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/RRuntimeSourceEditorInput.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/RRuntimeSourceEditorInput.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/RRuntimeSourceEditorInput.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/RRuntimeSourceEditorInput.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/RRuntimeSourceEditorInput.java:[101] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/RRuntimeSourceEditorInput.java:[101] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/RRuntimeSourceEditorInput.java:[101] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/RRuntimeSourceEditorInput.java:[101] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/StepIntoSelectionHyperlink.java:[47] 
	fRegion = JFaceTextRegion.toJFaceRegion(access.getNameNode());
	                                        ^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull TextRegion' but this expression has type '@Nullable RAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/RLineBreakpointDetailEditor.java:[89] 
	this.conditionEnabledValue= new WritableValue<>(realm, Boolean.FALSE, Boolean.class);
	                                                ^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/RLineBreakpointDetailEditor.java:[90] 
	this.conditionCodeValue= new WritableValue<>(realm, "", String.class);
	                                             ^^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/RLineBreakpointDetailEditor.java:[94] 
	.observe(this.conditionEnabledControl),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Button' needs unchecked conversion to conform to '@NonNull Button'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/RLineBreakpointDetailEditor.java:[95] 
	this.conditionEnabledValue ));
	^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<Boolean>' needs unchecked conversion to conform to '@NonNull IObservableValue<Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/RLineBreakpointDetailEditor.java:[98] 
	.observe(this.conditionCodeEditor.getTextControl()),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'StyledText' needs unchecked conversion to conform to '@NonNull Widget'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/RLineBreakpointDetailEditor.java:[99] 
	this.conditionCodeValue );
	^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/RLineBreakpointDetailEditor.java:[102] 
	.observe(this.conditionCodeEditor.getTextControl()),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'StyledText' needs unchecked conversion to conform to '@NonNull Widget'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/RLineBreakpointDetailEditor.java:[103] 
	this.conditionEnabledValue );
	^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<Boolean>' needs unchecked conversion to conform to '@NonNull IObservableValue<Boolean>'
145. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/RLineBreakpointDetailEditor.java (at line 142)
	this.conditionEnabledValue.setValue(enabled);
	                                    ^^^^^^^
The expression of type boolean is boxed into Boolean
146. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/breakpoints/RLineBreakpointDetailEditor.java (at line 152)
	this.breakpoint.setConditionEnabled(this.conditionEnabledValue.getValue());
	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableLabelProvider.java:[20] 
	import org.eclipse.debug.internal.ui.model.elements.VariableLabelProvider;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'VariableLabelProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableLabelProvider.java:[21] 
	import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IPresentationContext' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableLabelProvider.java:[26] 
	public class RVariableLabelProvider extends VariableLabelProvider {
	                                            ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'VariableLabelProvider' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableLabelProvider.java:[35] 
	final IPresentationContext context) throws CoreException {
	      ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IPresentationContext' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableLabelProvider.java:[39] 
	return super.getVariableName(variable, context);
	             ^^^^^^^^^^^^^^^
Discouraged access: The method 'VariableLabelProvider.getVariableName(IVariable, IPresentationContext)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableLabelProvider.java:[44] 
	final IPresentationContext context) throws CoreException {
	      ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IPresentationContext' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/variables/RVariableLabelProvider.java:[48] 
	return super.getValueText(variable, value, context);
	             ^^^^^^^^^^^^
Discouraged access: The method 'VariableLabelProvider.getValueText(IVariable, IValue, IPresentationContext)' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.ui/3.14.500.v20200520-0842/org.eclipse.debug.ui-3.14.500.v20200520-0842.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/AbstractDebugHandler.java:[71] 
	if (page == null) {
			page= UIAccess.getActiveWorkbenchPage(true);
		}
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/AbstractDebugHandler.java:[238] 
	scanner.configure(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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/org/eclipse/statet/internal/r/debug/ui/actions/AddExceptionBreakpointHandler.java:[34] 
	public Object execute(final ExecutionEvent event) throws ExecutionException {
	                            ^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IHandler specifies this parameter as @NonNull
156 problems (0 errors, 149 warnings, 149 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.r.debug.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.r.debug.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/target/org.eclipse.statet.r.debug.ui-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.r.debug.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.r.debug.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/target/org.eclipse.statet.r.debug.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r.debug.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.r.debug.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.r.debug.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/target/org.eclipse.statet.r.debug.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.r.debug.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/target/org.eclipse.statet.r.debug.ui-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/target/org.eclipse.statet.r.debug.ui-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.r.debug.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.debug.ui/target/org.eclipse.statet.r.debug.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.r.debug.ui ---
[INFO] 
[INFO] ----< org.eclipse.statet.r:org.eclipse.statet.r.launching.winrgui >-----
[INFO] Building org.eclipse.statet.r.launching.winrgui 4.2.4.202103250600-r [116/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r.launching.winrgui ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.r.launching.winrgui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.r.launching.winrgui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.r.launching.winrgui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.launching.winrgui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.r.launching.winrgui ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.launching.winrgui/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.launching.winrgui/src/org/eclipse/statet/r/launching/winrgui/RGWLauncher.java:[64] 
	fSubmitDirectly = PreferenceUtils.getInstancePrefs().getPreferenceValue(PREF_SUBMIT_DIRECTLY_ENABLED);
	                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Preference.BooleanPref' needs unchecked conversion to conform to '@NonNull Preference<@NonNull Boolean>', corresponding supertype is 'Preference<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.launching.winrgui/src/org/eclipse/statet/r/launching/winrgui/RGWLauncher.java:[125] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.launching.winrgui/src/org/eclipse/statet/r/launching/winrgui/WinRGuiConnectorPlugin.java:[52] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.launching.winrgui/src/org/eclipse/statet/r/launching/winrgui/WinRGuiConnectorPlugin.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.launching.winrgui/src/org/eclipse/statet/r/launching/winrgui/WinRGuiConnectorPlugin.java:[60] 
	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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.launching.winrgui/src/org/eclipse/statet/r/launching/winrgui/WinRGuiConnectorPlugin.java:[62] 
	super.stop(context);
	           ^^^^^^^
Null type safety (type annotations): The expression of type 'BundleContext' needs unchecked conversion to conform to '@NonNull BundleContext'
7 problems (0 errors, 6 warnings, 1 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.r.launching.winrgui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.launching.winrgui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.r.launching.winrgui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.launching.winrgui/target/org.eclipse.statet.r.launching.winrgui-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.r.launching.winrgui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.r.launching.winrgui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.launching.winrgui/target/org.eclipse.statet.r.launching.winrgui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r.launching.winrgui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.r.launching.winrgui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.r.launching.winrgui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.launching.winrgui/target/org.eclipse.statet.r.launching.winrgui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.r.launching.winrgui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.launching.winrgui/target/org.eclipse.statet.r.launching.winrgui-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.launching.winrgui/target/org.eclipse.statet.r.launching.winrgui-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.r.launching.winrgui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.launching.winrgui/target/org.eclipse.statet.r.launching.winrgui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.r.launching.winrgui ---
[INFO] 
[INFO] -----------< org.eclipse.statet.r:org.eclipse.statet.r.apps >-----------
[INFO] Building StatET R - Add-on for R Apps  (Incubation) 4.2.4.202103250600-r [117/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r.apps ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.r.apps ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.r.apps ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.r.apps ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.r.apps ---
[INFO] Compiling 30 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/RAppUIPlugin.java:[46] 
	private static RAppUIPlugin instance;
	                            ^^^^^^^^
The @NonNull field instance may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/RAppUIPlugin.java:[108] 
	this.disposables= null;
	                  ^^^^
Null type mismatch: required '@NonNull List<@NonNull Disposable>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/RAppUIPlugin.java:[111] 
	instance= null;
	          ^^^^
Null type mismatch: required '@NonNull RAppUIPlugin' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/RAppUIPlugin.java:[131] 
	this.disposables.add(this.launchConfigManager);
	                     ^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Disposable' but this expression has type '@Nullable AppControlManager'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/RAppUIPlugin.java:[133] 
	return this.launchConfigManager;
	       ^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull AppControlManager' but this expression has type '@Nullable AppControlManager'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/core/shiny/RShinyResourceTester.java:[56] 
	container= container.getParent();
	           ^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IContainer' but this expression has type '@Nullable IContainer'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlConfigViewTab.java:[146] 
	public AppControlConfigViewTab() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field variablesActionControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlConfigViewTab.java:[146] 
	public AppControlConfigViewTab() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field variablesCodeEditor may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlConfigViewTab.java:[146] 
	public AppControlConfigViewTab() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field viewerDetailControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlConfigViewTab.java:[146] 
	public AppControlConfigViewTab() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field viewerDetailLayout may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlConfigViewTab.java:[146] 
	public AppControlConfigViewTab() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field viewerSelectionViewer may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlConfigViewTab.java:[149] 
	this.viewerValue= new WritableValue<>(realm, null, String.class);
	                                             ^^^^
Null type mismatch: required 'AppControlConfigViewTab.@NonNull ViewerItem' but the provided value is null
13. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlConfigViewTab.java (at line 185)
	this.variablesActionValue= new WritableValue<>(realm, true, Boolean.TYPE);
	                                                      ^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlConfigViewTab.java:[304] 
	.observe(this.variablesCodeEditor.getTextControl()),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'StyledText' needs unchecked conversion to conform to '@NonNull Widget'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlConfigViewTab.java:[324] 
	else {
				this.viewerDetailLayout.topControl= null;
			}
	     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
16. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlConfigViewTab.java (at line 355)
	this.variablesActionValue.setValue(action.equals(AppControlConfigs.SHOW_ACTION_ID));
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type boolean is boxed into Boolean
17. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlConfigViewTab.java (at line 370)
	(enabled) ? AppControlConfigs.SHOW_ACTION_ID : null );
	^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlConfigMainTab.java:[79] 
	private final IObservableValue<String> appPathValue;
	                                       ^^^^^^^^^^^^
The value of the field AppControlConfigMainTab.appPathValue is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlConfigMainTab.java:[99] 
	public AppControlConfigMainTab(final LaunchConfigPresets presets) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field rSnippetVariableResolver may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlConfigMainTab.java:[99] 
	public AppControlConfigMainTab(final LaunchConfigPresets presets) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field sHostControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlConfigMainTab.java:[99] 
	public AppControlConfigMainTab(final LaunchConfigPresets presets) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field sPortControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlConfigMainTab.java:[99] 
	public AppControlConfigMainTab(final LaunchConfigPresets presets) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field startRSnippetEditor may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlConfigMainTab.java:[99] 
	public AppControlConfigMainTab(final LaunchConfigPresets presets) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field startStopRunningControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlConfigMainTab.java:[99] 
	public AppControlConfigMainTab(final LaunchConfigPresets presets) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field stopRSnippetEditor may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlConfigMainTab.java:[102] 
	this.appHostValue= new WritableValue<>(realm, null, String.class);
	                                              ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlConfigMainTab.java:[104] 
	this.appPathValue= new WritableValue<>(realm, null, String.class);
	                                              ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlConfigMainTab.java:[105] 
	this.startRSnippetValue= new WritableValue<>(realm, null, String.class);
	                                                    ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlConfigMainTab.java:[106] 
	this.startStopRunningValue= new WritableValue<>(realm, null, Boolean.class);
	                                                       ^^^^
Null type mismatch: required '@NonNull Boolean' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlConfigMainTab.java:[107] 
	this.stopRSnippetValue= new WritableValue<>(realm, null, String.class);
	                                                   ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlConfigMainTab.java:[115] 
	return SharedUIResources.getImages().get(SharedUIResources.OBJ_MAIN_TAB_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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlConfigMainTab.java:[221] 
	protected void fillToolMenu(final Menu menu) {
	                                  ^^^^
Illegal redefinition of parameter menu, inherited method from SnippetEditor does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlConfigMainTab.java:[301] 
	.observe(this.startRSnippetEditor.getTextControl()),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'StyledText' needs unchecked conversion to conform to '@NonNull Widget'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlConfigMainTab.java:[315] 
	.observe(this.stopRSnippetEditor.getTextControl()),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'StyledText' needs unchecked conversion to conform to '@NonNull Widget'
34. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlConfigMainTab.java (at line 344)
	this.startStopRunningValue.setValue(mode > 0);
	                                    ^^^^^^^^
The expression of type boolean is boxed into Boolean
35. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlConfigMainTab.java (at line 376)
	{	final int mode= (this.startStopRunningValue.getValue()) ? 1 : 0;
	 	                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRCommandHandler.java:[70] 
	this.currentRunner.onAppStarted(
	     ^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRCommandHandler.java:[77] 
	this.currentRunner.onAppStopped(
	     ^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlLaunchConfig.java:[99] 
	return this.globalVariables;
	       ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<@NonNull String,@NonNull IStringVariable>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull IStringVariable>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlLaunchConfig.java:[136] 
	setSelectedResource(validator.getWorkspaceResource());
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IResource' needs unchecked conversion to conform to '@NonNull IResource'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlLaunchConfig.java:[144] 
	this.selectedResourceUtil.getResource() );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IResource' but this expression has type '@Nullable IResource'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlLaunchConfig.java:[151] 
	initAppFolder(appFolder);
	              ^^^^^^^^^
Null type mismatch: required '@NonNull IResource' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlLaunchConfig.java:[165] 
	this.appFolderrUtil= new ResourceVariableUtil(this.selectedResourceUtil, resource);
	                                              ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ResourceVariableUtil' needs unchecked conversion to conform to '@NonNull ResourceVariableUtil'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlLaunchConfig.java:[170] 
	new ResourceVariableResolver(this.appFolderrUtil) );
	                             ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ResourceVariableUtil' needs unchecked conversion to conform to 'ResourceVariableResolver.@NonNull Context'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlLaunchConfig.java:[175] 
	return this.appFolder;
	       ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IResource' needs unchecked conversion to conform to '@NonNull IResource'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlLaunchConfig.java:[194] 
	return this.appHost;
	       ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlLaunchConfig.java:[251] 
	return this.startCode;
	       ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppControlLaunchConfig.java:[255] 
	return this.stopCode;
	       ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[99] 
	return (RProcess)tool;
	       ^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull RProcess' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[123] 
	public AppSession(final RProcess tool) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field host may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[123] 
	public AppSession(final RProcess tool) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field queueSection may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[123] 
	public AppSession(final RProcess tool) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field remoteHost may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[137] 
	{	this.queueSection= this.rProcess.getController().getCurrentQueueSection();
	 	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Queue.Section' needs unchecked conversion to conform to 'Queue.@NonNull Section'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[143] 
	this.host= workspaceData.getRemoteAddress();
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[144] 
	final Map<String, Object> connectionInfo= this.rProcess.getConnectionInfo();
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,Object>' needs unchecked conversion to conform to 'Map<@NonNull String,@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[157] 
	if (this.remoteHost == null) {
					this.remoteHost= this.host;
				}
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[176] 
	this.rProcess.getWorkspaceData(), variables );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RWorkspace' needs unchecked conversion to conform to '@NonNull RWorkspace'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[202] 
	this.sshLocalPort= this.sshSession.setPortForwardingL(0, LOCALHOST,
	                        ^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[241] 
	return this.localUrl;
	       ^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull URL' but this expression has type '@Nullable URL'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[245] 
	return this.idUrl;
	       ^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull URL' but this expression has type '@Nullable URL'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[253] 
	this.queueSection= null;
	                   ^^^^
Null type mismatch: required 'Queue.@NonNull Section' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[257] 
	this.sshSession.delPortForwardingL(this.sshLocalPort);
	     ^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[341] 
	session= new AppSession(this.tool);
	                        ^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RProcess' but this expression has type '@Nullable RProcess'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[380] 
	showViewer(session, this.config.getViewerId());
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull String' but this expression has type '@Nullable String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[425] 
	return page;
	       ^^^^
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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[589] 
	if (session.getLocalUrl() == null) {
			onError(IStatus.ERROR, "Cannot open viewer to show the R app: URL is missing.", null,
					StatusManager.SHOW );
			return;
		}
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/AppRunner.java:[627] 
	return (AppBrowserView) page.showView(AppBrowserView.VIEW_ID, null,
				IWorkbenchPage.VIEW_VISIBLE );
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'AppBrowserView' needs unchecked conversion to conform to '@NonNull AppBrowserView'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/r/apps/ui/AppRegistry.java:[71] 
	private final URL id;
	                  ^^
The value of the field AppRegistry.AppEntry.id is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/r/apps/ui/AppRegistry.java:[77] 
	public AppEntry(final URL id) {
	       ^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field app may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/launching/DataLoader.java:[70] 
	private RWorkspace workspace;
	                   ^^^^^^^^^
The value of the field DataLoader.workspace is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/variables/ContentJob.java:[46] 
	static class ContentFilter implements LtkModelElementFilter<RLangElement> {
	                                                            ^^^^^^^^^^^^
RLangElement is a raw type. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/variables/ContentJob.java:[59] 
	public boolean include(final RLangElement element) {
	                             ^^^^^^^^^^^^
RLangElement is a raw type. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/variables/ContentJob.java:[65] 
	return (this.searchPattern == null || this.searchPattern.matches(name));
	                                           ^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/variables/ContentJob.java:[82] 
	private boolean force;
	                ^^^^^
The value of the field ContentJob.force is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/variables/ContentJob.java:[197] 
	LtkModelElementFilter<? super RLangElement> envFilter;
	                              ^^^^^^^^^^^^
RLangElement is a raw type. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/variables/ContentJob.java:[198] 
	LtkModelElementFilter<? super RLangElement> otherFilter;
	                              ^^^^^^^^^^^^
RLangElement is a raw type. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/variables/ContentJob.java:[223] 
	final VariablesData oldInput= this.rawInput;
	                    ^^^^^^^^
The value of the local variable oldInput is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/variables/AppVarInput.java:[31] 
	final @Nullable LtkModelElementFilter<? super RLangElement> envFilter,
	                                              ^^^^^^^^^^^^
RLangElement is a raw type. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/variables/AppVarInput.java:[32] 
	final @Nullable LtkModelElementFilter<? super RLangElement> otherFilter) {
	                                              ^^^^^^^^^^^^
RLangElement is a raw type. References to generic type RLangElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/viewer/AppBrowserView.java:[51] 
	public AppBrowserView() {
	       ^^^^^^^^^^^^^^^^
The @NonNull field appRegistryListener may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/viewer/AppBrowserView.java:[59] 
	this.appRegistryListener= null;
	                          ^^^^
Null type mismatch: required 'AppRegistry.@NonNull Listener' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/variables/AppVarView.java:[138] 
	protected void refreshElements() {
	               ^^^^^^^^^^^^^^^^^
The method refreshElements() from the type AppVarView.RefreshHandler is never used locally
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/variables/AppVarView.java:[164] 
	public void updateElement(final UIElement element, final Map parameters) {
	                                                         ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/variables/AppVarView.java:[216] 
	this.appRegistryListener= null;
	                          ^^^^
Null type mismatch: required 'AppRegistry.@NonNull Listener' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/variables/AppVarView.java:[220] 
	this.toolRegistryListener= null;
	                           ^^^^
Null type mismatch: required '@NonNull WorkbenchToolRegistryListener' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/variables/AppVarView.java:[226] 
	this.handlers= null;
	               ^^^^
Null type mismatch: required '@NonNull ContextHandlers' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/variables/AppVarView.java:[260] 
	this.handlers= new ContextHandlers(site.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.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/variables/AppVarView.java:[325] 
	this.inputContentProvider= new RElementInputContentProvider();
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type RElementInputContentProvider needs unchecked conversion to conform to RElementInputContentProvider<AppVarInput>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/variables/AppVarView.java:[325] 
	this.inputContentProvider= new RElementInputContentProvider();
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RElementInputContentProvider is a raw type. References to generic type RElementInputContentProvider<TInput> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/variables/AppVarView.java:[548] 
	final RProcess oldProcess= process;
	               ^^^^^^^^^^
The value of the local variable oldProcess is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/org/eclipse/statet/internal/r/apps/ui/variables/AppVarView.java:[596] 
	showPreviousView(oldApp);
	                 ^^^^^^
Null type mismatch: required '@NonNull RApp' but the provided value is inferred as @Nullable
90 problems (0 errors, 85 warnings, 85 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.r.apps ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.r.apps ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/target/org.eclipse.statet.r.apps-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.r.apps ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.r.apps ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/target/org.eclipse.statet.r.apps-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r.apps ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.r.apps ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.r.apps ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/target/org.eclipse.statet.r.apps-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.r.apps ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/target/org.eclipse.statet.r.apps-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/target/org.eclipse.statet.r.apps-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.r.apps ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.apps/target/org.eclipse.statet.r.apps-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.r.apps ---
[INFO] 
[INFO] -----------< org.eclipse.statet.r:org.eclipse.statet.r.doc >------------
[INFO] Building StatET R - Documentation  (Incubation) 4.2.4.202103250600-r [118/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r.doc ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.r.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.r.doc ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.r.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.r.doc ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.r.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.doc/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.r.doc ---
[WARNING] bundle localization file /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.doc/plugin.properties not found
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.doc/target/org.eclipse.statet.r.doc-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.r.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.r.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.doc/target/org.eclipse.statet.r.doc-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r.doc ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.r.doc ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.r.doc ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.doc/target/org.eclipse.statet.r.doc-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.r.doc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.doc/target/org.eclipse.statet.r.doc-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.doc/target/org.eclipse.statet.r.doc-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.r.doc ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r.doc/target/org.eclipse.statet.r.doc-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.r.doc ---
[INFO] 
[INFO] -------------< org.eclipse.statet.r:org.eclipse.statet.r >--------------
[INFO] Building StatET R  (Incubation) 4.2.4.202103250600-r           [119/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.r ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.r ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.r ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.r ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.r ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.r ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.r ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.r ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.r ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r/target/org.eclipse.statet.r-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.r ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.r ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r/target/org.eclipse.statet.r-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.r ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r/target/org.eclipse.statet.r-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.r ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/org.eclipse.statet.r/target/org.eclipse.statet.r-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.r ---
[INFO] 
[INFO] -----------------< org.eclipse.statet.r-assemblies:r >------------------
[INFO] Building r 4.2.4.202103250600-r                                [120/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ r ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ r ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ r ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ r ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ r ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ r ---
[INFO] 
[INFO] --------< org.eclipse.statet.r-assemblies:org.eclipse.statet.r >--------
[INFO] Building StatET IDE for R  (Incubation) 4.2.4.202103250600-r   [121/145]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.r ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.r ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.r ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.r ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.r ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.statet.r ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/_assemblies/org.eclipse.statet.r-feature/target/org.eclipse.statet.r-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.r ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.r ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.r ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/_assemblies/org.eclipse.statet.r-feature/target/org.eclipse.statet.r-4.2.4.202103250600-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.r ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.r ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/_assemblies/org.eclipse.statet.r-feature/target/org.eclipse.statet.r-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/r/_assemblies/org.eclipse.statet.r-feature/target/org.eclipse.statet.r-4.2.4.202103250600-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.r ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.r ---
[INFO] 
[INFO] ------------------< org.eclipse.statet.redocs:redocs >------------------
[INFO] Building redocs 4.2.4.202103250600-r                           [122/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ redocs ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ redocs ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ redocs ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ redocs ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ redocs ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ redocs ---
[INFO] 
[INFO] -------< org.eclipse.statet.redocs:org.eclipse.statet.redocs.r >--------
[INFO] Building StatET ReDocs - Commons for R  (Incubation) 4.2.4.202103250600-r [123/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.redocs.r ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.redocs.r ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.redocs.r ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.redocs.r ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.redocs.r ---
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/core/model/RChunkNode.java:[51] 
	RChunkNode(final AstNode parent) {
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field rSources may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RConsoleOperationContext.java:[57] 
	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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RConsoleOperationContext.java:[62] 
	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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RConsoleOperationContext.java:[72] 
	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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RConsoleOperationContext.java:[78] 
	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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RConsoleOperationContext.java:[93] 
	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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RConsoleOperationContext.java:[93] 
	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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RConsoleOperationContext.java:[104] 
	((RServiceControlExtension) service).addCancelHandler(cancel);
	                                                      ^^^^^^
Null type safety (type annotations): The expression of type 'Callable<Boolean>' needs unchecked conversion to conform to '@NonNull Callable<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RConsoleOperationContext.java:[111] 
	((RServiceControlExtension) service).removeCancelHandler(cancel);
	                                                         ^^^^^^
Null type safety (type annotations): The expression of type 'Callable<Boolean>' needs unchecked conversion to conform to '@NonNull Callable<@NonNull Boolean>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RConsoleOperationContext.java:[160] 
	final Status submitStatus= this.rProcess.getQueue().add(this.rRunnable);
	                                                        ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RConsoleOperationContext.RRunnable' needs unchecked conversion to conform to '@NonNull ToolRunnable'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RunRCmdToolOperationSettings.java:[35] 
	public String getId() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from DocProcessingOperationSettings.getId() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RunRCmdToolOperationSettings.java:[40] 
	public String getLabel() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from DocProcessingOperationSettings.getLabel() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RunRCmdToolOperationSettings.java:[46] 
	protected boolean includeLaunchConfig(final ILaunchConfiguration config) {
	                                            ^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractLaunchConfigOperationSettings specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RunRCmdToolOperationSettings.java:[62] 
	protected void initializeNewLaunchConfig(final ILaunchConfigurationWorkingCopy config) {
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractLaunchConfigOperationSettings specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/debug/RweaveSubmitContentHandler.java:[60] 
	TextUtil.addLines(document, region.getStartOffset(), region.getLength(), lines);
	                            ^^^^^^
Potential null pointer access: The variable region may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/debug/RweaveSubmitContentHandler.java:[75] 
	TextUtil.addLines(document, region.getStartOffset(), region.getLength(), lines);
	                            ^^^^^^
Potential null pointer access: The variable region may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/internal/redocs/r/Plugin.java:[46] 
	private boolean started;
	                ^^^^^^^
The value of the field Plugin.started is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/internal/redocs/r/Plugin.java:[56] 
	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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/internal/redocs/r/Plugin.java:[57] 
	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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/internal/redocs/r/Plugin.java:[64] 
	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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/internal/redocs/r/Plugin.java:[72] 
	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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/internal/redocs/r/Plugin.java:[78] 
	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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/core/model/RChunkReconciler.java:[111] 
	this.raChunkRefLineMatcher.reset(source);
	     ^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/core/model/RChunkReconciler.java:[161] 
	this.raChunkRefLineMatcher.region(lineOffset, lineEndOffset);
	     ^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/core/model/RChunkReconciler.java:[162] 
	if (this.raChunkRefLineMatcher.matches()) {
	         ^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/core/model/RChunkReconciler.java:[249] 
	if (labelArgNode.getValueChild().getNodeType() == NodeType.SYMBOL) {
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getValueChild() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/core/model/RChunkReconciler.java:[250] 
	label= labelNode.getText();
	       ^^^^^^^^^
Potential null pointer access: The variable labelNode may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/core/model/RChunkReconciler.java:[254] 
	labelNode.getStartOffset(), labelNode.getEndOffset() ));
	^^^^^^^^^
Potential null pointer access: The variable labelNode may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/core/model/RChunkReconciler.java:[289] 
	(arg.getNameChild().getNodeType() == NodeType.SYMBOL
	 ^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getNameChild() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/core/model/RChunkReconciler.java:[290] 
	&& "label".equals(arg.getNameChild().getText()) ) : //$NON-NLS-1$
	                  ^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getNameChild() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/internal/redocs/r/ui/debug/SubmitRChunkDirectLaunchShortcut.java:[97] 
	public void launch(final ISelection selection, final String mode) {
	                         ^^^^^^^^^^
Missing non-null annotation: inherited method from ILaunchShortcut specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/internal/redocs/r/ui/debug/SubmitRChunkDirectLaunchShortcut.java:[97] 
	public void launch(final ISelection selection, final String mode) {
	                                                     ^^^^^^
Missing non-null annotation: inherited method from ILaunchShortcut specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/internal/redocs/r/ui/debug/SubmitRChunkDirectLaunchShortcut.java:[102] 
	public void launch(final IEditorPart editor, final String mode) {
	                         ^^^^^^^^^^^
Missing non-null annotation: inherited method from ILaunchShortcut specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/internal/redocs/r/ui/debug/SubmitRChunkDirectLaunchShortcut.java:[102] 
	public void launch(final IEditorPart editor, final String mode) {
	                                                   ^^^^^^
Missing non-null annotation: inherited method from ILaunchShortcut specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/internal/redocs/r/ui/debug/SubmitRChunkDirectLaunchShortcut.java:[128] 
	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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/internal/redocs/r/ui/debug/SubmitRChunkDirectLaunchShortcut.java:[150] 
	data.document, data.selection.getOffset(), data.selection.getLength() );
	^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/internal/redocs/r/ui/debug/SubmitRChunkDirectLaunchShortcut.java:[153] 
	TextUtil.addLines(data.document, region.getStartOffset(), region.getLength(), lines);
	                                 ^^^^^^
Potential null pointer access: The variable region may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/sourceediting/actions/RweaveToggleCommentHandler.java:[45] 
	final IRegion block= EditorUtils.getTextBlockFromSelection(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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/sourceediting/actions/RweaveToggleCommentHandler.java:[68] 
	final IRegion block= EditorUtils.getTextBlockFromSelection(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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/sourceediting/actions/RweaveToggleCommentHandler.java:[71] 
	.getRChunkContentRegion(document, block.getOffset());
	                        ^^^^^^^^
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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RunRConsoleSnippetOperationSettings.java:[70] 
	public RunRConsoleSnippetOperationSettings() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field snippetEditor may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RunRConsoleSnippetOperationSettings.java:[70] 
	public RunRConsoleSnippetOperationSettings() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field snippetValue may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RunRConsoleSnippetOperationSettings.java:[70] 
	public RunRConsoleSnippetOperationSettings() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field snippetVariableResolver may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RunRConsoleSnippetOperationSettings.java:[118] 
	protected void fillToolMenu(final Menu menu) {
	                                  ^^^^
Illegal redefinition of parameter menu, inherited method from SnippetEditor does not constrain this parameter
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RunRConsoleSnippetOperationSettings.java:[181] 
	.observe(this.snippetEditor.getTextControl()),
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'StyledText' needs unchecked conversion to conform to '@NonNull Widget'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/core/source/AbstractRChunkPartitionNodeScanner.java:[40] 
	public String getPartitionType() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from BasicPartitionNodeType.getPartitionType() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/core/source/AbstractRChunkPartitionNodeScanner.java:[54] 
	public String getPartitionType() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from BasicPartitionNodeType.getPartitionType() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/core/source/AbstractRChunkPartitionNodeScanner.java:[64] 
	public boolean prefereAtBegin(final TreePartitionNode node, final IDocument document) {
	                                    ^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from BasicPartitionNodeType specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/core/source/AbstractRChunkPartitionNodeScanner.java:[64] 
	public boolean prefereAtBegin(final TreePartitionNode node, final IDocument document) {
	                                                                  ^^^^^^^^^
Missing non-null annotation: inherited method from BasicPartitionNodeType specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/core/source/AbstractRChunkPartitionNodeScanner.java:[69] 
	public boolean prefereAtEnd(final TreePartitionNode node, final IDocument document) {
	                                  ^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from BasicPartitionNodeType specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/core/source/AbstractRChunkPartitionNodeScanner.java:[69] 
	public boolean prefereAtEnd(final TreePartitionNode node, final IDocument document) {
	                                                                ^^^^^^^^^
Missing non-null annotation: inherited method from BasicPartitionNodeType specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/core/source/AbstractRChunkPartitionNodeScanner.java:[78] 
	public String getPartitionType() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from BasicPartitionNodeType.getPartitionType() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/core/source/AbstractRChunkPartitionNodeScanner.java:[88] 
	public boolean prefereAtBegin(final TreePartitionNode node, final IDocument document) {
	                                    ^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from BasicPartitionNodeType specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/core/source/AbstractRChunkPartitionNodeScanner.java:[88] 
	public boolean prefereAtBegin(final TreePartitionNode node, final IDocument document) {
	                                                                  ^^^^^^^^^
Missing non-null annotation: inherited method from BasicPartitionNodeType specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/core/source/AbstractRChunkPartitionNodeScanner.java:[132] 
	exitNodesTo(this.chunkNode, offset, END_UNCLOSED);
	            ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TreePartitionNode' needs unchecked conversion to conform to '@NonNull TreePartitionNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/core/source/AbstractRChunkPartitionNodeScanner.java:[137] 
	protected abstract void handleNewLine(final RPartitionNodeType type);
	                                            ^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from RPartitionNodeScanner specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/core/source/AbstractRChunkPartitionNodeScanner.java:[140] 
	protected void handleEOF(final RPartitionNodeType type) {
	                               ^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from RPartitionNodeScanner specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/core/source/AbstractRChunkPartitionNodeScanner.java:[148] 
	protected void processExt(final RPartitionNodeType type) {
	                                ^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from RPartitionNodeScanner specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/core/source/AbstractRChunkPartitionNodeScanner.java:[161] 
	super.processExt(type);
	                 ^^^^
Null type safety (type annotations): The expression of type 'RPartitionNodeType' needs unchecked conversion to conform to '@NonNull RPartitionNodeType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RunRConsoleSnippetOperation.java:[64] 
	public String getId() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from DocProcessingOperation.getId() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RunRConsoleSnippetOperation.java:[69] 
	public String getLabel() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from DocProcessingOperation.getLabel() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RunRConsoleSnippetOperation.java:[75] 
	public void init(final StepConfig stepConfig, final Map<String, String> settings,
	                       ^^^^^^^^^^
Missing non-null annotation: inherited method from DocProcessingOperation specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RunRConsoleSnippetOperation.java:[75] 
	public void init(final StepConfig stepConfig, final Map<String, String> settings,
	                                                    ^^^
Missing non-null annotation: inherited method from DocProcessingOperation specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RunRConsoleSnippetOperation.java:[76] 
	final SubMonitor m) throws CoreException {
	      ^^^^^^^^^^
Missing non-null annotation: inherited method from DocProcessingOperation specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RunRConsoleSnippetOperation.java:[77] 
	super.init(stepConfig, settings, m);
	           ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'DocProcessingToolConfig.StepConfig' needs unchecked conversion to conform to 'DocProcessingToolConfig.@NonNull StepConfig'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RunRConsoleSnippetOperation.java:[77] 
	super.init(stepConfig, settings, m);
	                       ^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,String>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RunRConsoleSnippetOperation.java:[77] 
	super.init(stepConfig, settings, m);
	                                 ^
Null type safety (type annotations): The expression of type 'SubMonitor' needs unchecked conversion to conform to '@NonNull SubMonitor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RunRConsoleSnippetOperation.java:[108] 
	public IStatus run(final DocProcessingToolProcess toolProcess,
	       ^^^^^^^
The return type is incompatible with '@NonNull IStatus' returned from DocProcessingOperation.run(DocProcessingToolProcess, SubMonitor) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RunRConsoleSnippetOperation.java:[108] 
	public IStatus run(final DocProcessingToolProcess toolProcess,
	                         ^^^^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from DocProcessingOperation specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RunRConsoleSnippetOperation.java:[109] 
	final SubMonitor m) throws CoreException {
	      ^^^^^^^^^^
Missing non-null annotation: inherited method from DocProcessingOperation specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RunRConsoleSnippetOperation.java:[111] 
	final IRBasicAdapter r= context.getRService();
	                        ^^^^^^^
Potential null pointer access: The variable context may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RunRConsoleSnippetOperation.java:[120] 
	final VariableText2 variableResolver= new RCodeVariableText(rWorkspace,
	                                                            ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RWorkspace' needs unchecked conversion to conform to '@NonNull RWorkspace'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RunRConsoleSnippetOperation.java:[125] 
	variableResolver.getVariable(DocProcessingConfig.WD_LOC_VAR_NAME)) );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull IStringVariable' but this expression has type '@Nullable IStringVariable'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RunRConsoleSnippetOperation.java:[129] 
	r.submitToConsole(command, rMonitor);
	                           ^^^^^^^^
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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RunRConsoleSnippetOperation.java:[130] 
	r.refreshWorkspaceData(0, rMonitor);
	                          ^^^^^^^^
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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RunRConsoleSnippetOperation.java:[144] 
	code= variableResolver.performStringSubstitution(this.rCodeSnippet, 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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RunRConsoleSnippetOperation.java:[153] 
	r.submitToConsole(codeLines[i], rMonitor);
	                  ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RunRConsoleSnippetOperation.java:[153] 
	r.submitToConsole(codeLines[i], rMonitor);
	                                ^^^^^^^^
Null type safety (type annotations): The expression of type 'ProgressMonitor' needs unchecked conversion to conform to '@NonNull ProgressMonitor'
79. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RunRCmdToolOperation.java (at line 73)
	additionalAttributes.put(IDebugUIConstants.ATTR_LAUNCH_IN_BACKGROUND, false);
	                                                                      ^^^^^
The expression of type boolean is boxed into Boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/org/eclipse/statet/redocs/r/ui/processing/RunRCmdToolOperation.java:[81] 
	additionalAttributes.put(ExternalProgramLaunchConfig.WORKING_DIRECTORY_ATTR_NAME, value);
	                                                                                  ^^^^^
Null type mismatch: required '@NonNull Object' but the provided value is inferred as @Nullable
80 problems (0 errors, 79 warnings, 1 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.redocs.r ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.redocs.r ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/target/org.eclipse.statet.redocs.r-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.redocs.r ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.redocs.r ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/target/org.eclipse.statet.redocs.r-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.r ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.redocs.r ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.redocs.r ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/target/org.eclipse.statet.redocs.r-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.redocs.r ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/target/org.eclipse.statet.redocs.r-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/target/org.eclipse.statet.redocs.r-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.redocs.r ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.r/target/org.eclipse.statet.redocs.r-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.redocs.r ---
[INFO] 
[INFO] -----< org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r >------
[INFO] Building StatET ReDocs - LaTeX+R  (Incubation) 4.2.4.202103250600-r [124/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.redocs.tex.r ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.redocs.tex.r ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.redocs.tex.r ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.redocs.tex.r ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.redocs.tex.r ---
[INFO] Compiling 65 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/processing/TexTab.java:[69] 
	return RedocsRUIResources.INSTANCE.getImage(RedocsRUIResources.TOOL_RWEAVE_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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/sourceediting/RChunkTemplateCompletionComputer.java:[98] 
	return getTypeRegistry().getContextType(LtxRweaveTemplateContextType.WEAVE_DOCDEFAULT_CONTEXTTYPE);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/sourceediting/RChunkTemplateCompletionComputer.java:[103] 
	return RedocsRUIResources.INSTANCE.getImage(RedocsRUIResources.OBJ_RCHUNK_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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/util/TexRNameElementFilter.java:[56] 
	if (((LtkModelElement) element).getModelTypeId() == RModel.R_TYPE_ID) {
	      ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/core/util/TexRweaveCoreAccessWrapper.java:[72] 
	set= new TexCommandSet(addSweaveList(org.getAllLtxCommands()), org.getAllLtxEnvs(),
	                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<TexCommand>' needs unchecked conversion to conform to '@NonNull List<@NonNull TexCommand>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/core/util/TexRweaveCoreAccessWrapper.java:[73] 
	addSweaveMap(org.getLtxTextCommandsASorted()), addSweaveListASorted(org.getLtxTextCommandsASorted()),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,TexCommand>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull TexCommand>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/core/util/TexRweaveCoreAccessWrapper.java:[73] 
	addSweaveMap(org.getLtxTextCommandsASorted()), addSweaveListASorted(org.getLtxTextCommandsASorted()),
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<TexCommand>' needs unchecked conversion to conform to '@NonNull List<@NonNull TexCommand>', corresponding supertype is 'List<TexCommand>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/core/util/TexRweaveCoreAccessWrapper.java:[76] 
	addSweaveMap(org.getLtxMathCommandsASorted()), addSweaveListASorted(org.getLtxMathCommandsASorted()),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Map<String,TexCommand>' needs unchecked conversion to conform to '@NonNull Map<@NonNull String,@NonNull TexCommand>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/core/util/TexRweaveCoreAccessWrapper.java:[76] 
	addSweaveMap(org.getLtxMathCommandsASorted()), addSweaveListASorted(org.getLtxMathCommandsASorted()),
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<TexCommand>' needs unchecked conversion to conform to '@NonNull List<@NonNull TexCommand>', corresponding supertype is 'List<TexCommand>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/core/util/TexRweaveCoreAccessWrapper.java:[98] 
	return ImCollections.concatList(org, LTX_SWEAVE_COMMAND_LIST);
	                                ^^^
Null type safety (type annotations): The expression of type 'List<TexCommand>' needs unchecked conversion to conform to '@NonNull Collection<? extends TexCommand>', corresponding supertype is 'Collection<TexCommand>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/core/util/TexRweaveCoreAccessWrapper.java:[98] 
	return ImCollections.concatList(org, LTX_SWEAVE_COMMAND_LIST);
	                                     ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<TexCommand>' needs unchecked conversion to conform to '@NonNull Collection<? extends TexCommand>', corresponding supertype is 'Collection<TexCommand>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/core/util/TexRweaveCoreAccessWrapper.java:[102] 
	final ImList<TexCommand> list= ImCollections.concatList(org, LTX_SWEAVE_COMMAND_LIST,
	                                                        ^^^
Null type safety (type annotations): The expression of type 'List<TexCommand>' needs unchecked conversion to conform to '@NonNull Collection<? extends TexCommand>', corresponding supertype is 'Collection<TexCommand>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/core/util/TexRweaveCoreAccessWrapper.java:[102] 
	final ImList<TexCommand> list= ImCollections.concatList(org, LTX_SWEAVE_COMMAND_LIST,
	                                                             ^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<TexCommand>' needs unchecked conversion to conform to '@NonNull Collection<? extends TexCommand>', corresponding supertype is 'Collection<TexCommand>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/core/util/TexRweaveCoreAccessWrapper.java:[103] 
	(Comparator<TexCommand>) null );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch: required '@NonNull Comparator<? super TexCommand>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/LtxRweaveTemplatesProvider.java:[18] 
	import org.eclipse.jface.text.templates.ContextTypeRegistry;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/LtxRweaveTemplatesProvider.java:[55] 
	public ContextTypeRegistry getContextTypeRegistry() {
	       ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/editors/LtxRweaveOutlinePage.java:[219] 
	final SourceUnitModelInfo modelInfo= getModelInfo(viewer.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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/editors/LtxRweaveOutlinePage.java:[417] 
	return (LtxSourceUnitModelInfo)getModelInfo(viewer.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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/model/LtxRweaveTexBuildParticipant.java:[49] 
	public LtxRweaveTexBuildParticipant() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field rIndexUpdate may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/sourceediting/LtxRweaveSourceViewerConfigurator.java:[65] 
	this.rCoreAccess= new RCoreAccessWrapper(rCoreAccess) {
	                                         ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RCoreAccess' needs unchecked conversion to conform to '@NonNull RCoreAccess'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/sourceediting/LtxRweaveSourceViewerConfigurator.java:[68] 
	public RCodeStyleSettings getRCodeStyle() {
	       ^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull RCodeStyleSettings' returned from RCoreAccessWrapper.getRCodeStyle() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/sourceediting/DocROutlineContentProvider.java:[43] 
	public @Nullable SourceStructElement getParent(final SourceStructElement<?, ?> element) {
	                 ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/sourceediting/DocROutlineContentProvider.java:[44] 
	final SourceStructElement parent= super.getParent(element);
	      ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/sourceediting/DocROutlineContentProvider.java:[54] 
	final SourceStructElement<?, ?> foreignElement= ((EmbeddingForeignElement<?, ?>)element).getForeignElement();
	                                                                                ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/sourceediting/DocROutlineContentProvider.java:[61] 
	public SourceStructElement[] getChildren(final @Nullable SourceStructElement<?, ?> element) {
	       ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/sourceediting/DocROutlineContentProvider.java:[63] 
	final SourceStructElement<?, ?> foreignElement= ((EmbeddingForeignElement<?, ?>)element).getForeignElement();
	                                                                                ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/editors/LtxRweaveDocEditor.java:[92] 
	public class LtxRweaveDocEditor extends SourceEditor1 implements LtxRweaveEditor, DocEditor {
	             ^^^^^^^^^^^^^^^^^^
The method IContentType getContentType() from SourceEditor1 cannot implement the corresponding method from DocEditor due to incompatible nullness constraints
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/editors/LtxRweaveDocEditor.java:[101] 
	ACTION_SET_CONTEXT_IDS, KEY_CONTEXTS );
	^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<String>' needs unchecked conversion to conform to '@NonNull Collection<? extends String>', corresponding supertype is 'Collection<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/editors/LtxRweaveDocEditor.java:[101] 
	ACTION_SET_CONTEXT_IDS, KEY_CONTEXTS );
	                        ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<String>' needs unchecked conversion to conform to '@NonNull Collection<? extends String>', corresponding supertype is 'Collection<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/editors/LtxRweaveDocEditor.java:[138] 
	return LtxRweaveDocumentContentInfo.INSTANCE.getRChunkCodeRegions(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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/editors/LtxRweaveDocEditor.java:[197] 
	public DocContentSectionsRweaveExtension getDocumentContentInfo() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull DocContentSections' returned from ISourceEditor.getDocumentContentInfo() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/editors/LtxRweaveDocEditor.java:[197] 
	public DocContentSectionsRweaveExtension getDocumentContentInfo() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull DocContentSectionsRweaveExtension' returned from RweaveEditor.getDocumentContentInfo() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/editors/LtxRweaveDocEditor.java:[260] 
	handlerService.activateHandler(LTKUI.INSERT_ASSIGNMENT_COMMAND_ID, handler);
	^^^^^^^^^^^^^^
Potential null pointer access: The variable handlerService may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/editors/LtxRweaveDocEditor.java:[288] 
	final LtxRweaveSourceUnit su= getSourceUnit();
	                          ^^
The value of the local variable su is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/editors/LtxRweaveDocEditor.java:[323] 
	public <T> T getAdapter(final Class<T> adapterType) {
	                              ^^^^^
Missing non-null annotation: inherited method from IAdaptable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/editors/LtxRweaveDocEditor.java:[327] 
	return super.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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/sourceediting/LtxRweaveSourceViewerConfiguration.java:[105] 
	protected TextRegion getValidRange(final int offset, final TreePartition partition, final int c) {
	          ^^^^^^^^^^
The return type is incompatible with '@NonNull TextRegion' returned from RAutoEditStrategy.getValidRange(int, TreePartition, int) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/sourceediting/LtxRweaveSourceViewerConfiguration.java:[105] 
	protected TextRegion getValidRange(final int offset, final TreePartition partition, final int c) {
	                                                           ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from RAutoEditStrategy specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/sourceediting/LtxRweaveSourceViewerConfiguration.java:[244] 
	switch (LtxRweaveDocumentContentInfo.INSTANCE.getTypeByPartition(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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/sourceediting/LtxRweaveSourceViewerConfiguration.java:[250] 
	final RHeuristicTokenScanner scanner= RHeuristicTokenScanner.create(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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/sourceediting/LtxRweaveSourceViewerConfiguration.java:[252] 
	LtxRweaveBracketPairMatcher.createRChunkPairMatcher(scanner) );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RBracketPairMatcher' needs unchecked conversion to conform to '@NonNull ICharPairMatcher'
42. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/sourceediting/LtxRweaveSourceViewerConfiguration.java (at line 262)
	if (!(this.rConfig.getRCoreAccess().getPrefs().getPreferenceValue(TexRweaveEditingOptions.LTX_SPELLCHECK_ENABLED_PREF)
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/sourceediting/LtxRweaveSourceViewerConfiguration.java:[297] 
	getSourceEditor() );
	^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ISourceEditor' needs unchecked conversion to conform to '@NonNull ISourceEditor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/RedocsTexRPlugin.java:[29] 
	import org.eclipse.jface.text.templates.ContextTypeRegistry;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/RedocsTexRPlugin.java:[31] 
	import org.eclipse.jface.text.templates.persistence.TemplatePersistenceData;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/RedocsTexRPlugin.java:[87] 
	return instance;
	       ^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RedocsTexRPlugin' but this expression has type '@Nullable RedocsTexRPlugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/RedocsTexRPlugin.java:[112] 
	private @Nullable ContextTypeRegistry codegenTemplateContextTypeRegistry;
	                  ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/RedocsTexRPlugin.java:[115] 
	private @Nullable ContextTypeRegistry docTemplateContextTypeRegistry;
	                  ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/RedocsTexRPlugin.java:[124] 
	public RedocsTexRPlugin() {
	       ^^^^^^^^^^^^^^^^^^
The @NonNull field disposables may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/RedocsTexRPlugin.java:[162] 
	this.disposables= null;
	                  ^^^^
Null type mismatch: required '@NonNull List<@NonNull Disposable>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/RedocsTexRPlugin.java:[202] 
	public synchronized ContextTypeRegistry getCodegenTemplateContextTypeRegistry() {
	                    ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/RedocsTexRPlugin.java:[203] 
	ContextTypeRegistry templateContextTypeRegistry= this.codegenTemplateContextTypeRegistry;
	^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/RedocsTexRPlugin.java:[247] 
	public synchronized ContextTypeRegistry getDocTemplateContextTypeRegistry() {
	                    ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/RedocsTexRPlugin.java:[248] 
	ContextTypeRegistry templateContextTypeRegistry= this.docTemplateContextTypeRegistry;
	^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/RedocsTexRPlugin.java:[302] 
	final TemplatePersistenceData[] templateDatas= oldTemplateStore.getTemplateData(false);
	      ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/RedocsTexRPlugin.java:[303] 
	for (final TemplatePersistenceData templateData : templateDatas) {
	           ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/RedocsTexRPlugin.java:[304] 
	if (templateData.isEnabled()) {
	                 ^^^^^^^^^^^
The method isEnabled() from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/RedocsTexRPlugin.java:[305] 
	final Template template= templateData.getTemplate();
	                                      ^^^^^^^^^^^^^
The method getTemplate() from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/RedocsTexRPlugin.java:[314] 
	final TemplatePersistenceData defaultData= this.docTemplateStore.getTemplateData(
	      ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/RedocsTexRPlugin.java:[314] 
	final TemplatePersistenceData defaultData= this.docTemplateStore.getTemplateData(
	                                                ^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/RedocsTexRPlugin.java:[317] 
	defaultData.setTemplate(newTemplate);
	            ^^^^^^^^^^^^^^^^^^^^^^^^
The method setTemplate(Template) from the type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/RedocsTexRPlugin.java:[320] 
	this.docTemplateStore.add(
	     ^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/RedocsTexRPlugin.java:[321] 
	new TemplatePersistenceData(newTemplate, true) );
	    ^^^^^^^^^^^^^^^^^^^^^^^
The type TemplatePersistenceData is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/RedocsTexRPlugin.java:[321] 
	new TemplatePersistenceData(newTemplate, true) );
	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The constructor TemplatePersistenceData(Template, boolean) is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/RedocsTexRPlugin.java:[327] 
	this.docTemplateStore.save();
	     ^^^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/RedocsTexRPlugin.java:[352] 
	return 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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/core/source/LtxRweaveDocumentSetupParticipant.java:[48] 
	return new TreePartitioner(getPartitioningId(),
	                           ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/editors/LtxRweaveDocumentProvider.java:[163] 
	public void settingsChanged(final Set<String> groupIds) {
	                                  ^^^
Illegal redefinition of parameter groupIds, inherited method from SettingsChangeNotifier.ChangeListener does not constrain this parameter
69. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/editors/LtxRweaveDocumentProvider.java (at line 172)
	this.handleTemporaryDocProblems= access.getPreferenceValue(TexEditorBuild.PROBLEMCHECKING_ENABLED_PREF);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
70. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/editors/LtxRweaveDocumentProvider.java (at line 173)
	this.handleTemporaryRProblems= access.getPreferenceValue(REditorBuild.PROBLEMCHECKING_ENABLED_PREF);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
71. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/editors/LtxRweaveDocumentProvider.java (at line 186)
	final boolean newHandleTemporaryTexProblems= access.getPreferenceValue(TexEditorBuild.PROBLEMCHECKING_ENABLED_PREF);
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
72. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/editors/LtxRweaveDocumentProvider.java (at line 187)
	final boolean newHandleTemporaryRProblems= access.getPreferenceValue(REditorBuild.PROBLEMCHECKING_ENABLED_PREF);
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/editors/ElementSearchHandler.java:[39] 
	public void setInitializationData(final IConfigurationElement config,
	                                        ^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IExecutableExtension specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/editors/ElementSearchHandler.java:[40] 
	final String propertyName, final Object data) throws CoreException {
	      ^^^^^^
Missing non-null annotation: inherited method from IExecutableExtension specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/editors/ElementSearchHandler.java:[40] 
	final String propertyName, final Object data) throws CoreException {
	                                 ^^^^^^
Missing nullable annotation: inherited method from IExecutableExtension specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/sourceediting/DocRQuickOutlineInformationProvider.java:[39] 
	return new DocRQuickOutlineInformationControl(parent, getModelTypeId(), getCommandId());
	                                              ^^^^^^
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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/sourceediting/DocRQuickOutlineInformationProvider.java:[39] 
	return new DocRQuickOutlineInformationControl(parent, getModelTypeId(), getCommandId());
	                                                      ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/sourceediting/DocRQuickOutlineInformationProvider.java:[39] 
	return new DocRQuickOutlineInformationControl(parent, getModelTypeId(), getCommandId());
	                                                                        ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/core/source/RChunkPartitionNodeScanner.java:[42] 
	addNode(R_CHUNK_CONTROL_TYPE, this.reader.getOffset());
	        ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RPartitionNodeType' needs unchecked conversion to conform to '@NonNull RPartitionNodeType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/core/source/RChunkPartitionNodeScanner.java:[49] 
	addNode(R_CHUNK_COMMENT_TYPE, this.reader.getOffset());
	        ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RPartitionNodeType' needs unchecked conversion to conform to '@NonNull RPartitionNodeType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/core/source/RChunkPartitionNodeScanner.java:[76] 
	addNode(R_CHUNK_COMMENT_TYPE, this.reader.getOffset());
	        ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RPartitionNodeType' needs unchecked conversion to conform to '@NonNull RPartitionNodeType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/config/EditorPreferencePage.java:[68] 
	public EditorConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field spellEnableControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/config/EditorPreferencePage.java:[79] 
	setupPreferenceManager(prefs);
	                       ^^^^^
Null type mismatch (type annotations): required '@NonNull Map<@NonNull Preference<?>,@Nullable String>' but this expression has type 'Map<@NonNull Preference<?>,@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/core/source/LtxRweavePartitionNodeScanner.java:[55] 
	public String getPartitionType() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from BasicPartitionNodeType.getPartitionType() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/core/source/LtxRweavePartitionNodeScanner.java:[87] 
	this.rScan= new WrappedPartitionNodeScan(scan);
	                                         ^^^^
Null type safety (type annotations): The expression of type 'TreePartitionNodeScan' needs unchecked conversion to conform to '@NonNull TreePartitionNodeScan'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/core/source/LtxRweavePartitionNodeScanner.java:[103] 
	if (rRootNode.getType() == RChunkPartitionNodeScanner.R_CHUNK_BASE_TYPE) {
	    ^^^^^^^^^
Potential null pointer access: The variable rRootNode may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/core/source/LtxRweavePartitionNodeScanner.java:[162] 
	this.rScanner.execute(this.rScan);
	                      ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WrappedPartitionNodeScan' needs unchecked conversion to conform to '@NonNull TreePartitionNodeScan'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/core/source/LtxRweavePartitionNodeScanner.java:[171] 
	this.rScan.init(this.rStartOffset, this.rScan.getDocument().getLength(), node);
	                                                                         ^^^^
Null type safety (type annotations): The expression of type 'TreePartitionNode' needs unchecked conversion to conform to '@NonNull TreePartitionNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/core/source/LtxRweavePartitionNodeScanner.java:[172] 
	this.rScanner.execute(this.rScan);
	                      ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WrappedPartitionNodeScan' needs unchecked conversion to conform to '@NonNull TreePartitionNodeScan'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/core/LtxRweaveAdapterFactory.java:[36] 
	public Class<?>[] getAdapterList() {
	       ^^^^^^^^^^
The return type is incompatible with '@NonNull Class<?> []' returned from IAdapterFactory.getAdapterList() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/core/LtxRweaveAdapterFactory.java:[42] 
	public <T> T getAdapter(final Object adaptableObject, final Class<T> adapterType) {
	                              ^^^^^^
Missing non-null annotation: inherited method from IAdapterFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/core/LtxRweaveAdapterFactory.java:[42] 
	public <T> T getAdapter(final Object adaptableObject, final Class<T> adapterType) {
	                                                            ^^^^^
Missing non-null annotation: inherited method from IAdapterFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/core/LtxRweaveAdapterFactory.java:[46] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/NewLtxRweaveDocCreationWizard.java:[64] 
	true, m );
	      ^
Null type safety (type annotations): The expression of type 'SubMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/NewLtxRweaveDocCreationWizard.java:[80] 
	su.disconnect(m);
	              ^
Null type safety (type annotations): The expression of type 'SubMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/NewLtxRweaveDocCreationWizard.java:[150] 
	final SubMonitor m= SubMonitor.convert(monitor, Messages.NewDocWizard_Task_label, 10 + 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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/processing/ProduceTab.java:[70] 
	return RedocsRUIResources.INSTANCE.getImage(RedocsRUIResources.TOOL_BUILDTEX_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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/core/source/LtxRweaveBracketPairMatcher.java:[53] 
	RHeuristicTokenScanner.create(getSections()) );
	                              ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/internal/redocs/tex/r/ui/editors/LtxRweaveEditorTemplatesPage.java:[65] 
	return RUIPlugin.getInstance().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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/codegen/CodeGeneration.java:[20] 
	import org.eclipse.jface.text.templates.ContextTypeRegistry;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/codegen/CodeGeneration.java:[41] 
	public static ContextTypeRegistry getDocContextTypeRegistry() {
	              ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/codegen/CodeGeneration.java:[65] 
	getDocContextTypeRegistry().getContextType(template.getContextTypeId()),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/codegen/CodeGeneration.java:[65] 
	getDocContextTypeRegistry().getContextType(template.getContextTypeId()),
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getContextType(String) from the type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/codegen/CodeGeneration.java:[66] 
	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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/codegen/CodeGeneration.java:[73] 
	return new EvaluatedTemplate(buffer, 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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/TexRweaveLabelProvider.java:[42] 
	public Image getImage(final LtkModelElement element) {
	                            ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/TexRweaveLabelProvider.java:[53] 
	public String getText(final LtkModelElement element) {
	                            ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/TexRweaveLabelProvider.java:[58] 
	final SourceStructElement rElement= ((EmbeddingForeignElement)element).getForeignElement();
	      ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/TexRweaveLabelProvider.java:[58] 
	final SourceStructElement rElement= ((EmbeddingForeignElement)element).getForeignElement();
	                                      ^^^^^^^^^^^^^^^^^^^^^^^
EmbeddingForeignElement is a raw type. References to generic type EmbeddingForeignElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/TexRweaveLabelProvider.java:[67] 
	public StyledString getStyledText(final LtkModelElement element) {
	                                        ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/TexRweaveLabelProvider.java:[72] 
	final SourceStructElement rElement= ((EmbeddingForeignElement)element).getForeignElement();
	      ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/org/eclipse/statet/redocs/tex/r/ui/TexRweaveLabelProvider.java:[72] 
	final SourceStructElement rElement= ((EmbeddingForeignElement)element).getForeignElement();
	                                      ^^^^^^^^^^^^^^^^^^^^^^^
EmbeddingForeignElement is a raw type. References to generic type EmbeddingForeignElement<TModelChild,TSourceChild> should be parameterized
112 problems (0 errors, 107 warnings, 107 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.redocs.tex.r ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.redocs.tex.r ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/target/org.eclipse.statet.redocs.tex.r-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.redocs.tex.r ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.redocs.tex.r ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/target/org.eclipse.statet.redocs.tex.r-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.tex.r ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.redocs.tex.r ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.redocs.tex.r ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/target/org.eclipse.statet.redocs.tex.r-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.redocs.tex.r ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/target/org.eclipse.statet.redocs.tex.r-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/target/org.eclipse.statet.redocs.tex.r-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.redocs.tex.r ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r/target/org.eclipse.statet.redocs.tex.r-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.redocs.tex.r ---
[INFO] 
[INFO] --< org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r.debug >---
[INFO] Building StatET ReDocs - LaTeX+R - R Debug  (Incubation) 4.2.4.202103250600-r [125/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.redocs.tex.r.debug ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.redocs.tex.r.debug ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.redocs.tex.r.debug ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.redocs.tex.r.debug ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.debug/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.redocs.tex.r.debug ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.debug/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.debug/src/org/eclipse/statet/internal/redocs/tex/r/ui/debug/RetargettableActionAdapterFactory.java:[40] 
	public Class<?>[] getAdapterList() {
	       ^^^^^^^^^^
The return type is incompatible with '@NonNull Class<?> []' returned from IAdapterFactory.getAdapterList() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.debug/src/org/eclipse/statet/internal/redocs/tex/r/ui/debug/RetargettableActionAdapterFactory.java:[46] 
	public <T> T getAdapter(final Object adaptableObject, final Class<T> adapterType) {
	                              ^^^^^^
Missing non-null annotation: inherited method from IAdapterFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.debug/src/org/eclipse/statet/internal/redocs/tex/r/ui/debug/RetargettableActionAdapterFactory.java:[46] 
	public <T> T getAdapter(final Object adaptableObject, final Class<T> adapterType) {
	                                                            ^^^^^
Missing non-null annotation: inherited method from IAdapterFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.debug/src/org/eclipse/statet/internal/redocs/tex/r/ui/debug/RetargettableActionAdapterFactory.java:[55] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
4 problems (4 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.redocs.tex.r.debug ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.debug/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.redocs.tex.r.debug ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.debug/target/org.eclipse.statet.redocs.tex.r.debug-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.redocs.tex.r.debug ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.redocs.tex.r.debug ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.debug/target/org.eclipse.statet.redocs.tex.r.debug-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.tex.r.debug ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.redocs.tex.r.debug ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.redocs.tex.r.debug ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.debug/target/org.eclipse.statet.redocs.tex.r.debug-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.redocs.tex.r.debug ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.debug/target/org.eclipse.statet.redocs.tex.r.debug-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.debug/target/org.eclipse.statet.redocs.tex.r.debug-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.redocs.tex.r.debug ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.debug/target/org.eclipse.statet.redocs.tex.r.debug-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.redocs.tex.r.debug ---
[INFO] 
[INFO] ---< org.eclipse.statet.redocs:org.eclipse.statet.redocs.tex.r.doc >----
[INFO] Building StatET ReDocs - LaTeX+R - Documentation  (Incubation) 4.2.4.202103250600-r [126/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.redocs.tex.r.doc ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.redocs.tex.r.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.redocs.tex.r.doc ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.redocs.tex.r.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.redocs.tex.r.doc ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.redocs.tex.r.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.doc/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.redocs.tex.r.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.doc/target/org.eclipse.statet.redocs.tex.r.doc-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.redocs.tex.r.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.redocs.tex.r.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.doc/target/org.eclipse.statet.redocs.tex.r.doc-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.tex.r.doc ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.redocs.tex.r.doc ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.redocs.tex.r.doc ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.doc/target/org.eclipse.statet.redocs.tex.r.doc-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.redocs.tex.r.doc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.doc/target/org.eclipse.statet.redocs.tex.r.doc-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.doc/target/org.eclipse.statet.redocs.tex.r.doc-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.redocs.tex.r.doc ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.tex.r.doc/target/org.eclipse.statet.redocs.tex.r.doc-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.redocs.tex.r.doc ---
[INFO] 
[INFO] ---< org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r >---
[INFO] Building StatET ReDocs - Wikitext+R  (Incubation) 4.2.4.202103250600-r [127/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] Compiling 55 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/core/model/WikitextRweaveTexBuildParticipant.java:[49] 
	public WikitextRweaveTexBuildParticipant() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field rIndexUpdate may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/editors/ElementSearchHandler.java:[39] 
	public void setInitializationData(final IConfigurationElement config,
	                                        ^^^^^^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IExecutableExtension specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/editors/ElementSearchHandler.java:[40] 
	final String propertyName, final Object data) throws CoreException {
	      ^^^^^^
Missing non-null annotation: inherited method from IExecutableExtension specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/editors/ElementSearchHandler.java:[40] 
	final String propertyName, final Object data) throws CoreException {
	                                 ^^^^^^
Missing nullable annotation: inherited method from IExecutableExtension specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/editors/WikidocRweaveDocumentProvider.java:[177] 
	public void settingsChanged(final Set<String> groupIds) {
	                                  ^^^
Illegal redefinition of parameter groupIds, inherited method from SettingsChangeNotifier.ChangeListener does not constrain this parameter
6. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/editors/WikidocRweaveDocumentProvider.java (at line 186)
	this.handleTemporaryDocProblems= access.getPreferenceValue(WikitextEditorBuild.PROBLEMCHECKING_ENABLED_PREF);
	                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
7. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/editors/WikidocRweaveDocumentProvider.java (at line 187)
	this.handleTemporaryRProblems= access.getPreferenceValue(REditorBuild.PROBLEMCHECKING_ENABLED_PREF);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
8. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/editors/WikidocRweaveDocumentProvider.java (at line 200)
	final boolean newHandleTemporaryDocProblems= access.getPreferenceValue(WikitextEditorBuild.PROBLEMCHECKING_ENABLED_PREF);
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
9. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/editors/WikidocRweaveDocumentProvider.java (at line 201)
	final boolean newHandleTemporaryRProblems= access.getPreferenceValue(REditorBuild.PROBLEMCHECKING_ENABLED_PREF);
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/editors/WikidocRweaveOutlinePage.java:[218] 
	final SourceUnitModelInfo modelInfo= getModelInfo(viewer.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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/editors/WikidocRweaveOutlinePage.java:[419] 
	return (WikidocSourceUnitModelInfo)getModelInfo(viewer.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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/codegen/CodeGeneration.java:[20] 
	import org.eclipse.jface.text.templates.ContextTypeRegistry;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/codegen/CodeGeneration.java:[41] 
	public static ContextTypeRegistry getDocContextTypeRegistry() {
	              ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/codegen/CodeGeneration.java:[66] 
	getDocContextTypeRegistry().getContextType(template.getContextTypeId()),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/codegen/CodeGeneration.java:[66] 
	getDocContextTypeRegistry().getContextType(template.getContextTypeId()),
	                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getContextType(String) from the type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/codegen/CodeGeneration.java:[67] 
	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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/codegen/CodeGeneration.java:[74] 
	return new EvaluatedTemplate(buffer, 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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/sourceediting/WikidocRweaveSourceViewerConfiguration.java:[113] 
	protected TextRegion getValidRange(final int offset, final TreePartition partition, final int c) {
	          ^^^^^^^^^^
The return type is incompatible with '@NonNull TextRegion' returned from RAutoEditStrategy.getValidRange(int, TreePartition, int) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/sourceediting/WikidocRweaveSourceViewerConfiguration.java:[113] 
	protected TextRegion getValidRange(final int offset, final TreePartition partition, final int c) {
	                                                           ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from RAutoEditStrategy specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/sourceediting/WikidocRweaveSourceViewerConfiguration.java:[260] 
	switch (WikidocRweaveDocumentContentInfo.INSTANCE.getTypeByPartition(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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/sourceediting/WikidocRweaveSourceViewerConfiguration.java:[266] 
	final RHeuristicTokenScanner scanner= RHeuristicTokenScanner.create(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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/sourceediting/WikidocRweaveSourceViewerConfiguration.java:[268] 
	WikidocRweaveBracketPairMatcher.createRChunkPairMatcher(scanner) );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RBracketPairMatcher' needs unchecked conversion to conform to '@NonNull ICharPairMatcher'
23. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/sourceediting/WikidocRweaveSourceViewerConfiguration.java (at line 278)
	if (!(this.rConfig.getRCoreAccess().getPrefs().getPreferenceValue(WikitextRweaveEditingSettings.WIKIDOC_SPELLCHECK_ENABLED_PREF)
	      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The expression of type Boolean is unboxed into boolean
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/sourceediting/WikidocRweaveSourceViewerConfiguration.java:[306] 
	getSourceEditor() );
	^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ISourceEditor' needs unchecked conversion to conform to '@NonNull ISourceEditor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/processing/WeaveTab.java:[69] 
	return RedocsRUIResources.INSTANCE.getImage(RedocsRUIResources.TOOL_RWEAVE_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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/core/source/WikidocRweaveDocumentSetupParticipant.java:[47] 
	return new WikitextPartitioner(getPartitioningId(),
	                               ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/sourceediting/DocRQuickOutlineInformationProvider.java:[39] 
	return new DocRQuickOutlineInformationControl(parent, getModelTypeId(), getCommandId());
	                                              ^^^^^^
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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/sourceediting/DocRQuickOutlineInformationProvider.java:[39] 
	return new DocRQuickOutlineInformationControl(parent, getModelTypeId(), getCommandId());
	                                                      ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/sourceediting/DocRQuickOutlineInformationProvider.java:[39] 
	return new DocRQuickOutlineInformationControl(parent, getModelTypeId(), getCommandId());
	                                                                        ^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/processing/WikitextRweaveLaunchDelegate.java:[134] 
	return detector.detect(getSourceFile(), 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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/processing/WikitextRweaveLaunchDelegate.java:[169] 
	final IProgressMonitor monitor) throws CoreException {
	      ^^^^^^^^^^^^^^^^
Illegal redefinition of parameter monitor, inherited method from ILaunchConfigurationDelegate declares this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/core/source/WikidocRweaveBracketPairMatcher.java:[53] 
	RHeuristicTokenScanner.create(getSections()) );
	                              ^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/editors/WikidocRweaveDocEditor.java:[101] 
	public abstract class WikidocRweaveDocEditor extends SourceEditor1 implements WikidocRweaveEditor,
	                      ^^^^^^^^^^^^^^^^^^^^^^
The method IContentType getContentType() from SourceEditor1 cannot implement the corresponding method from DocEditor due to incompatible nullness constraints
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/editors/WikidocRweaveDocEditor.java:[111] 
	ACTION_SET_CONTEXT_IDS, KEY_CONTEXTS );
	^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<String>' needs unchecked conversion to conform to '@NonNull Collection<? extends String>', corresponding supertype is 'Collection<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/editors/WikidocRweaveDocEditor.java:[111] 
	ACTION_SET_CONTEXT_IDS, KEY_CONTEXTS );
	                        ^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ImList<String>' needs unchecked conversion to conform to '@NonNull Collection<? extends String>', corresponding supertype is 'Collection<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/editors/WikidocRweaveDocEditor.java:[148] 
	return WikidocRweaveDocumentContentInfo.INSTANCE.getRChunkCodeRegions(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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/editors/WikidocRweaveDocEditor.java:[192] 
	this.documentSetup ));
	^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WikidocRweaveDocumentSetupParticipant' needs unchecked conversion to conform to '@NonNull IDocumentSetupParticipant'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/editors/WikidocRweaveDocEditor.java:[233] 
	public DocContentSectionsRweaveExtension getDocumentContentInfo() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull DocContentSections' returned from ISourceEditor.getDocumentContentInfo() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/editors/WikidocRweaveDocEditor.java:[233] 
	public DocContentSectionsRweaveExtension getDocumentContentInfo() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull DocContentSectionsRweaveExtension' returned from RweaveEditor.getDocumentContentInfo() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/editors/WikidocRweaveDocEditor.java:[297] 
	handlerService.activateHandler(LTKUI.INSERT_ASSIGNMENT_COMMAND_ID, handler);
	^^^^^^^^^^^^^^
Potential null pointer access: The variable handlerService may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/editors/WikidocRweaveDocEditor.java:[339] 
	final WikidocRweaveSourceUnit su= getSourceUnit();
	                              ^^
The value of the local variable su is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/editors/WikidocRweaveDocEditor.java:[393] 
	return WikitextUI.getMarkupHelpContentIdFor(this.documentSetup.getMarkupLanguage());
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'WikitextMarkupLanguage' needs unchecked conversion to conform to '@NonNull WikitextMarkupLanguage'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/editors/WikidocRweaveDocEditor.java:[398] 
	public <T> T getAdapter(final Class<T> adapterType) {
	                              ^^^^^
Missing non-null annotation: inherited method from IAdaptable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/editors/WikidocRweaveDocEditor.java:[408] 
	return super.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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/RedocsWikitextRPlugin.java:[28] 
	import org.eclipse.jface.text.templates.ContextTypeRegistry;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/RedocsWikitextRPlugin.java:[81] 
	return instance;
	       ^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RedocsWikitextRPlugin' but this expression has type '@Nullable RedocsWikitextRPlugin'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/RedocsWikitextRPlugin.java:[101] 
	private @Nullable ContextTypeRegistry codegenTemplateContextTypeRegistry;
	                  ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/RedocsWikitextRPlugin.java:[104] 
	private @Nullable ContextTypeRegistry docTemplateContextTypeRegistry;
	                  ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/RedocsWikitextRPlugin.java:[113] 
	public RedocsWikitextRPlugin() {
	       ^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field disposables may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/RedocsWikitextRPlugin.java:[151] 
	this.disposables= null;
	                  ^^^^
Null type mismatch: required '@NonNull List<@NonNull Disposable>' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/RedocsWikitextRPlugin.java:[191] 
	public synchronized ContextTypeRegistry getCodegenTemplateContextTypeRegistry() {
	                    ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/RedocsWikitextRPlugin.java:[192] 
	ContextTypeRegistry templateContextTypeRegistry= this.codegenTemplateContextTypeRegistry;
	^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/RedocsWikitextRPlugin.java:[236] 
	public synchronized ContextTypeRegistry getDocTemplateContextTypeRegistry() {
	                    ^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/RedocsWikitextRPlugin.java:[237] 
	ContextTypeRegistry templateContextTypeRegistry= this.docTemplateContextTypeRegistry;
	^^^^^^^^^^^^^^^^^^^
The type ContextTypeRegistry is deprecated
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/RedocsWikitextRPlugin.java:[291] 
	return 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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/config/EditorPreferencePage.java:[68] 
	public EditorConfigurationBlock(final @Nullable StatusChangeListener statusListener) {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The @NonNull field spellEnableControl may not have been initialized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/config/EditorPreferencePage.java:[79] 
	setupPreferenceManager(prefs);
	                       ^^^^^
Null type mismatch (type annotations): required '@NonNull Map<@NonNull Preference<?>,@Nullable String>' but this expression has type 'Map<@NonNull Preference<?>,@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/util/WikitextRNameElementFilter.java:[56] 
	if (((LtkModelElement) element).getModelTypeId() == RModel.R_TYPE_ID) {
	      ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/editors/WikidocRweaveEditorTemplatesPage.java:[66] 
	return RUIPlugin.getInstance().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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/codegen/NewWikidocRweaveDocCreationWizard.java:[65] 
	true, m );
	      ^
Null type safety (type annotations): The expression of type 'SubMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/codegen/NewWikidocRweaveDocCreationWizard.java:[81] 
	su.disconnect(m);
	              ^
Null type safety (type annotations): The expression of type 'SubMonitor' needs unchecked conversion to conform to '@NonNull IProgressMonitor'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/codegen/NewWikidocRweaveDocCreationWizard.java:[156] 
	final SubMonitor m= SubMonitor.convert(monitor, Messages.NewDocWizard_Task_label, 10 + 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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/processing/YamlFormatDetector.java:[69] 
	final SourceUnit unit= LtkModels.getSourceUnitManager().getSourceUnit(this.modelTypeId,
	                                                                      ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/processing/YamlFormatDetector.java:[72] 
	final SourceContent content= unit.getContent(m.newChild(1));
	                             ^^^^
Potential null pointer access: The variable unit may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/processing/YamlFormatDetector.java:[102] 
	unit.disconnect(m);
	^^^^
Potential null pointer access: The variable unit may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/processing/YamlFormatDetector.java:[143] 
	public void visit(final Collection node) throws InvocationTargetException {
	                        ^^^^^^^^^^
Missing non-null annotation: inherited method from YamlAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/processing/YamlFormatDetector.java:[144] 
	if (node.getYamlParent().getNodeType() == NodeType.DOC_CONTENT
	    ^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getYamlParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/processing/YamlFormatDetector.java:[151] 
	public void visit(final Tuple node) throws InvocationTargetException {
	                        ^^^^^
Missing non-null annotation: inherited method from YamlAstVisitor specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/processing/YamlFormatDetector.java:[202] 
	&& outputConfigEntry.getKeyNode().getText().equals("format") //$NON-NLS-1$
	   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getText() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/processing/YamlFormatDetector.java:[304] 
	this.extValidator= DocProcessingConfig.VALID_EXT_PATTERN.matcher(ext);
	                                                                 ^^^
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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/processing/YamlFormatDetector.java:[307] 
	this.extValidator.reset(ext);
	                        ^^^
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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/sourceediting/DocROutlineContentProvider.java:[43] 
	public @Nullable SourceStructElement getParent(final SourceStructElement<?, ?> element) {
	                 ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/sourceediting/DocROutlineContentProvider.java:[44] 
	final SourceStructElement parent= super.getParent(element);
	      ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/sourceediting/DocROutlineContentProvider.java:[54] 
	final SourceStructElement<?, ?> foreignElement= ((EmbeddingForeignElement<?, ?>)element).getForeignElement();
	                                                                                ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/sourceediting/DocROutlineContentProvider.java:[61] 
	public SourceStructElement[] getChildren(final @Nullable SourceStructElement<?, ?> element) {
	       ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/sourceediting/DocROutlineContentProvider.java:[63] 
	final SourceStructElement<?, ?> foreignElement= ((EmbeddingForeignElement<?, ?>)element).getForeignElement();
	                                                                                ^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/processing/ProduceTab.java:[70] 
	return RedocsRUIResources.INSTANCE.getImage(RedocsRUIResources.TOOL_BUILDTEX_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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/core/model/WikidocRChunkReconciler.java:[41] 
	markupLanguage.getRChunkStartLinePattern(),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Pattern' needs unchecked conversion to conform to '@NonNull Pattern'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/core/model/WikidocRChunkReconciler.java:[42] 
	markupLanguage.getRChunkRefLinePattern(),
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Pattern' needs unchecked conversion to conform to '@NonNull Pattern'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/core/model/WikidocRChunkReconciler.java:[43] 
	markupLanguage.getRChunkEndLinePattern() );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Pattern' needs unchecked conversion to conform to '@NonNull Pattern'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/core/WikidocRweaveAdapterFactory.java:[36] 
	public Class<?>[] getAdapterList() {
	       ^^^^^^^^^^
The return type is incompatible with '@NonNull Class<?> []' returned from IAdapterFactory.getAdapterList() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/core/WikidocRweaveAdapterFactory.java:[42] 
	public <T> T getAdapter(final Object adaptableObject, final Class<T> adapterType) {
	                              ^^^^^^
Missing non-null annotation: inherited method from IAdapterFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/core/WikidocRweaveAdapterFactory.java:[42] 
	public <T> T getAdapter(final Object adaptableObject, final Class<T> adapterType) {
	                                                            ^^^^^
Missing non-null annotation: inherited method from IAdapterFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/core/WikidocRweaveAdapterFactory.java:[46] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/sourceediting/RChunkTemplateCompletionComputer.java:[84] 
	onSessionStarted(context.getEditor(), null);
	                                      ^^^^
Null type mismatch: required '@NonNull ContentAssist' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/sourceediting/RChunkTemplateCompletionComputer.java:[116] 
	final List<String> indentPrefixes= this.markupLanguage.getIndentPrefixes();
	                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<String>' needs unchecked conversion to conform to 'List<@NonNull String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/sourceediting/RChunkTemplateCompletionComputer.java:[116] 
	final List<String> indentPrefixes= this.markupLanguage.getIndentPrefixes();
	                                        ^^^^^^^^^^^^^^
Potential null pointer access: this expression has a '@Nullable' type
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/sourceediting/RChunkTemplateCompletionComputer.java:[153] 
	return RedocsRUIResources.INSTANCE.getImage(RedocsRUIResources.OBJ_RCHUNK_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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/sourceediting/WikidocRweaveSourceViewerConfigurator.java:[68] 
	this.rCoreAccess= new RCoreAccessWrapper(rCoreAccess) {
	                                         ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RCoreAccess' needs unchecked conversion to conform to '@NonNull RCoreAccess'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/sourceediting/WikidocRweaveSourceViewerConfigurator.java:[71] 
	public RCodeStyleSettings getRCodeStyle() {
	       ^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull RCodeStyleSettings' returned from RCoreAccessWrapper.getRCodeStyle() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/WikitextRweaveLabelProvider.java:[42] 
	public Image getImage(final LtkModelElement element) {
	                            ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/WikitextRweaveLabelProvider.java:[50] 
	protected Image getEmbeddedForeignImage(final LtkModelElement element) {
	                                              ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/WikitextRweaveLabelProvider.java:[58] 
	public String getText(final LtkModelElement element) {
	                            ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/WikitextRweaveLabelProvider.java:[63] 
	final SourceStructElement rElement= ((EmbeddingForeignElement)element).getForeignElement();
	      ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/WikitextRweaveLabelProvider.java:[63] 
	final SourceStructElement rElement= ((EmbeddingForeignElement)element).getForeignElement();
	                                      ^^^^^^^^^^^^^^^^^^^^^^^
EmbeddingForeignElement is a raw type. References to generic type EmbeddingForeignElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/WikitextRweaveLabelProvider.java:[72] 
	public StyledString getStyledText(final LtkModelElement element) {
	                                        ^^^^^^^^^^^^^^^
LtkModelElement is a raw type. References to generic type LtkModelElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/WikitextRweaveLabelProvider.java:[77] 
	final SourceStructElement rElement= ((EmbeddingForeignElement)element).getForeignElement();
	      ^^^^^^^^^^^^^^^^^^^
SourceStructElement is a raw type. References to generic type SourceStructElement<TModelChild,TSourceChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/org/eclipse/statet/redocs/wikitext/r/ui/WikitextRweaveLabelProvider.java:[77] 
	final SourceStructElement rElement= ((EmbeddingForeignElement)element).getForeignElement();
	                                      ^^^^^^^^^^^^^^^^^^^^^^^
EmbeddingForeignElement is a raw type. References to generic type EmbeddingForeignElement<TModelChild,TSourceChild> should be parameterized
98 problems (0 errors, 93 warnings, 93 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/target/org.eclipse.statet.redocs.wikitext.r-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/target/org.eclipse.statet.redocs.wikitext.r-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/target/org.eclipse.statet.redocs.wikitext.r-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/target/org.eclipse.statet.redocs.wikitext.r-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/target/org.eclipse.statet.redocs.wikitext.r-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r/target/org.eclipse.statet.redocs.wikitext.r-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] 
[INFO] --< org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.debug >--
[INFO] Building StatET ReDocs - Wikitext+R - R Debug  (Incubation) 4.2.4.202103250600-r [128/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.redocs.wikitext.r.debug ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.redocs.wikitext.r.debug ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.redocs.wikitext.r.debug ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.redocs.wikitext.r.debug ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.debug/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.redocs.wikitext.r.debug ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.debug/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.debug/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/debug/RetargettableActionAdapterFactory.java:[40] 
	public Class<?>[] getAdapterList() {
	       ^^^^^^^^^^
The return type is incompatible with '@NonNull Class<?> []' returned from IAdapterFactory.getAdapterList() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.debug/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/debug/RetargettableActionAdapterFactory.java:[46] 
	public <T> T getAdapter(final Object adaptableObject, final Class<T> adapterType) {
	                              ^^^^^^
Missing non-null annotation: inherited method from IAdapterFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.debug/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/debug/RetargettableActionAdapterFactory.java:[46] 
	public <T> T getAdapter(final Object adaptableObject, final Class<T> adapterType) {
	                                                            ^^^^^
Missing non-null annotation: inherited method from IAdapterFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.debug/src/org/eclipse/statet/internal/redocs/wikitext/r/ui/debug/RetargettableActionAdapterFactory.java:[55] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
4 problems (4 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.redocs.wikitext.r.debug ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.debug/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.redocs.wikitext.r.debug ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.debug/target/org.eclipse.statet.redocs.wikitext.r.debug-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.redocs.wikitext.r.debug ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.redocs.wikitext.r.debug ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.debug/target/org.eclipse.statet.redocs.wikitext.r.debug-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.wikitext.r.debug ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.redocs.wikitext.r.debug ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.redocs.wikitext.r.debug ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.debug/target/org.eclipse.statet.redocs.wikitext.r.debug-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.redocs.wikitext.r.debug ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.debug/target/org.eclipse.statet.redocs.wikitext.r.debug-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.debug/target/org.eclipse.statet.redocs.wikitext.r.debug-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.redocs.wikitext.r.debug ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.debug/target/org.eclipse.statet.redocs.wikitext.r.debug-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.redocs.wikitext.r.debug ---
[INFO] 
[INFO] --< org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.commonmark >--
[INFO] Building StatET ReDocs - Wikitext+R - CommonMark  (Incubation) 4.2.4.202103250600-r [129/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.redocs.wikitext.r.commonmark ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.redocs.wikitext.r.commonmark ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.redocs.wikitext.r.commonmark ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.redocs.wikitext.r.commonmark ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.redocs.wikitext.r.commonmark ---
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/core/RCommonmarkLanguage.java:[41] 
	public class RCommonmarkLanguage extends CommonmarkLanguage
	             ^^^^^^^^^^^^^^^^^^^
The method String getName() from MarkupLanguage cannot implement the corresponding method from WikitextMarkupLanguage due to incompatible nullness constraints
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/core/RCommonmarkLanguage.java:[87] 
	public RCommonmarkLanguage clone() {
	       ^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull WikitextMarkupLanguage' returned from WikitextMarkupLanguage.clone() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/core/RCommonmarkLanguage.java:[87] 
	public RCommonmarkLanguage clone() {
	       ^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull ExtdocMarkupLanguage' returned from ExtdocMarkupLanguage.clone() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/core/RCommonmarkLanguage.java:[87] 
	public RCommonmarkLanguage clone() {
	       ^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull CommonmarkLanguage' returned from CommonmarkLanguage.clone() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/core/RCommonmarkLanguage.java:[92] 
	public RCommonmarkLanguage clone(final String scope, final int mode) {
	       ^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull WikitextMarkupLanguage' returned from WikitextMarkupLanguage.clone(String, int) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/core/RCommonmarkLanguage.java:[92] 
	public RCommonmarkLanguage clone(final String scope, final int mode) {
	       ^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull ExtdocMarkupLanguage' returned from ExtdocMarkupLanguage.clone(String, int) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/core/RCommonmarkLanguage.java:[92] 
	public RCommonmarkLanguage clone(final String scope, final int mode) {
	       ^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull CommonmarkLanguage' returned from CommonmarkLanguage.clone(String, int) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/core/RCommonmarkLanguage.java:[92] 
	public RCommonmarkLanguage clone(final String scope, final int mode) {
	                                       ^^^^^^
Missing non-null annotation: inherited method from WikitextMarkupLanguage specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/core/RCommonmarkLanguage.java:[92] 
	public RCommonmarkLanguage clone(final String scope, final int mode) {
	                                       ^^^^^^
Missing non-null annotation: inherited method from ExtdocMarkupLanguage specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/core/RCommonmarkLanguage.java:[92] 
	public RCommonmarkLanguage clone(final String scope, final int mode) {
	                                       ^^^^^^
Missing non-null annotation: inherited method from CommonmarkLanguage specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/core/RCommonmarkLanguage.java:[93] 
	return (RCommonmarkLanguage) super.clone(scope, 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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/core/RCommonmarkLanguage.java:[98] 
	public void setMarkupConfig(final MarkupConfig config) {
	                                  ^^^^^^^^^^^^
Missing nullable annotation: inherited method from WikitextMarkupLanguage specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/core/RCommonmarkLanguage.java:[98] 
	public void setMarkupConfig(final MarkupConfig config) {
	                                  ^^^^^^^^^^^^
Missing nullable annotation: inherited method from CommonmarkLanguage specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/core/RCommonmarkLanguage.java:[160] 
	public void processContent(final MarkupParser2 parser, final SourceContent content, final boolean asDocument) {
	                                 ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from WikitextMarkupLanguageExtension2 specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/core/RCommonmarkLanguage.java:[160] 
	public void processContent(final MarkupParser2 parser, final SourceContent content, final boolean asDocument) {
	                                 ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from CommonmarkLanguage specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/core/RCommonmarkLanguage.java:[160] 
	public void processContent(final MarkupParser2 parser, final SourceContent content, final boolean asDocument) {
	                                                             ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from WikitextMarkupLanguageExtension2 specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/core/RCommonmarkLanguage.java:[160] 
	public void processContent(final MarkupParser2 parser, final SourceContent content, final boolean asDocument) {
	                                                             ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from CommonmarkLanguage specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/core/RCommonmarkLanguage.java:[186] 
	doProcessContent(baseParser, new SourceContent(content.getStamp(), markupContent), asDocument);
	                                                                   ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/core/RChunkPartitionNodeScanner.java:[49] 
	addNode(R_CHUNK_COMMENT_TYPE, this.reader.getOffset());
	        ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RPartitionNodeType' needs unchecked conversion to conform to '@NonNull RPartitionNodeType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/core/RChunkPartitionNodeScanner.java:[56] 
	addNode(R_CHUNK_CONTROL_TYPE, this.reader.getOffset());
	        ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RPartitionNodeType' needs unchecked conversion to conform to '@NonNull RPartitionNodeType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/core/RChunkPartitionNodeScanner.java:[71] 
	addNode(R_CHUNK_COMMENT_TYPE, this.reader.getOffset());
	        ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RPartitionNodeType' needs unchecked conversion to conform to '@NonNull RPartitionNodeType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/core/RChunkPartitionNodeScanner.java:[79] 
	addNode(R_CHUNK_CONTROL_TYPE, this.reader.getOffset());
	        ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RPartitionNodeType' needs unchecked conversion to conform to '@NonNull RPartitionNodeType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/core/RChunkPartitionNodeScanner.java:[99] 
	addNode(R_CHUNK_CONTROL_TYPE, this.reader.getOffset());
	        ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RPartitionNodeType' needs unchecked conversion to conform to '@NonNull RPartitionNodeType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/core/RChunkPartitionNodeScanner.java:[130] 
	addNode(R_CHUNK_COMMENT_TYPE, this.reader.getOffset());
	        ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RPartitionNodeType' needs unchecked conversion to conform to '@NonNull RPartitionNodeType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/CommonmarkRweavePlugin.java:[77] 
	private boolean started;
	                ^^^^^^^
The value of the field CommonmarkRweavePlugin.started is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/CommonmarkRweavePlugin.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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/CommonmarkRweavePlugin.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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/CommonmarkRweavePlugin.java:[100] 
	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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/CommonmarkRweavePlugin.java:[108] 
	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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/ui/LanguageUIAdapterFactory.java:[38] 
	public Class<?>[] getAdapterList() {
	       ^^^^^^^^^^
The return type is incompatible with '@NonNull Class<?> []' returned from IAdapterFactory.getAdapterList() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/ui/LanguageUIAdapterFactory.java:[44] 
	public <T> T getAdapter(final Object adaptableObject, final Class<T> adapterType) {
	                              ^^^^^^
Missing non-null annotation: inherited method from IAdapterFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/ui/LanguageUIAdapterFactory.java:[44] 
	public <T> T getAdapter(final Object adaptableObject, final Class<T> adapterType) {
	                                                            ^^^^^
Missing non-null annotation: inherited method from IAdapterFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/ui/LanguageUIAdapterFactory.java:[53] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/ui/NewDocTemplateCategoryConfiguration.java:[59] 
	return new TemplateStoreContribution(CodeGeneration.getDocTemplateStore());
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TemplateStore' needs unchecked conversion to conform to '@NonNull TemplateStore'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/ui/ConfigUIAdapterFactory.java:[37] 
	public Class<?>[] getAdapterList() {
	       ^^^^^^^^^^
The return type is incompatible with '@NonNull Class<?> []' returned from IAdapterFactory.getAdapterList() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/ui/ConfigUIAdapterFactory.java:[43] 
	public <T> T getAdapter(final Object adaptableObject, final Class<T> adapterType) {
	                              ^^^^^^
Missing non-null annotation: inherited method from IAdapterFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/ui/ConfigUIAdapterFactory.java:[43] 
	public <T> T getAdapter(final Object adaptableObject, final Class<T> adapterType) {
	                                                            ^^^^^
Missing non-null annotation: inherited method from IAdapterFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/ui/ConfigUIAdapterFactory.java:[52] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/ui/RCommonmarkConfigUI.java:[44] 
	protected Composite createExtensionGroup(final Composite parent) {
	          ^^^^^^^^^
The return type is incompatible with '@NonNull Composite' returned from AbstractMarkupConfigDialog<RCommonmarkConfigImpl>.createExtensionGroup(Composite) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/ui/RCommonmarkConfigUI.java:[44] 
	protected Composite createExtensionGroup(final Composite parent) {
	                                               ^^^^^^^^^
Missing non-null annotation: inherited method from AbstractMarkupConfigDialog<RCommonmarkConfigImpl> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/ui/RCommonmarkConfigUI.java:[45] 
	final Composite composite= super.createExtensionGroup(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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/ui/RCommonmarkConfigUI.java:[65] 
	public boolean edit(final String contextLabel, final AtomicBoolean isContextEnabled, final MarkupConfig config, final Shell parent) {
	                          ^^^^^^
Missing nullable annotation: inherited method from MarkupConfigUIAdapter specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/ui/RCommonmarkConfigUI.java:[65] 
	public boolean edit(final String contextLabel, final AtomicBoolean isContextEnabled, final MarkupConfig config, final Shell parent) {
	                                                     ^^^^^^^^^^^^^
Missing nullable annotation: inherited method from MarkupConfigUIAdapter specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/ui/RCommonmarkConfigUI.java:[65] 
	public boolean edit(final String contextLabel, final AtomicBoolean isContextEnabled, final MarkupConfig config, final Shell parent) {
	                                                                                           ^^^^^^^^^^^^
Missing non-null annotation: inherited method from MarkupConfigUIAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/ui/RCommonmarkConfigUI.java:[65] 
	public boolean edit(final String contextLabel, final AtomicBoolean isContextEnabled, final MarkupConfig config, final Shell parent) {
	                                                                                                                      ^^^^^
Missing nullable annotation: inherited method from MarkupConfigUIAdapter specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/org/eclipse/statet/internal/redocs/wikitext/r/commonmark/ui/CommonmarkRweaveDocEditor.java:[21] 
	public class CommonmarkRweaveDocEditor extends WikidocRweaveDocEditor {
	             ^^^^^^^^^^^^^^^^^^^^^^^^^
The method IContentType getContentType() from SourceEditor1 cannot implement the corresponding method from DocEditor due to incompatible nullness constraints
46 problems (46 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.redocs.wikitext.r.commonmark ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.redocs.wikitext.r.commonmark ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/target/org.eclipse.statet.redocs.wikitext.r.commonmark-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.redocs.wikitext.r.commonmark ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.redocs.wikitext.r.commonmark ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/target/org.eclipse.statet.redocs.wikitext.r.commonmark-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.wikitext.r.commonmark ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.redocs.wikitext.r.commonmark ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.redocs.wikitext.r.commonmark ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/target/org.eclipse.statet.redocs.wikitext.r.commonmark-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.redocs.wikitext.r.commonmark ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/target/org.eclipse.statet.redocs.wikitext.r.commonmark-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/target/org.eclipse.statet.redocs.wikitext.r.commonmark-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.redocs.wikitext.r.commonmark ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.commonmark/target/org.eclipse.statet.redocs.wikitext.r.commonmark-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.redocs.wikitext.r.commonmark ---
[INFO] 
[INFO] --< org.eclipse.statet.redocs:org.eclipse.statet.redocs.wikitext.r.textile >--
[INFO] Building StatET ReDocs - Wikitext+R - Textile  (Incubation) 4.2.4.202103250600-r [130/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/RChunkPartitionNodeScanner.java:[50] 
	addNode(R_CHUNK_CONTROL_TYPE, this.reader.getOffset());
	        ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RPartitionNodeType' needs unchecked conversion to conform to '@NonNull RPartitionNodeType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/RChunkPartitionNodeScanner.java:[57] 
	addNode(R_CHUNK_COMMENT_TYPE, this.reader.getOffset());
	        ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RPartitionNodeType' needs unchecked conversion to conform to '@NonNull RPartitionNodeType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/RChunkPartitionNodeScanner.java:[68] 
	addNode(R_CHUNK_CONTROL_TYPE, this.reader.getOffset());
	        ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RPartitionNodeType' needs unchecked conversion to conform to '@NonNull RPartitionNodeType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/RChunkPartitionNodeScanner.java:[96] 
	addNode(R_CHUNK_COMMENT_TYPE, this.reader.getOffset());
	        ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'RPartitionNodeType' needs unchecked conversion to conform to '@NonNull RPartitionNodeType'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/TextileRweavePlugin.java:[83] 
	private boolean started;
	                ^^^^^^^
The value of the field TextileRweavePlugin.started is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/TextileRweavePlugin.java:[93] 
	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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/TextileRweavePlugin.java:[94] 
	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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/TextileRweavePlugin.java:[109] 
	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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/TextileRweavePlugin.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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/ui/TextileRweaveDocEditor.java:[21] 
	public class TextileRweaveDocEditor extends WikidocRweaveDocEditor {
	             ^^^^^^^^^^^^^^^^^^^^^^
The method IContentType getContentType() from SourceEditor1 cannot implement the corresponding method from DocEditor due to incompatible nullness constraints
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/RTextileLanguage.java:[51] 
	public class RTextileLanguage extends TextileLanguage
	             ^^^^^^^^^^^^^^^^
The method String getName() from MarkupLanguage cannot implement the corresponding method from WikitextMarkupLanguage due to incompatible nullness constraints
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/RTextileLanguage.java:[99] 
	public RTextileLanguage clone() {
	       ^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull WikitextMarkupLanguage' returned from WikitextMarkupLanguage.clone() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/RTextileLanguage.java:[99] 
	public RTextileLanguage clone() {
	       ^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull ExtdocMarkupLanguage' returned from ExtdocMarkupLanguage.clone() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/RTextileLanguage.java:[107] 
	public RTextileLanguage clone(final String scope, final int mode) {
	       ^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull WikitextMarkupLanguage' returned from WikitextMarkupLanguage.clone(String, int) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/RTextileLanguage.java:[107] 
	public RTextileLanguage clone(final String scope, final int mode) {
	       ^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull ExtdocMarkupLanguage' returned from ExtdocMarkupLanguage.clone(String, int) (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/RTextileLanguage.java:[107] 
	public RTextileLanguage clone(final String scope, final int mode) {
	                                    ^^^^^^
Missing non-null annotation: inherited method from WikitextMarkupLanguage specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/RTextileLanguage.java:[107] 
	public RTextileLanguage clone(final String scope, final int mode) {
	                                    ^^^^^^
Missing non-null annotation: inherited method from ExtdocMarkupLanguage specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/RTextileLanguage.java:[117] 
	public String getScope() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from WikitextMarkupLanguage.getScope() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/RTextileLanguage.java:[134] 
	public void setMarkupConfig(final MarkupConfig config) {
	                                  ^^^^^^^^^^^^
Missing nullable annotation: inherited method from WikitextMarkupLanguage specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/RTextileLanguage.java:[185] 
	public void processContent(final MarkupParser2 parser, final SourceContent content, final boolean asDocument) {
	                                 ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from WikitextMarkupLanguageExtension2 specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/RTextileLanguage.java:[185] 
	public void processContent(final MarkupParser2 parser, final SourceContent content, final boolean asDocument) {
	                                                             ^^^^^^^^^^^^^
Missing non-null annotation: inherited method from WikitextMarkupLanguageExtension2 specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/RTextileLanguage.java:[237] 
	processContent(new MarkupParser2(parser), new SourceContent(0, markupContent), asDocument);
	                                                               ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/RTextileLanguage.java:[268] 
	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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/RTextileLanguage.java:[268] 
	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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/RTextileLanguage.java:[268] 
	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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/RTextileLanguage.java:[268] 
	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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/RTextileLanguage.java:[268] 
	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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/RTextileLanguage.java:[268] 
	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.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/RTextileLanguage.java:[285] 
	public WikitextProblemReporter getProblemReporter() {
	       ^^^^^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull WikitextProblemReporter' returned from ExtdocMarkupLanguage.getProblemReporter() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/core/RTextileLanguage.java:[293] 
	public MarkupSourceFormatAdapter getSourceFormatAdapter() {
	       ^^^^^^^^^^^^^^^^^^^^^^^^^
The return type is incompatible with '@NonNull MarkupSourceFormatAdapter' returned from ExtdocMarkupLanguage.getSourceFormatAdapter() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/ui/ConfigUIAdapterFactory.java:[37] 
	public Class<?>[] getAdapterList() {
	       ^^^^^^^^^^
The return type is incompatible with '@NonNull Class<?> []' returned from IAdapterFactory.getAdapterList() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/ui/ConfigUIAdapterFactory.java:[43] 
	public <T> T getAdapter(final Object adaptableObject, final Class<T> adapterType) {
	                              ^^^^^^
Missing non-null annotation: inherited method from IAdapterFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/ui/ConfigUIAdapterFactory.java:[43] 
	public <T> T getAdapter(final Object adaptableObject, final Class<T> adapterType) {
	                                                            ^^^^^
Missing non-null annotation: inherited method from IAdapterFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/ui/ConfigUIAdapterFactory.java:[52] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/org/eclipse/statet/internal/redocs/wikitext/r/textile/ui/NewDocTemplateCategoryConfiguration.java:[59] 
	return new TemplateStoreContribution(CodeGeneration.getDocTemplateStore());
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TemplateStore' needs unchecked conversion to conform to '@NonNull TemplateStore'
35 problems (35 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/target/org.eclipse.statet.redocs.wikitext.r.textile-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/target/org.eclipse.statet.redocs.wikitext.r.textile-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/target/org.eclipse.statet.redocs.wikitext.r.textile-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/target/org.eclipse.statet.redocs.wikitext.r.textile-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/target/org.eclipse.statet.redocs.wikitext.r.textile-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/org.eclipse.statet.redocs.wikitext.r.textile/target/org.eclipse.statet.redocs.wikitext.r.textile-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.redocs.wikitext.r.textile ---
[INFO] 
[INFO] ------------< org.eclipse.statet.redocs-assemblies:redocs >-------------
[INFO] Building redocs 4.2.4.202103250600-r                           [131/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ redocs ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ redocs ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ redocs ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ redocs ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ redocs ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ redocs ---
[INFO] 
[INFO] --< org.eclipse.statet.redocs-assemblies:org.eclipse.statet.redocs.tex.r >--
[INFO] Building StatET ReDocs - LaTeX+R (Sweave, Reproducible Documents)  (Incubation) 4.2.4.202103250600-r [132/145]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.redocs.tex.r ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.redocs.tex.r ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.redocs.tex.r ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.redocs.tex.r ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.redocs.tex.r ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.statet.redocs.tex.r ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/_assemblies/org.eclipse.statet.redocs.tex.r-feature/target/org.eclipse.statet.redocs.tex.r-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.tex.r ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.redocs.tex.r ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.redocs.tex.r ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/_assemblies/org.eclipse.statet.redocs.tex.r-feature/target/org.eclipse.statet.redocs.tex.r-4.2.4.202103250600-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.redocs.tex.r ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.redocs.tex.r ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/_assemblies/org.eclipse.statet.redocs.tex.r-feature/target/org.eclipse.statet.redocs.tex.r-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/_assemblies/org.eclipse.statet.redocs.tex.r-feature/target/org.eclipse.statet.redocs.tex.r-4.2.4.202103250600-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.redocs.tex.r ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.redocs.tex.r ---
[INFO] 
[INFO] --< org.eclipse.statet.redocs-assemblies:org.eclipse.statet.redocs.wikitext.r >--
[INFO] Building StatET ReDocs - Wikitext+R (R Markdown, R Textile, Reproducible Documents)  (Incubation) 4.2.4.202103250600-r [133/145]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/_assemblies/org.eclipse.statet.redocs.wikitext.r-feature/target/org.eclipse.statet.redocs.wikitext.r-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/_assemblies/org.eclipse.statet.redocs.wikitext.r-feature/target/org.eclipse.statet.redocs.wikitext.r-4.2.4.202103250600-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/_assemblies/org.eclipse.statet.redocs.wikitext.r-feature/target/org.eclipse.statet.redocs.wikitext.r-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/redocs/_assemblies/org.eclipse.statet.redocs.wikitext.r-feature/target/org.eclipse.statet.redocs.wikitext.r-4.2.4.202103250600-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.redocs.wikitext.r ---
[INFO] 
[INFO] ---------------------< org.eclipse.statet.rtm:rtm >---------------------
[INFO] Building rtm 4.2.4.202103250600-r                              [134/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ rtm ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ rtm ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ rtm ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ rtm ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ rtm ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ rtm ---
[INFO] 
[INFO] ------< org.eclipse.statet.rtm:org.eclipse.statet.rtm.base.core >-------
[INFO] Building StatET R Task Model - Base - Core  (Incubation) 4.2.4.202103250600-r [135/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rtm.base.core ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.rtm.base.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.rtm.base.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rtm.base.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.rtm.base.core ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.core/src/org/eclipse/statet/rtm/rtdata/types/RTypedExpr.java:[30] 
	super(expr);
	      ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.core/src/org/eclipse/statet/rtm/rtdata/types/RTypedExpr.java:[47] 
	public boolean equals(final Object obj) {
	                            ^^^^^^
Missing nullable annotation: inherited method from RExpr specifies this parameter as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.core/src/org/eclipse/statet/rtm/rtdata/types/RTypedExpr.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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.core/src/org/eclipse/statet/rtm/rtdata/types/RExpr.java:[29] 
	if (expr == null) {
			throw new NullPointerException("expr"); //$NON-NLS-1$
		}
	                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.core/src/org/eclipse/statet/rtm/base/util/RtItemLabelUtils.java:[38] 
	this.builder= new StringBuilder(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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.core/src/org/eclipse/statet/rtm/base/util/RtItemLabelUtils.java:[64] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.core/src/org/eclipse/statet/rtm/base/core/AbstractRCodeGenerator.java:[195] 
	private final int indent= 0;
	                  ^^^^^^
The value of the field AbstractRCodeGenerator.indent is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.core/src/org/eclipse/statet/rtm/base/core/AbstractRCodeGenerator.java:[241] 
	if (expr.getTypeKey() == RTypedExpr.MAPPED) {
	    ^^^^
Potential null pointer access: The variable expr may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.core/src/org/eclipse/statet/rtm/base/core/AbstractRCodeGenerator.java:[272] 
	return ImCollections.toList(this.requiredPkgs);
	                            ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<String>' needs unchecked conversion to conform to '@NonNull Collection<? extends String>', corresponding supertype is 'Collection<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.core/src/org/eclipse/statet/rtm/rtdata/impl/RtDataPackageImpl.java:[187] 
	theRtDataPackage.createPackageContents();
	^^^^^^^^^^^^^^^^
Potential null pointer access: The variable theRtDataPackage may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.core/src/org/eclipse/statet/rtm/base/util/RExprType.java:[89] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
11 problems (11 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rtm.base.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.rtm.base.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.core/target/org.eclipse.statet.rtm.base.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.rtm.base.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rtm.base.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.core/target/org.eclipse.statet.rtm.base.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.base.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.rtm.base.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.rtm.base.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.core/target/org.eclipse.statet.rtm.base.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.rtm.base.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.core/target/org.eclipse.statet.rtm.base.core-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.core/target/org.eclipse.statet.rtm.base.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.rtm.base.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.core/target/org.eclipse.statet.rtm.base.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rtm.base.core ---
[INFO] 
[INFO] -------< org.eclipse.statet.rtm:org.eclipse.statet.rtm.base.ui >--------
[INFO] Building StatET R Task Model - Base - UI  (Incubation) 4.2.4.202103250600-r [136/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rtm.base.ui ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.rtm.base.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.rtm.base.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rtm.base.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.rtm.base.ui ---
[INFO] Compiling 68 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EditCommandContributionItem.java:[37] 
	private final IObservableValue observable;
	              ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EditCommandContributionItem.java:[44] 
	final EditingDomain editingDomain, final IObservableValue observable) {
	                                         ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/HyperlinkType.java:[164] 
	final EFToolkit toolkit= editor.getToolkit();
	                         ^^^^^^
Potential null pointer access: The variable editor may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DetailStack.java:[86] 
	private EObject currentValue;
	                ^^^^^^^^^^^^
The value of the field DetailStack.currentValue is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DetailStack.java:[148] 
	getParent().layout(new Control[] { this });
	^^^^^^^^^^^
Potential null pointer access: The method getParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DetailStack.java:[176] 
	final IObservableValue baseValue= context.getBaseObservable();
	      ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DetailStack.java:[177] 
	baseValue.addValueChangeListener(new IValueChangeListener() {
			@Override
			public void handleValueChange(final ValueChangeEvent event) {
				showDetail((EObject) event.diff.getNewValue());
			}
		});
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method addValueChangeListener(IValueChangeListener) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DetailStack.java:[177] 
	baseValue.addValueChangeListener(new IValueChangeListener() {
	                                     ^^^^^^^^^^^^^^^^^^^^
IValueChangeListener is a raw type. References to generic type IValueChangeListener<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DetailStack.java:[179] 
	public void handleValueChange(final ValueChangeEvent event) {
	                                    ^^^^^^^^^^^^^^^^
ValueChangeEvent is a raw type. References to generic type ValueChangeEvent<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DetailStack.java:[179] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DetailStack.java:[187] 
	final IObservableValue detailValue) {
	      ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DetailStack.java:[188] 
	return new DetailContext(parent, detailValue);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor DetailContext(IEMFEditContext, IObservableValue) belongs to the raw type DetailContext. References to generic type DetailContext<TBaseValue> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DetailStack.java:[188] 
	return new DetailContext(parent, detailValue);
	           ^^^^^^^^^^^^^
DetailContext is a raw type. References to generic type DetailContext<TBaseValue> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DetailStack.java:[195] 
	entry.context.getBaseObservable().setValue(value);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DetailStack.java:[201] 
	entry.dbc= new DataBindingSubContext(context.getDataBindingContext());
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DetailStack.java:[206] 
	final IObservableValue contextValue= new WritableValue(context.getRealm(),
	      ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DetailStack.java:[206] 
	final IObservableValue contextValue= new WritableValue(context.getRealm(),
							value, EObject.class );
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor WritableValue(Realm, Object, Object) belongs to the raw type WritableValue. References to generic type WritableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DetailStack.java:[206] 
	final IObservableValue contextValue= new WritableValue(context.getRealm(),
	                                         ^^^^^^^^^^^^^
WritableValue is a raw type. References to generic type WritableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DetailStack.java:[206] 
	final IObservableValue contextValue= new WritableValue(context.getRealm(),
	                                                       ^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/actions/PerspectiveUtil.java:[40] 
	import org.eclipse.ui.internal.registry.PerspectiveDescriptor;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PerspectiveDescriptor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/actions/PerspectiveUtil.java:[70] 
	final Preference<String> pref= new NullableStringPref(QUALIFIER, "SwitchTo-" + finalPerspId + "-.action"); //$NON-NLS-1$ //$NON-NLS-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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/actions/PerspectiveUtil.java:[171] 
	final PerspectiveDescriptor descriptor= ((PerspectiveDescriptor) perspectives[i]);
	      ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PerspectiveDescriptor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/actions/PerspectiveUtil.java:[171] 
	final PerspectiveDescriptor descriptor= ((PerspectiveDescriptor) perspectives[i]);
	                                          ^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'PerspectiveDescriptor' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/actions/PerspectiveUtil.java:[172] 
	if (descriptor.getOriginalId().equals(id)) {
	               ^^^^^^^^^^^^^
Discouraged access: The method 'PerspectiveDescriptor.getOriginalId()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/actions/PerspectiveUtil.java:[173] 
	perspectiveIds.add(descriptor.getId());
	                              ^^^^^
Discouraged access: The method 'PerspectiveDescriptor.getId()' is not API (restriction on classpath entry '/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.119.0.v20200521-1247/org.eclipse.ui.workbench-3.119.0.v20200521-1247.jar')
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/actions/PerspectiveUtil.java:[221] 
	PreferenceUtils.setPrefValue(InstanceScope.INSTANCE, pref, prefValue,
	                                                     ^^^^
Null type safety (type annotations): The expression of type 'Preference<String>' needs unchecked conversion to conform to '@NonNull Preference<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/RtModelUIPlugin.java:[90] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/RtModelUIPlugin.java:[91] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/RtModelUIPlugin.java:[98] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/RtModelUIPlugin.java:[122] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/RtModelUIPlugin.java:[141] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFRawOutlinePage.java:[41] 
	private IStatusLineManager contentOutlineStatusLineManager;
	                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The value of the field EFRawOutlinePage.contentOutlineStatusLineManager is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFRawOutlinePage.java:[78] 
	public void setActionBars(final IActionBars actionBars) {
	                                ^^^^^^^^^^^
Missing non-null annotation: inherited method from IPage specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFRawOutlinePage.java:[78] 
	public void setActionBars(final IActionBars actionBars) {
	                                ^^^^^^^^^^^
Missing non-null annotation: inherited method from Page specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFRawOutlinePage.java:[79] 
	super.setActionBars(actionBars);
	                    ^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprLabelProvider.java:[68] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/TextProperty.java:[64] 
	this.modelObservable= emfProperty.observeDetail(getBaseObservable());
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observeDetail(IObservableValue) belongs to the raw type IValueProperty. References to generic type IValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/TextProperty.java:[64] 
	this.modelObservable= emfProperty.observeDetail(getBaseObservable());
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue<String>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/TextProperty.java:[64] 
	this.modelObservable= emfProperty.observeDetail(getBaseObservable());
	                                                ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue' needs unchecked conversion to conform to '@NonNull IObservableValue'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/TextProperty.java:[66] 
	.observe(getRealm(), this.widget );
	         ^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/TextProperty.java:[66] 
	.observe(getRealm(), this.widget );
	                     ^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/TextProperty.java:[70] 
	this.modelObservable);
	^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/editors/RCodePage.java:[88] 
	public void createPartControl(final Composite parent) {
	                                    ^^^^^^^^^
Missing non-null annotation: inherited method from IWorkbenchPart specifies this parameter as @NonNull
44. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/editors/RCodePage.java (at line 90)
	this.control= getAdapter(Control.class);
	              ^^^^^^^^^^^^^^^^^^^^^^^^^
Unsafe interpretation of method return type as '@NonNull' based on substitution 'T=@NonNull Control'. Declaring type 'REditor' doesn't seem to be designed with null type annotations in mind
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFToolkit.java:[70] 
	gd.widthHint= LayoutUtils.hintWidth(text, numChars);
	                                    ^^^^
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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFToolkit.java:[78] 
	parent, SWT.SINGLE | SWT.FULL_SELECTION | SWT.BORDER | 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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFToolkit.java:[87] 
	tableComposite.addColumn(null, SWT.LEFT, new ColumnWeightData(100));
	                         ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/forms/CutEObjectHandler.java:[44] 
	final ImList<Object> collection= ImCollections.toList((List<Object>) selection.toList());
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from List to List<Object>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/forms/CopyEObjectHandler.java:[44] 
	final ImList<Object> collection= ImCollections.toList((List<Object>) selection.toList());
	                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from List to List<Object>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DropDownProperty.java:[87] 
	gd.widthHint= LayoutUtils.hintWidth(getCombo(), this.initialInput, labelProvider);
	                                    ^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Combo' needs unchecked conversion to conform to '@NonNull Combo'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DropDownProperty.java:[87] 
	gd.widthHint= LayoutUtils.hintWidth(getCombo(), this.initialInput, labelProvider);
	                                                ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Object>' needs unchecked conversion to conform to '@NonNull List<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DropDownProperty.java:[87] 
	gd.widthHint= LayoutUtils.hintWidth(getCombo(), this.initialInput, labelProvider);
	                                                                   ^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ILabelProvider' needs unchecked conversion to conform to '@NonNull ILabelProvider'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DropDownProperty.java:[119] 
	this.modelObservable= emfProperty.observeDetail(getBaseObservable());
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observeDetail(IObservableValue) belongs to the raw type IValueProperty. References to generic type IValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DropDownProperty.java:[119] 
	this.modelObservable= emfProperty.observeDetail(getBaseObservable());
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue<TProperty>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DropDownProperty.java:[119] 
	this.modelObservable= emfProperty.observeDetail(getBaseObservable());
	                                                ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue' needs unchecked conversion to conform to '@NonNull IObservableValue'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DropDownProperty.java:[122] 
	CustomViewerObservables.observeComboSelection(this.comboViewer, this.initialInput),
	                                              ^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ComboViewer' needs unchecked conversion to conform to '@NonNull AbstractListViewer'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DropDownProperty.java:[122] 
	CustomViewerObservables.observeComboSelection(this.comboViewer, this.initialInput),
	                                                                ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'List<Object>' needs unchecked conversion to conform to '@NonNull List<@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DropDownProperty.java:[123] 
	this.modelObservable );
	^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<TProperty>' needs unchecked conversion to conform to '@NonNull IObservableValue<TProperty>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[116] 
	final Menu menu= this.menuManager.createContextMenu(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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[143] 
	final TProperty value= (TProperty) iter.next();
	                       ^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from capture#5-of ? to TProperty
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[183] 
	this.widget.viewer.setContentProvider(new ObservableListContentProvider());
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ObservableListContentProvider is a raw type. References to generic type ObservableListContentProvider<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[194] 
	buttonGroup.addAddButton(new AddHandler());
	                         ^^^^^^^^^^^^^^^^
Type safety: The expression of type EObjectListProperty<TProperty>.AddHandler needs unchecked conversion to conform to ButtonGroup.SelectionHandler<TProperty>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[216] 
	this.modelObservable= emfProperty.observeDetail(getBaseObservable());
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observeDetail(IObservableValue) belongs to the raw type IListProperty. References to generic type IListProperty<S,E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[216] 
	this.modelObservable= emfProperty.observeDetail(getBaseObservable());
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type IObservableList needs unchecked conversion to conform to IObservableList<TProperty>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[224] 
	ViewerUtils.setSelectionProvider(this.widget.table, this.selectionProvider);
	                                                    ^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'ElementSourceSelectionProvider' needs unchecked conversion to conform to '@NonNull ISelectionProvider'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[234] 
	ViewerProperties.singlePostSelection((Class<TProperty>)this.modelObservable.getElementType())
						.observe(this.widget.viewer);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required 'IObservableValue<TProperty extends EObject>' but this expression has type '@NonNull IViewerObservableValue<@Nullable TProperty extends EObject>', corresponding supertype is 'IObservableValue<@Nullable TProperty extends EObject>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EObjectListProperty.java:[234] 
	ViewerProperties.singlePostSelection((Class<TProperty>)this.modelObservable.getElementType())
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to Class<TProperty>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DirectResourceEditorInput.java:[90] 
	public <T> T getAdapter(final Class<T> adapterType) {
	                              ^^^^^
Missing non-null annotation: inherited method from IAdaptable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DirectResourceEditorInput.java:[90] 
	public <T> T getAdapter(final Class<T> adapterType) {
	                              ^^^^^
Missing non-null annotation: inherited method from PlatformObject specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DirectResourceEditorInput.java:[91] 
	return super.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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DirectResourceEditorInput.java:[91] 
	return super.getAdapter(adapterType);
	                        ^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Class<T>' needs unchecked conversion to conform to '@NonNull Class<T>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DirectResourceEditorInput.java:[101] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DirectResourceEditorInput.java:[101] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/DirectResourceEditorInput.java:[101] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/ColorType.java:[96] 
	newValue= this.rGraphicFunctions.parseColorDef(rParser.scanExpr(
						new StringParserInput(newExpr.getExpr()).init() ));
	                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RAstNode' but this expression has type '@Nullable RAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/ColorType.java:[112] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/ColorType.java:[134] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/ColorType.java:[167] 
	{	final Point location= this.detail.getParent().toDisplay(new Point(bounds.x, bounds.y));
	 	                      ^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/actions/AbstractNewRTaskHandler.java:[53] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/MasterDetailComposite.java:[55] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/MasterDetailComposite.java:[128] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFProperty.java:[115] 
	public IObservableValue getBaseObservable() {
	       ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFProperty.java:[121] 
	public <T> T getAdapter(final Class<T> adapterType) {
	                              ^^^^^
Missing non-null annotation: inherited method from IAdaptable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFProperty.java:[125] 
	return this.context.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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[54] 
	public @Nullable ElementName getElementName(final Object selectionElement) {
	                                                  ^^^^^^
Missing non-null annotation: inherited method from ElementNameProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[57] 
	elementName= ((RElement)selectionElement).getElementName();
	               ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[73] 
	public @Nullable ElementName getElementName(final Object selectionElement) {
	                                                  ^^^^^^
Missing non-null annotation: inherited method from ElementNameProvider specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[76] 
	elementName= ((RElement)selectionElement).getElementName();
	               ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[108] 
	final RElement rElement= (RElement)element;
	      ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[108] 
	final RElement rElement= (RElement)element;
	                          ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[109] 
	if (rElement.getElementName() == null) {
					return PRIORITY_INVALID;
				}
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[133] 
	protected boolean isValidRObject(final RObject rObject, final RElement parent) {
	                                                              ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[143] 
	final RElement parent= ((RElement)first).getModelParent();
	      ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[143] 
	final RElement parent= ((RElement)first).getModelParent();
	                         ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[152] 
	final RElement rElement= (RElement)element;
	      ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[152] 
	final RElement rElement= (RElement)element;
	                          ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[169] 
	final RElement rElement= (RElement)element;
	      ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[169] 
	final RElement rElement= (RElement)element;
	                          ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[189] 
	final RElement rElement= (RElement)element;
	      ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[189] 
	final RElement rElement= (RElement)element;
	                          ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[191] 
	if (elementName == null) {
							return PRIORITY_INVALID;
						}
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Dead code
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[195] 
	RElementName parentName= null;
	             ^^^^^^^^^^
The value of the local variable parentName is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[199] 
	} while (elementName.getNextSegment() != null);
	         ^^^^^^^^^^^
Potential null pointer access: The variable elementName may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[234] 
	final RElement parent= ((RElement)first).getModelParent();
	      ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[234] 
	final RElement parent= ((RElement)first).getModelParent();
	                         ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[248] 
	protected boolean checkParent(final RElement parent, final Object input, final IContext context) {
	                                    ^^^^^^^^
RElement is a raw type. References to generic type RElement<TModelChild> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[250] 
	((ElementNameProvider) input).getElementName(parent) : parent.getElementName();
	                                             ^^^^^^
Null type safety (type annotations): The expression of type 'RElement' needs unchecked conversion to conform to '@NonNull Object'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[267] 
	final List<EFeatureReference> parents= (List<EFeatureReference>) ruleSet.get(
					owner, propertyContext.getEFeature(), (parentField + RuleSet.PARENT_FEATURES_ID_SUFFIX) );
	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<EFeatureReference>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/DefaultRExprTypeUIAdapters.java:[355] 
	final List<EFeatureReference> disjoints= (List<EFeatureReference>) ruleSet.get(
								owner, propertyContext.getEFeature(), RuleSet.DISJOINT_FEATURES_ID );
	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to List<EFeatureReference>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/forms/RedoCommandHandler.java:[44] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/forms/RedoCommandHandler.java:[49] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/forms/RedoCommandHandler.java:[49] 
	public void updateElement(final UIElement element, final Map parameters) {
	                                                         ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/forms/RedoCommandHandler.java:[49] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/forms/RedoCommandHandler.java:[52] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/forms/RedoCommandHandler.java:[81] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/actions/RTaskRunnable.java:[79] 
	protected void run(final IRConsoleService r, final ProgressMonitor m) throws StatusException {
	                         ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractStatetRRunnable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/actions/RTaskRunnable.java:[79] 
	protected void run(final IRConsoleService r, final ProgressMonitor m) throws StatusException {
	                                                   ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from AbstractStatetRRunnable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/actions/RTaskRunnable.java:[80] 
	checkNewCommand(r, m);
	                ^
Null type safety (type annotations): The expression of type 'IRConsoleService' needs unchecked conversion to conform to '@NonNull IRConsoleService'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/actions/RTaskRunnable.java:[80] 
	checkNewCommand(r, 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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprViewerDropAdapter.java:[93] 
	final List list= selection.toList();
	      ^^^^
List is a raw type. References to generic type List<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprViewerDropAdapter.java:[136] 
	selection.toList(), getInsertIndex(), event.time );
	^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<RTypedExpr>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprViewerDropAdapter.java:[139] 
	final List<RTypedExpr> list= selection.toList();
	                             ^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<RTypedExpr>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprListProperty.java:[110] 
	.observe(((TextCellEditor)this.cellEditor).getControl());
	         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Control' needs unchecked conversion to conform to '@NonNull Widget'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprListProperty.java:[116] 
	target,
	^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<String>' needs unchecked conversion to conform to '@NonNull IObservableValue<String>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprListProperty.java:[117] 
	model,
	^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<RTypedExpr>' needs unchecked conversion to conform to '@NonNull IObservableValue<@Nullable RTypedExpr>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprListProperty.java:[119] 
	.setConverter(new String2RTypedExprConverter(RExprListProperty.this.types.getDefaultTypeKey())),
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprListProperty.java:[205] 
	this.widget.viewer.setContentProvider(new ObservableListContentProvider());
	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ObservableListContentProvider is a raw type. References to generic type ObservableListContentProvider<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprListProperty.java:[207] 
	column.setLabelProvider(new RExprLabelProvider(this.typeUIAdapters));
	^^^^^^
Potential null pointer access: The variable column may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprListProperty.java:[255] 
	this.modelObservable= emfProperty.observeDetail(getBaseObservable());
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observeDetail(IObservableValue) belongs to the raw type IListProperty. References to generic type IListProperty<S,E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprListProperty.java:[255] 
	this.modelObservable= emfProperty.observeDetail(getBaseObservable());
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type IObservableList needs unchecked conversion to conform to IObservableList<RTypedExpr>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprListProperty.java:[261] 
	column.setEditingSupport(new RExprEditing());
	^^^^^^
Potential null pointer access: The variable column may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprListProperty.java:[368] 
	public IObservableList getPropertyObservable() {
	       ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[201] 
	ResourceManager.this.removedResources.addAll(visitor.getRemovedResources());
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Collection<Resource>' needs unchecked conversion to conform to '@NonNull Collection<? extends Resource>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[213] 
	ResourceManager.this.changedResources.addAll(visitor.getChangedResources());
	                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Collection<Resource>' needs unchecked conversion to conform to '@NonNull Collection<? extends Resource>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[238] 
	this.changedResources.removeAll(this.savedResources);
	                                ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Collection<Resource>' needs unchecked conversion to conform to '@NonNull Collection<?>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[252] 
	this.changedResources.addAll(EFEditor.this.editingDomain.getResourceSet().getResources());
	                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'EList<Resource>' needs unchecked conversion to conform to '@NonNull Collection<? extends Resource>', corresponding supertype is 'Collection<Resource>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[272] 
	if (AdapterFactoryEditingDomain.isStale(selectionProvider.getSelection())) {
	                                        ^^^^^^^^^^^^^^^^^
Potential null pointer access: The variable selectionProvider may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[273] 
	selectionProvider.setSelection(StructuredSelection.EMPTY);
	                               ^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'StructuredSelection' needs unchecked conversion to conform to '@NonNull ISelection'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[364] 
	public Class<?>[] getAdapterList() {
	       ^^^^^^^^^^
The return type is incompatible with '@NonNull Class<?> []' returned from IAdapterFactory.getAdapterList() (mismatching null constraints)
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[370] 
	public <T> T getAdapter(final Object adaptableObject, final Class<T> adapterType) {
	                              ^^^^^^
Missing non-null annotation: inherited method from IAdapterFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[370] 
	public <T> T getAdapter(final Object adaptableObject, final Class<T> adapterType) {
	                                                            ^^^^^
Missing non-null annotation: inherited method from IAdapterFactory specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[374] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[486] 
	selectObject((Collection<? extends EObject>) mostRecentCommand.getAffectedObjects());
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Collection<capture#1-of ?> to Collection<? extends EObject>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[529] 
	setSite(site);
	        ^^^^
Null type safety (type annotations): The expression of type 'IEditorSite' needs unchecked conversion to conform to '@NonNull IWorkbenchPartSite'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[533] 
	site.getPage().addPartListener(this.partListener);
	                               ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IPartListener' needs unchecked conversion to conform to '@NonNull IPartListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[549] 
	selectionProvider.setSelection(selectionProvider.getSelection());
	^^^^^^^^^^^^^^^^^
Potential null pointer access: The variable selectionProvider may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[904] 
	handlerService.activateHandler(IWorkbenchCommandConstants.EDIT_CUT, handler,
	^^^^^^^^^^^^^^
Potential null pointer access: The variable handlerService may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[950] 
	public void menuAboutToShow(final IMenuManager menuManager) {
	                                  ^^^^^^^^^^^^
Missing non-null annotation: inherited method from IMenuListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFEditor.java:[1097] 
	getSite().getPage().removePartListener(this.partListener);
	                                       ^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IPartListener' needs unchecked conversion to conform to '@NonNull IPartListener'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprValueProperty.java:[90] 
	this.modelObservable= emfProperty.observeDetail(getBaseObservable());
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observeDetail(IObservableValue) belongs to the raw type IValueProperty. References to generic type IValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprValueProperty.java:[90] 
	this.modelObservable= emfProperty.observeDetail(getBaseObservable());
	                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue<RExprType>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprValueProperty.java:[90] 
	this.modelObservable= emfProperty.observeDetail(getBaseObservable());
	                                                ^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue' needs unchecked conversion to conform to '@NonNull IObservableValue'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprValueProperty.java:[91] 
	final IObservableValue swtObservable= new ObjValueObservable<>(getRealm(), this.widget);
	      ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprValueProperty.java:[93] 
	getDataBindingContext().bindValue(swtObservable, this.modelObservable);
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation bindValue(IObservableValue, IObservableValue<RExprType>) of the generic method bindValue(IObservableValue<T>, IObservableValue<M>) of type DataBindingContext
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprValueProperty.java:[93] 
	getDataBindingContext().bindValue(swtObservable, this.modelObservable);
	                                  ^^^^^^^^^^^^^
Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue<Object>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprValueProperty.java:[93] 
	getDataBindingContext().bindValue(swtObservable, this.modelObservable);
	                                                 ^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue<RExprType>' needs unchecked conversion to conform to '@NonNull IObservableValue<RExprType>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFDataBindingSupport.java:[50] 
	this.rootObject= new WritableValue<>(getRealm(), getRootObject(resource), EObject.class);
	                                     ^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFDataBindingSupport.java:[101] 
	public <T> T getAdapter(final Class<T> adapterType) {
	                              ^^^^^
Missing non-null annotation: inherited method from IAdaptable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFDataBindingSupport.java:[112] 
	return this.adapterFactory.getAdapter(this, 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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFDataBindingSupport.java:[114] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprTypeUIAdapter.java:[121] 
	final ElementName elementName= nameProvider.getElementName(element);
	                                                           ^^^^^^^
Null type mismatch: required '@NonNull Object' but the provided value is inferred as @Nullable
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprTypeUIAdapter.java:[138] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/forms/UndoCommandHandler.java:[44] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/forms/UndoCommandHandler.java:[49] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/forms/UndoCommandHandler.java:[49] 
	public void updateElement(final UIElement element, final Map parameters) {
	                                                         ^^^
Map is a raw type. References to generic type Map<K,V> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/forms/UndoCommandHandler.java:[49] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/forms/UndoCommandHandler.java:[52] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/forms/UndoCommandHandler.java:[81] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java:[153] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java:[303] 
	this.typeControl.setSize(this.typeControl.computeSize(16 + 4, 16));
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java:[310] 
	this.textWidthHint= LayoutUtils.hintWidth(this.textControl, null, 25);
	                                          ^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java:[310] 
	this.textWidthHint= LayoutUtils.hintWidth(this.textControl, null, 25);
	                                                            ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java:[345] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java:[348] 
	this.textWidthHint= LayoutUtils.hintWidth(this.textControl, null, 25);
	                                          ^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java:[348] 
	this.textWidthHint= LayoutUtils.hintWidth(this.textControl, null, 25);
	                                                            ^^^^
Null type mismatch: required '@NonNull String' but the provided value is null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java:[492] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java:[520] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprWidget.java:[620] 
	this.listeners.add(listener);
	                   ^^^^^^^^
Null type safety (type annotations): The expression of type 'IObjValueListener<RTypedExpr>' needs unchecked conversion to conform to '@NonNull IObjValueListener<RTypedExpr>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/FontFamilyType.java:[88] 
	newValue= this.rGraphicFunctions.parseFontFamily(rParser.scanExpr(
						new StringParserInput(newExpr.getExpr()).init() ));
	                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RAstNode' but this expression has type '@Nullable RAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/FontFamilyType.java:[104] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/FontFamilyType.java:[122] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/FontFamilyType.java:[155] 
	{	final Point location= this.detail.getParent().toDisplay(new Point(bounds.x, bounds.y));
	 	                      ^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getParent() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/forms/EditorSelectionProvider.java:[75] 
	final List<Object> list= ((IStructuredSelection) selection).toList();
	                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The expression of type List needs unchecked conversion to conform to List<Object>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFFormPage.java:[144] 
	public <T> T getAdapter(final Class<T> adapterType) {
	                              ^^^^^
Missing non-null annotation: inherited method from IAdaptable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFFormPage.java:[144] 
	public <T> T getAdapter(final Class<T> adapterType) {
	                              ^^^^^
Missing non-null annotation: inherited method from WorkbenchPart specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFFormSection.java:[97] 
	public <T> T getAdapter(final Class<T> adapterType) {
	                              ^^^^^
Missing non-null annotation: inherited method from IAdaptable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFFormSection.java:[98] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/rtm/base/ui/editors/RCodeGenEditorInput.java:[71] 
	public <T> T getAdapter(final Class<T> adapterType) {
	                              ^^^^^
Missing non-null annotation: inherited method from IAdaptable specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/rtm/base/ui/editors/RCodeGenEditorInput.java:[72] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/rtm/base/ui/editors/RCodeGenEditorInput.java:[81] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/rtm/base/ui/editors/RCodeGenEditorInput.java:[81] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/rtm/base/ui/editors/RCodeGenEditorInput.java:[81] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/rtm/base/ui/editors/RCodeGenEditorInput.java:[81] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/rtm/base/ui/editors/RCodeGenEditorInput.java:[93] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/rtm/base/ui/editors/RCodeGenEditorInput.java:[93] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/rtm/base/ui/editors/RCodeGenEditorInput.java:[93] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/rtm/base/ui/editors/RCodeGenEditorInput.java:[93] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/forms/EditEObjectHandler.java:[41] 
	WorkbenchUIUtils.getActiveFocusControl(context) );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull Control' but this expression has type '@Nullable Control'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/forms/EditEObjectHandler.java:[46] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/ecommons/emf/ui/forms/EditEObjectHandler.java:[63] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/editors/RTaskEditor.java:[224] 
	contextService.activateContext(RtModelUIPlugin.R_TASK_EDITOR_CONTEXT_ID);
	^^^^^^^^^^^^^^
Potential null pointer access: The variable contextService may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/editors/RTaskEditor.java:[229] 
	handlerService.activateHandler(RUN_R_TASK_COMMAND_ID, handler);
	^^^^^^^^^^^^^^
Potential null pointer access: The variable handlerService may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/editors/RTaskEditor.java:[240] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFColors.java:[39] 
	final Color border2Color= createColor(IEFColors.TW_TYPE_BORDER2,
	            ^^^^^^^^^^^^
The value of the local variable border2Color is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFColors.java:[42] 
	final Color hoverColor= createColor(IEFColors.TW_TYPE_HOVER,
	            ^^^^^^^^^^
The value of the local variable hoverColor is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/ecommons/emf/ui/forms/EFPropertySection.java:[66] 
	this.subContext= new DataBindingSubContext(this.editor.getDataBinding().getContext());
	                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/rtm/base/ui/actions/RunRTaskHandler.java:[51] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/rtm/base/ui/actions/RunRTaskHandler.java:[64] 
	final Status status= tool.getQueue().add(runnable);
	                     ^^^^
Potential null pointer access: The variable tool may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprDropAdapter.java:[44] 
	public void dragEnter(final DropTargetEvent event) {
	                            ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from DropTargetAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprDropAdapter.java:[64] 
	public void dragOperationChanged(final DropTargetEvent event) {
	                                       ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from DropTargetAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/RExprDropAdapter.java:[76] 
	public void drop(final DropTargetEvent event) {
	                       ^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from DropTargetAdapter specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/rtm/base/ui/editors/RTaskGenManager.java:[60] 
	this.codeFragment= new RCodeGenSourceFragment(Messages.RTaskEditor_RCodePage_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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/rtm/base/ui/editors/RTaskGenManager.java:[85] 
	document.set(code);
	             ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/internal/rtm/base/ui/editors/RTaskGenManager.java:[89] 
	document.set(code);
	             ^^^^
Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/actions/AbstractNewRTaskFileWizard.java:[175] 
	final IWorkbenchPart activePart= page.getActivePart();
	                                 ^^^^
Potential null pointer access: The variable page may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/actions/AbstractNewRTaskFileWizard.java:[267] 
	this.newFileCreationPage.setContainerFullPath(selectedResource.getFullPath());
	                                              ^^^^^^^^^^^^^^^^
Potential null pointer access: The variable selectedResource may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/AlphaType.java:[91] 
	newValue= this.rGraphicFunctions.parseAlpha(rParser.scanExpr(
						new StringParserInput(newExpr.getExpr()).init() ));
	                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type mismatch (type annotations): required '@NonNull RAstNode' but this expression has type '@Nullable RAstNode'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/AlphaType.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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/AlphaType.java:[122] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/AlphaType.java:[155] 
	{	final Point location= this.detail.getParent().toDisplay(new Point(bounds.x, bounds.y));
	 	                      ^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getParent() may return null
221. INFO in /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/org/eclipse/statet/rtm/base/ui/rexpr/AlphaType.java (at line 179)
	final int v255= 255 - Math.round(value * 255);
	                                 ^^^^^
The expression of type Float is unboxed into float
221 problems (0 errors, 219 warnings, 219 info)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rtm.base.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.rtm.base.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/target/org.eclipse.statet.rtm.base.ui-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.rtm.base.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rtm.base.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/target/org.eclipse.statet.rtm.base.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.base.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.rtm.base.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.rtm.base.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/target/org.eclipse.statet.rtm.base.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.rtm.base.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/target/org.eclipse.statet.rtm.base.ui-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/target/org.eclipse.statet.rtm.base.ui-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.rtm.base.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.base.ui/target/org.eclipse.statet.rtm.base.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rtm.base.ui ---
[INFO] 
[INFO] -----< org.eclipse.statet.rtm:org.eclipse.statet.rtm.ftable.core >------
[INFO] Building StatET R Task Model - 'ftable' - Core  (Incubation) 4.2.4.202103250600-r [137/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/src/org/eclipse/statet/rtm/ftable/core/FTableExprTypesProvider.java:[42] 
	private static final RExprTypes T_LABEL_VAR= new RExprTypes(ImCollections.newList(
	                                ^^^^^^^^^^^
The value of the field FTableExprTypesProvider.T_LABEL_VAR is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/src/org/eclipse/statet/rtm/ftable/core/FTableExprTypesProvider.java:[47] 
	private static final RExprTypes T_COLOR_VAR= new RExprTypes(ImCollections.newList(
	                                ^^^^^^^^^^^
The value of the field FTableExprTypesProvider.T_COLOR_VAR is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/src/org/eclipse/statet/rtm/ftable/core/FTableExprTypesProvider.java:[51] 
	private static final RExprTypes T_OTHER_VAR= new RExprTypes(ImCollections.newList(
	                                ^^^^^^^^^^^
The value of the field FTableExprTypesProvider.T_OTHER_VAR is not used
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/src/org/eclipse/statet/rtm/ftable/impl/FTablePackageImpl.java:[94] 
	theFTablePackage.createPackageContents();
	^^^^^^^^^^^^^^^^
Potential null pointer access: The variable theFTablePackage may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/src/org/eclipse/statet/rtm/ftable/impl/FTableImpl.java:[233] 
	getColVars().addAll((Collection<? extends RTypedExpr>)newValue);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Collection<capture#of ? extends RTypedExpr>' needs unchecked conversion to conform to '@NonNull Collection<? extends RTypedExpr>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/src/org/eclipse/statet/rtm/ftable/impl/FTableImpl.java:[237] 
	getRowVars().addAll((Collection<? extends RTypedExpr>)newValue);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Collection<capture#of ? extends RTypedExpr>' needs unchecked conversion to conform to '@NonNull Collection<? extends RTypedExpr>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/src/org/eclipse/statet/rtm/ftable/impl/FTableImpl.java:[293] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/src/org/eclipse/statet/rtm/ftable/impl/FTableImpl.java:[293] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/src/org/eclipse/statet/rtm/ftable/impl/FTableImpl.java:[293] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/src/org/eclipse/statet/rtm/ftable/util/FTableSwitch.java:[106] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/src/org/eclipse/statet/rtm/ftable/util/FTableSwitch.java:[122] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
11 problems (11 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/target/org.eclipse.statet.rtm.ftable.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/target/org.eclipse.statet.rtm.ftable.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/target/org.eclipse.statet.rtm.ftable.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/target/org.eclipse.statet.rtm.ftable.core-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/target/org.eclipse.statet.rtm.ftable.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.core/target/org.eclipse.statet.rtm.ftable.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rtm.ftable.core ---
[INFO] 
[INFO] ------< org.eclipse.statet.rtm:org.eclipse.statet.rtm.ftable.ui >-------
[INFO] Building StatET R Task Model - 'ftable' - UI  (Incubation) 4.2.4.202103250600-r [138/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/src/org/eclipse/statet/internal/rtm/ftable/ui/editors/FTableActionBarContributor.java:[215] 
	public void menuAboutToShow(final IMenuManager menuManager) {
	                                  ^^^^^^^^^^^^
Missing non-null annotation: inherited method from IMenuListener specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/src/org/eclipse/statet/internal/rtm/ftable/ui/editors/FTableActionBarContributor.java:[263] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/src/org/eclipse/statet/rtm/ftable/ui/RtFTableEditorPlugin.java:[112] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/src/org/eclipse/statet/internal/rtm/ftable/ui/editors/TableVarsSection.java:[72] 
	LayoutUtils.addGDDummy(composite, true);
	                       ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
4 problems (4 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/target/org.eclipse.statet.rtm.ftable.ui-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/target/org.eclipse.statet.rtm.ftable.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/target/org.eclipse.statet.rtm.ftable.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/target/org.eclipse.statet.rtm.ftable.ui-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/target/org.eclipse.statet.rtm.ftable.ui-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ftable.ui/target/org.eclipse.statet.rtm.ftable.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rtm.ftable.ui ---
[INFO] 
[INFO] -----< org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.core >------
[INFO] Building StatET R Task Model - 'ggplot2' - Core  (Incubation) 4.2.4.202103250600-r [139/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] Compiling 82 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/XVarLayerImpl.java:[268] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/XVarLayerImpl.java:[268] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/XVarLayerImpl.java:[268] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/XVarLayerImpl.java:[268] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/XVarLayerImpl.java:[268] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/XVarLayerImpl.java:[268] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/XVarLayerImpl.java:[268] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GGPlotImpl.java:[1044] 
	getLayers().addAll((Collection<? extends Layer>)newValue);
	                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Collection<capture#of ? extends Layer>' needs unchecked conversion to conform to '@NonNull Collection<? extends Layer>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GGPlotImpl.java:[1204] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GGPlotImpl.java:[1204] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GGPlotImpl.java:[1204] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GGPlotImpl.java:[1204] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GGPlotImpl.java:[1204] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GGPlotImpl.java:[1204] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/TextStyleImpl.java:[533] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/TextStyleImpl.java:[533] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/TextStyleImpl.java:[533] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/TextStyleImpl.java:[533] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/TextStyleImpl.java:[533] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomSmoothLayerImpl.java:[406] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomSmoothLayerImpl.java:[406] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomSmoothLayerImpl.java:[406] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomSmoothLayerImpl.java:[406] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomSmoothLayerImpl.java:[406] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomSmoothLayerImpl.java:[406] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomSmoothLayerImpl.java:[406] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomSmoothLayerImpl.java:[406] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomSmoothLayerImpl.java:[406] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomSmoothLayerImpl.java:[406] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomSmoothLayerImpl.java:[406] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomSmoothLayerImpl.java:[406] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomSmoothLayerImpl.java:[406] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GridFacetLayoutImpl.java:[136] 
	getColVars().addAll((Collection<? extends RTypedExpr>)newValue);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Collection<capture#of ? extends RTypedExpr>' needs unchecked conversion to conform to '@NonNull Collection<? extends RTypedExpr>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GridFacetLayoutImpl.java:[140] 
	getRowVars().addAll((Collection<? extends RTypedExpr>)newValue);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Collection<capture#of ? extends RTypedExpr>' needs unchecked conversion to conform to '@NonNull Collection<? extends RTypedExpr>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GridFacetLayoutImpl.java:[186] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GridFacetLayoutImpl.java:[186] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GridFacetLayoutImpl.java:[186] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GridFacetLayoutImpl.java:[186] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomAblineLayerImpl.java:[516] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomAblineLayerImpl.java:[516] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomAblineLayerImpl.java:[516] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomAblineLayerImpl.java:[516] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomAblineLayerImpl.java:[516] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomAblineLayerImpl.java:[516] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomAblineLayerImpl.java:[516] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomAblineLayerImpl.java:[516] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomAblineLayerImpl.java:[516] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GGPlotPackageImpl.java:[343] 
	theGGPlotPackage.createPackageContents();
	^^^^^^^^^^^^^^^^
Potential null pointer access: The variable theGGPlotPackage may be null at this location
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBoxplotLayerImpl.java:[338] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBoxplotLayerImpl.java:[338] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBoxplotLayerImpl.java:[338] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBoxplotLayerImpl.java:[338] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBoxplotLayerImpl.java:[338] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBoxplotLayerImpl.java:[338] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBoxplotLayerImpl.java:[338] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBoxplotLayerImpl.java:[338] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBoxplotLayerImpl.java:[338] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBoxplotLayerImpl.java:[338] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBoxplotLayerImpl.java:[338] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTileLayerImpl.java:[406] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTileLayerImpl.java:[406] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTileLayerImpl.java:[406] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTileLayerImpl.java:[406] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTileLayerImpl.java:[406] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTileLayerImpl.java:[406] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTileLayerImpl.java:[406] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTileLayerImpl.java:[406] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTileLayerImpl.java:[406] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTileLayerImpl.java:[406] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTileLayerImpl.java:[406] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTileLayerImpl.java:[406] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTileLayerImpl.java:[406] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTextLayerImpl.java:[689] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTextLayerImpl.java:[689] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTextLayerImpl.java:[689] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTextLayerImpl.java:[689] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTextLayerImpl.java:[689] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTextLayerImpl.java:[689] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTextLayerImpl.java:[689] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTextLayerImpl.java:[689] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTextLayerImpl.java:[689] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTextLayerImpl.java:[689] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTextLayerImpl.java:[689] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTextLayerImpl.java:[689] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomTextLayerImpl.java:[689] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomLineLayerImpl.java:[512] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[724] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[739] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[754] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[769] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[784] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[799] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[814] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[829] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[844] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[859] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[874] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[889] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[904] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[919] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[934] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[949] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[964] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[979] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[994] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[1009] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[1024] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[1039] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[1054] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[1069] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[1084] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[1099] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[1114] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[1129] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[1144] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[1159] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[1174] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[1189] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/util/GGPlotSwitch.java:[1205] 
	return null;
	       ^^^^
Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/SummaryStatImpl.java:[167] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/SummaryStatImpl.java:[167] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/SummaryStatImpl.java:[167] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/SummaryStatImpl.java:[167] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/LayerImpl.java:[168] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/LayerImpl.java:[168] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/LayerImpl.java:[168] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/LayerImpl.java:[168] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBarLayerImpl.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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBarLayerImpl.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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBarLayerImpl.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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBarLayerImpl.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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBarLayerImpl.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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBarLayerImpl.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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBarLayerImpl.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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBarLayerImpl.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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBarLayerImpl.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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBarLayerImpl.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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBarLayerImpl.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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBarLayerImpl.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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomBarLayerImpl.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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomPointLayerImpl.java:[584] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomPointLayerImpl.java:[584] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomPointLayerImpl.java:[584] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomPointLayerImpl.java:[584] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomPointLayerImpl.java:[584] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomPointLayerImpl.java:[584] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomPointLayerImpl.java:[584] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomPointLayerImpl.java:[584] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomPointLayerImpl.java:[584] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomPointLayerImpl.java:[584] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomPointLayerImpl.java:[584] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomPointLayerImpl.java:[584] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomPointLayerImpl.java:[584] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomPointLayerImpl.java:[584] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomHistogramLayerImpl.java:[338] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomHistogramLayerImpl.java:[338] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomHistogramLayerImpl.java:[338] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomHistogramLayerImpl.java:[338] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomHistogramLayerImpl.java:[338] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomHistogramLayerImpl.java:[338] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomHistogramLayerImpl.java:[338] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomHistogramLayerImpl.java:[338] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomHistogramLayerImpl.java:[338] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomHistogramLayerImpl.java:[338] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomHistogramLayerImpl.java:[338] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/WrapFacetLayoutImpl.java:[159] 
	getColVars().addAll((Collection<? extends RTypedExpr>)newValue);
	                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'Collection<capture#of ? extends RTypedExpr>' needs unchecked conversion to conform to '@NonNull Collection<? extends RTypedExpr>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/WrapFacetLayoutImpl.java:[208] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/WrapFacetLayoutImpl.java:[208] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/WrapFacetLayoutImpl.java:[208] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/WrapFacetLayoutImpl.java:[208] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/XYVarLayerImpl.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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/XYVarLayerImpl.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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/XYVarLayerImpl.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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/XYVarLayerImpl.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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/XYVarLayerImpl.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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/XYVarLayerImpl.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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/XYVarLayerImpl.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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/XYVarLayerImpl.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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomViolinLayerImpl.java:[406] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomViolinLayerImpl.java:[406] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomViolinLayerImpl.java:[406] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomViolinLayerImpl.java:[406] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomViolinLayerImpl.java:[406] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomViolinLayerImpl.java:[406] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomViolinLayerImpl.java:[406] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomViolinLayerImpl.java:[406] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomViolinLayerImpl.java:[406] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomViolinLayerImpl.java:[406] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomViolinLayerImpl.java:[406] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomViolinLayerImpl.java:[406] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/org/eclipse/statet/rtm/ggplot/impl/GeomViolinLayerImpl.java:[406] 
	public String toString() {
	       ^^^^^^
The return type is incompatible with '@NonNull String' returned from Object.toString() (mismatching null constraints)
204 problems (204 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/target/org.eclipse.statet.rtm.ggplot.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/target/org.eclipse.statet.rtm.ggplot.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/target/org.eclipse.statet.rtm.ggplot.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/target/org.eclipse.statet.rtm.ggplot.core-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/target/org.eclipse.statet.rtm.ggplot.core-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.core/target/org.eclipse.statet.rtm.ggplot.core-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rtm.ggplot.core ---
[INFO] 
[INFO] ------< org.eclipse.statet.rtm:org.eclipse.statet.rtm.ggplot.ui >-------
[INFO] Building StatET R Task Model - 'ggplot' - UI  (Incubation) 4.2.4.202103250600-r [140/145]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/AutoExpandListener.java:[62] 
	public void handleValueChange(final ValueChangeEvent<?> event) {
	                                    ^^^^^^^^^^^^^^^^
Missing non-null annotation: inherited method from IValueChangeListener<Object> specifies this parameter as @NonNull
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/AutoExpandListener.java:[82] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetGridDetail.java:[58] 
	LayoutUtils.addSmallFiller(composite, 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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetGridDetail.java:[73] 
	LayoutUtils.addGDDummy(composite, 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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/rtm/ggplot/ui/RtGGPlotEditorPlugin.java:[126] 
	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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/LayersSection.java:[74] 
	private final EObjectListProperty layersProperty;
	              ^^^^^^^^^^^^^^^^^^^
EObjectListProperty is a raw type. References to generic type EObjectListProperty<TProperty> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/LayersSection.java:[85] 
	this.layersProperty= new EObjectListProperty("Layers", null,
	                         ^^^^^^^^^^^^^^^^^^^
EObjectListProperty is a raw type. References to generic type EObjectListProperty<TProperty> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/LayersSection.java:[97] 
	((GridData) this.layersProperty.getControl().getLayoutData()).verticalAlignment= SWT.TOP;
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Potential null pointer access: The method getLayoutData() may return null
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/LayersSection.java:[109] 
	final IEMFEditContext detailContext= new DetailContext(context,
				this.layersProperty.getSingleSelectionObservable() );
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor DetailContext(IEMFEditContext, IObservableValue) belongs to the raw type DetailContext. References to generic type DetailContext<TBaseValue> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/LayersSection.java:[109] 
	final IEMFEditContext detailContext= new DetailContext(context,
	                                         ^^^^^^^^^^^^^
DetailContext is a raw type. References to generic type DetailContext<TBaseValue> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/LayersSection.java:[116] 
	final IObservableValue selection= LayersSection.this.layersProperty.getSingleSelectionObservable();
	      ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/LayersSection.java:[117] 
	final IObservableList layers= LayersSection.this.layersProperty.getPropertyObservable();
	      ^^^^^^^^^^^^^^^
IObservableList is a raw type. References to generic type IObservableList<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/LayersSection.java:[119] 
	selection.setValue(layers.get(0));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/StatProperty.java:[40] 
	public class StatProperty extends DropDownProperty {
	                                  ^^^^^^^^^^^^^^^^
DropDownProperty is a raw type. References to generic type DropDownProperty<TProperty> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/TextStylePropertySection.java:[144] 
	private IObservableValue value;
	        ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/TextStylePropertySection.java:[177] 
	final IObservableValue observable;
	      ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/TextStylePropertySection.java:[179] 
	observable= EMFProperties.value(getFeature()).observeDetail(rootContext.getBaseObservable());
	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observeDetail(IObservableValue) belongs to the raw type IValueProperty. References to generic type IValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/TextStylePropertySection.java:[179] 
	observable= EMFProperties.value(getFeature()).observeDetail(rootContext.getBaseObservable());
	                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue' needs unchecked conversion to conform to '@NonNull IObservableValue'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/TextStylePropertySection.java:[182] 
	observable= new WritableValue<>(getEditor().getDataBinding().getRealm(), null, TextStyle.class);
	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/TextStylePropertySection.java:[183] 
	observable.setValue(getEObject(getSelection()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/TextStylePropertySection.java:[186] 
	return new DetailContext<>(rootContext, observable);
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor DetailContext(IEMFEditContext, IObservableValue) belongs to the raw type DetailContext. References to generic type DetailContext<TBaseValue> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/TextStylePropertySection.java:[194] 
	this.value.setValue(getEObject(getSelection()));
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetSection.java:[127] 
	final IObservableValue facetObservable= EMFEditProperties.value(context.getEditingDomain(),
	      ^^^^^^^^^^^^^^^^
IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetSection.java:[127] 
	final IObservableValue facetObservable= EMFEditProperties.value(context.getEditingDomain(),
						GGPlotPackage.Literals.GG_PLOT__FACET )
				.observeDetail(context.getBaseObservable());
	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method observeDetail(IObservableValue) belongs to the raw type IValueProperty. References to generic type IValueProperty<S,T> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetSection.java:[129] 
	.observeDetail(context.getBaseObservable());
	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'IObservableValue' needs unchecked conversion to conform to '@NonNull IObservableValue'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetSection.java:[134] 
	context.getDataBindingContext().bindValue(
					CustomViewerObservables.observeComboSelection(this.typeViewer, options),
					facetObservable );
	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked invocation bindValue(IViewerObservableValue<EObject>, IObservableValue) of the generic method bindValue(IObservableValue<T>, IObservableValue<M>) of type DataBindingContext
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetSection.java:[135] 
	CustomViewerObservables.observeComboSelection(this.typeViewer, options),
	                                              ^^^^^^^^^^^^^^^
Null type safety (type annotations): The expression of type 'TableViewer' needs unchecked conversion to conform to '@NonNull AbstractTableViewer'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetSection.java:[135] 
	CustomViewerObservables.observeComboSelection(this.typeViewer, options),
	                                                               ^^^^^^^
Null type safety (type annotations): The expression of type 'List<Object>' needs unchecked conversion to conform to '@NonNull List<@NonNull Object>'
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetSection.java:[136] 
	facetObservable );
	^^^^^^^^^^^^^^^
Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue<Object>
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetSection.java:[139] 
	final IEMFEditContext detailContext= new DetailContext(context, facetObservable);
	                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The constructor DetailContext(IEMFEditContext, IObservableValue) belongs to the raw type DetailContext. References to generic type DetailContext<TBaseValue> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetSection.java:[139] 
	final IEMFEditContext detailContext= new DetailContext(context, facetObservable);
	                                         ^^^^^^^^^^^^^
DetailContext is a raw type. References to generic type DetailContext<TBaseValue> should be parameterized
[WARNING] /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetWrapDetail.java:[61] 
	LayoutUtils.addSmallFiller(composite, 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.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/org/eclipse/statet/internal/rtm/ggplot/ui/editors/FacetWrapDetail.java:[75] 
	LayoutUtils.addGDDummy(composite, true);
	                       ^^^^^^^^^
Null type safety (type annotations): The expression of type 'Composite' needs unchecked conversion to conform to '@NonNull Composite'
33 problems (33 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/target/org.eclipse.statet.rtm.ggplot.ui-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/target/org.eclipse.statet.rtm.ggplot.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/target/org.eclipse.statet.rtm.ggplot.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/target/org.eclipse.statet.rtm.ggplot.ui-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/target/org.eclipse.statet.rtm.ggplot.ui-4.2.4.202103250600-r-sources.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/org.eclipse.statet.rtm.ggplot.ui/target/org.eclipse.statet.rtm.ggplot.ui-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rtm.ggplot.ui ---
[INFO] 
[INFO] ---------------< org.eclipse.statet.rtm-assemblies:rtm >----------------
[INFO] Building rtm 4.2.4.202103250600-r                              [141/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ rtm ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ rtm ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ rtm ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ rtm ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ rtm ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ rtm ---
[INFO] 
[INFO] --< org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ftable >---
[INFO] Building StatET IDE for R - R tasks Add-on for Contingency Tables ('ftable')  (Incubation) 4.2.4.202103250600-r [142/145]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.rtm.ftable ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.rtm.ftable ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.rtm.ftable ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.rtm.ftable ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.rtm.ftable ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.statet.rtm.ftable ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ftable-feature/target/org.eclipse.statet.rtm.ftable-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.ftable ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.rtm.ftable ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.rtm.ftable ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ftable-feature/target/org.eclipse.statet.rtm.ftable-4.2.4.202103250600-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.rtm.ftable ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.rtm.ftable ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ftable-feature/target/org.eclipse.statet.rtm.ftable-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ftable-feature/target/org.eclipse.statet.rtm.ftable-4.2.4.202103250600-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.rtm.ftable ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rtm.ftable ---
[INFO] 
[INFO] --< org.eclipse.statet.rtm-assemblies:org.eclipse.statet.rtm.ggplot >---
[INFO] Building StatET IDE for R - R tasks Add-on for Graphics ('ggplot')  (Incubation) 4.2.4.202103250600-r [143/145]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.rtm.ggplot ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.statet.rtm.ggplot ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.statet.rtm.ggplot ---
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.rtm.ggplot ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.rtm.ggplot ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.statet.rtm.ggplot ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ggplot-feature/target/org.eclipse.statet.rtm.ggplot-4.2.4.202103250600-r.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.statet.rtm.ggplot ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.statet.rtm.ggplot ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.rtm.ggplot ---
[INFO] Building jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ggplot-feature/target/org.eclipse.statet.rtm.ggplot-4.2.4.202103250600-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.rtm.ggplot ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.rtm.ggplot ---
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ggplot-feature/target/org.eclipse.statet.rtm.ggplot-4.2.4.202103250600-r.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-r/rtm/_assemblies/org.eclipse.statet.rtm.ggplot-feature/target/org.eclipse.statet.rtm.ggplot-4.2.4.202103250600-r-sources-feature.jar
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.rtm.ggplot ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.rtm.ggplot ---
[INFO] 
[INFO] ----< org.eclipse.statet-assemblies:org.eclipse.statet.repository >-----
[INFO] Building org.eclipse.statet.repository 4.2.4.202103250600-r    [144/145]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.statet.repository ---
[INFO] The project's OSGi version is 4.2.4.202103250600-r
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.statet.repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.6.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.statet.repository ---
[INFO] Published profile IUs: [a.jre 9.0.0, config.a.jre 9.0.0]
[INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre 9.0.0, config.a.jre 9.0.0]
[INFO] Published profile IUs: [a.jre.javase 13.0.0, config.a.jre.javase 13.0.0]
[INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.6.0:publish-products (default-publish-products) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.6.0:publish-categories (default-publish-categories) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.6.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.6.0:assemble-repository (default-assemble-repository) @ org.eclipse.statet.repository ---
[INFO] Copying resources from /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet/releng/statet-repository/target/classes to /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet/releng/statet-repository/target/repository
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.6.0:archive-repository (default-archive-repository) @ org.eclipse.statet.repository ---
[INFO] Building zip: /home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet/releng/statet-repository/target/statet-repository-E202006-incubation-4.2.4-202103250600-r.zip
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.6.0:normalize (pack200-normalize) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.6.0:pack (pack200-pack) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (p2-metadata) @ org.eclipse.statet.repository ---
[INFO] 
[INFO] ------------< org.eclipse.statet-releng:aggregation-statet >------------
[INFO] Building aggregation-statet 4.2.4.202103250600-r               [145/145]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for aggregation-statet 4.2.4.202103250600-r:
[INFO] 
[INFO] Eclipse StatET - Maven Parent ...................... SUCCESS [  9.981 s]
[INFO] target-eclipse.ide ................................. SUCCESS [  1.318 s]
[INFO] Eclipse StatET - Parent for Eclipse IDE based applications SUCCESS [  0.003 s]
[INFO] Eclipse StatET - Parent for Spring Boot based applications SUCCESS [  0.001 s]
[INFO] org.eclipse.statet-commons ......................... SUCCESS [  0.002 s]
[INFO] jcommons ........................................... SUCCESS [  0.003 s]
[INFO] org.eclipse.statet.jcommons.util ................... SUCCESS [  8.723 s]
[INFO] StatET JCommons - Util - Tests  (Incubation) ....... SUCCESS [ 10.900 s]
[INFO] org.eclipse.statet.jcommons.text.core .............. SUCCESS [  5.033 s]
[INFO] StatET JCommons - Text - Core - Tests  (Incubation)  SUCCESS [  4.025 s]
[INFO] ecommons ........................................... SUCCESS [  0.002 s]
[INFO] StatET ECommons - Runtime - Core  (Incubation) ..... SUCCESS [  2.221 s]
[INFO] StatET ECommons - Runtime - UI  (Incubation) ....... SUCCESS [  2.774 s]
[INFO] StatET ECommons - Net - Core  (Incubation) ......... SUCCESS [  2.416 s]
[INFO] StatET ECommons - EMF - Core  (Incubation) ......... SUCCESS [  5.250 s]
[INFO] StatET ECommons - EMF - UI  (Incubation) ........... SUCCESS [  2.569 s]
[INFO] StatET ECommons - Preferences - Core  (Incubation) . SUCCESS [  5.412 s]
[INFO] StatET ECommons - Databinding - Core  (Incubation) . SUCCESS [  3.367 s]
[INFO] StatET ECommons - Text - Core  (Incubation) ........ SUCCESS [  2.497 s]
[INFO] StatET ECommons - Text - Core - Tests  (Incubation)  SUCCESS [  4.062 s]
[INFO] StatET ECommons - Miscellany of Core Packages  (Incubation) SUCCESS [  2.947 s]
[INFO] StatET ECommons - Debug - Core  (Incubation) ....... SUCCESS [  2.497 s]
[INFO] StatET ECommons - Miscellany of UI Packages  (Incubation) SUCCESS [  5.847 s]
[INFO] StatET ECommons - Debug - UI  (Incubation) ......... SUCCESS [  2.898 s]
[INFO] ecommons.waltable .................................. SUCCESS [  0.004 s]
[INFO] StatET ECommons - WaLTable - Core  (Incubation) .... SUCCESS [ 10.281 s]
[INFO] ecommons.edb ....................................... SUCCESS [  0.002 s]
[INFO] StatET ECommons - Embedded DB - Core  (Incubation) . SUCCESS [  5.165 s]
[INFO] org.eclipse.statet-rj .............................. SUCCESS [  0.002 s]
[INFO] rj.core ............................................ SUCCESS [  0.002 s]
[INFO] org.eclipse.statet.rj.data ......................... SUCCESS [  3.430 s]
[INFO] org.eclipse.statet.rj.server ....................... SUCCESS [  3.229 s]
[INFO] StatET RJ - Server - Remote Tools  (Incubation) .... SUCCESS [  2.299 s]
[INFO] StatET RJ - Server - R Package Skeleton + API  (Incubation) SUCCESS [  2.560 s]
[INFO] org.eclipse.statet.rj.services.core ................ SUCCESS [  4.094 s]
[INFO] StatET RJ - R Services API and Tools - Tests  (Incubation) SUCCESS [ 10.307 s]
[INFO] org.eclipse.statet.rj.client ....................... SUCCESS [  2.522 s]
[INFO] StatET RJ - Java Core  (Incubation) ................ SUCCESS [  0.977 s]
[INFO] rj.core ............................................ SUCCESS [  0.003 s]
[INFO] StatET RJ - Core  (Incubation) ..................... SUCCESS [  2.506 s]
[INFO] org.eclipse.statet.rj.server-consoleserver ......... SUCCESS [  3.218 s]
[INFO] rj.servi ........................................... SUCCESS [  0.002 s]
[INFO] org.eclipse.statet.rj.servi ........................ SUCCESS [  2.819 s]
[INFO] StatET RJ - RServi - Tests  (Incubation) ........... SUCCESS [  3.989 s]
[INFO] org.eclipse.statet.rj.servi.webapp ................. SUCCESS [ 19.257 s]
[INFO] rj.servi ........................................... SUCCESS [  0.002 s]
[INFO] rj.eclient ......................................... SUCCESS [  0.003 s]
[INFO] StatET RJ - Eclipse Client - Core  (Incubation) .... SUCCESS [  2.194 s]
[INFO] StatET RJ - Eclipse Client  (Incubation) ........... SUCCESS [  1.043 s]
[INFO] StatET RJ - Eclipse Client - R Graphics  (Incubation) SUCCESS [  2.840 s]
[INFO] rj.eclient ......................................... SUCCESS [  0.002 s]
[INFO] StatET RJ - Eclipse Client  (Incubation) ........... SUCCESS [  2.192 s]
[INFO] StatET RJ - RServi E-Compilation  (Incubation) ..... SUCCESS [  2.175 s]
[INFO] Eclipse StatET RJ - RServi ......................... SUCCESS [  1.933 s]
[INFO] rj.examples ........................................ SUCCESS [  0.002 s]
[INFO] StatET RJ - RServi Demo  (Incubation) .............. SUCCESS [  2.327 s]
[INFO] StatET RJ - RServi RCP Demo 1  (Incubation) ........ SUCCESS [  4.664 s]
[INFO] StatET RJ - RServi RCP Demo 2  (Incubation) ........ SUCCESS [  2.467 s]
[INFO] rj.examples ........................................ SUCCESS [  0.002 s]
[INFO] StatET RJ - RCP Demo 2  (Incubation) ............... SUCCESS [  2.373 s]
[INFO] RServi RCP Demo .................................... SUCCESS [ 13.339 s]
[INFO] org.eclipse.statet-eutils .......................... SUCCESS [  0.003 s]
[INFO] autonature ......................................... SUCCESS [  0.001 s]
[INFO] StatET EUtils - Auto-Nature  (Incubation) .......... SUCCESS [  3.105 s]
[INFO] autonature ......................................... SUCCESS [  0.002 s]
[INFO] StatET Auto Project Configuration  (Incubation) .... SUCCESS [  2.223 s]
[INFO] autorun ............................................ SUCCESS [  0.001 s]
[INFO] StatET EUtils - Auto Run  (Incubation) ............. SUCCESS [  2.993 s]
[INFO] autorun ............................................ SUCCESS [  0.001 s]
[INFO] StatET Auto Run  (Incubation) ...................... SUCCESS [  3.701 s]
[INFO] org.eclipse.statet-ltk ............................. SUCCESS [  0.003 s]
[INFO] ltk ................................................ SUCCESS [  0.003 s]
[INFO] StatET LTK  (Incubation) ........................... SUCCESS [  1.145 s]
[INFO] StatET LTK - Core  (Incubation) .................... SUCCESS [  5.701 s]
[INFO] StatET LTK - UI  (Incubation) ...................... SUCCESS [  5.382 s]
[INFO] StatET LTK - Buildpath - Core  (Incubation) ........ SUCCESS [  2.427 s]
[INFO] StatET LTK - Buildpath - UI  (Incubation) .......... SUCCESS [  2.457 s]
[INFO] ltk ................................................ SUCCESS [  0.002 s]
[INFO] StatET LTK  (Incubation) ........................... SUCCESS [  2.111 s]
[INFO] org.eclipse.statet-docmlet ......................... SUCCESS [  0.002 s]
[INFO] docmlet ............................................ SUCCESS [  0.002 s]
[INFO] StatET DocMLET - Base - Core  (Incubation) ......... SUCCESS [  4.200 s]
[INFO] StatET DocMLET - Base - Core - Tests  (Incubation) . SUCCESS [  8.324 s]
[INFO] StatET DocMLET - Base - UI  (Incubation) ........... SUCCESS [  3.289 s]
[INFO] StatET DocMLET - TeX - Core  (Incubation) .......... SUCCESS [  3.590 s]
[INFO] StatET DocMLET - TeX - UI  (Incubation) ............ SUCCESS [  3.317 s]
[INFO] yaml ............................................... SUCCESS [  0.003 s]
[INFO] StatET YAML Tools - Core  (Incubation) ............. SUCCESS [  2.902 s]
[INFO] StatET DocMLET - Wikitext - Core  (Incubation) ..... SUCCESS [  3.274 s]
[INFO] StatET DocMLET - Wikitext - UI  (Incubation) ....... SUCCESS [  2.927 s]
[INFO] StatET DocMLET - Wikitext - CommonMark - Core  (Incubation) SUCCESS [  3.105 s]
[INFO] StatET DocMLET - Wikitext - CommonMark - Core - Tests  (Incubation) SUCCESS [  6.817 s]
[INFO] StatET DocMLET - Wikitext - CommonMark - UI  (Incubation) SUCCESS [  2.379 s]
[INFO] StatET DocMLET - Documentation  (Incubation) ....... SUCCESS [  2.311 s]
[INFO] docmlet ............................................ SUCCESS [  0.002 s]
[INFO] StatET YAML Tools - UI  (Incubation) ............... SUCCESS [  2.627 s]
[INFO] yaml ............................................... SUCCESS [  0.002 s]
[INFO] StatET YAML Editor  (Incubation) ................... SUCCESS [  2.216 s]
[INFO] org.eclipse.statet-r ............................... SUCCESS [  0.002 s]
[INFO] rhelp .............................................. SUCCESS [  0.002 s]
[INFO] org.eclipse.statet.rhelp.core ...................... SUCCESS [  4.067 s]
[INFO] StatET R-Help - Core - Tests  (Incubation) ......... SUCCESS [  4.031 s]
[INFO] org.eclipse.statet.rhelp.server .................... SUCCESS [ 22.041 s]
[INFO] r .................................................. SUCCESS [  0.024 s]
[INFO] StatET IDE - Core  (Incubation) .................... SUCCESS [  2.579 s]
[INFO] StatET IDE - UI  (Incubation) ...................... SUCCESS [  3.022 s]
[INFO] StatET NiCo - Core  (Incubation) ................... SUCCESS [  3.163 s]
[INFO] StatET NiCo - UI  (Incubation) ..................... SUCCESS [  4.535 s]
[INFO] StatET R - Core  (Incubation) ...................... SUCCESS [  7.903 s]
[INFO] StatET R - Core - Tests  (Incubation) .............. SUCCESS [ 15.285 s]
[INFO] StatET R - Console - Core  (Incubation) ............ SUCCESS [  3.263 s]
[INFO] StatET R - UI  (Incubation) ........................ SUCCESS [  7.971 s]
[INFO] StatET R - Console - UI  (Incubation) .............. SUCCESS [  4.608 s]
[INFO] StatET R - Debug - Core  (Incubation) .............. SUCCESS [  3.844 s]
[INFO] StatET R - Debug - UI  (Incubation) ................ SUCCESS [  4.063 s]
[INFO] org.eclipse.statet.r.launching.winrgui ............. SUCCESS [  2.932 s]
[INFO] StatET R - Add-on for R Apps  (Incubation) ......... SUCCESS [  4.172 s]
[INFO] StatET R - Documentation  (Incubation) ............. SUCCESS [  3.578 s]
[INFO] StatET R  (Incubation) ............................. SUCCESS [  1.300 s]
[INFO] r .................................................. SUCCESS [  0.002 s]
[INFO] StatET IDE for R  (Incubation) ..................... SUCCESS [  2.974 s]
[INFO] redocs ............................................. SUCCESS [  0.002 s]
[INFO] StatET ReDocs - Commons for R  (Incubation) ........ SUCCESS [  3.794 s]
[INFO] StatET ReDocs - LaTeX+R  (Incubation) .............. SUCCESS [  3.793 s]
[INFO] StatET ReDocs - LaTeX+R - R Debug  (Incubation) .... SUCCESS [  2.533 s]
[INFO] StatET ReDocs - LaTeX+R - Documentation  (Incubation) SUCCESS [  2.532 s]
[INFO] StatET ReDocs - Wikitext+R  (Incubation) ........... SUCCESS [  2.942 s]
[INFO] StatET ReDocs - Wikitext+R - R Debug  (Incubation) . SUCCESS [  2.611 s]
[INFO] StatET ReDocs - Wikitext+R - CommonMark  (Incubation) SUCCESS [  2.690 s]
[INFO] StatET ReDocs - Wikitext+R - Textile  (Incubation) . SUCCESS [  2.393 s]
[INFO] redocs ............................................. SUCCESS [  0.002 s]
[INFO] StatET ReDocs - LaTeX+R (Sweave, Reproducible Documents)  (Incubation) SUCCESS [  2.270 s]
[INFO] StatET ReDocs - Wikitext+R (R Markdown, R Textile, Reproducible Documents)  (Incubation) SUCCESS [  2.481 s]
[INFO] rtm ................................................ SUCCESS [  0.002 s]
[INFO] StatET R Task Model - Base - Core  (Incubation) .... SUCCESS [  2.462 s]
[INFO] StatET R Task Model - Base - UI  (Incubation) ...... SUCCESS [  5.665 s]
[INFO] StatET R Task Model - 'ftable' - Core  (Incubation)  SUCCESS [  2.800 s]
[INFO] StatET R Task Model - 'ftable' - UI  (Incubation) .. SUCCESS [  2.476 s]
[INFO] StatET R Task Model - 'ggplot2' - Core  (Incubation) SUCCESS [  3.462 s]
[INFO] StatET R Task Model - 'ggplot' - UI  (Incubation) .. SUCCESS [  3.123 s]
[INFO] rtm ................................................ SUCCESS [  0.002 s]
[INFO] StatET IDE for R - R tasks Add-on for Contingency Tables ('ftable')  (Incubation) SUCCESS [  3.234 s]
[INFO] StatET IDE for R - R tasks Add-on for Graphics ('ggplot')  (Incubation) SUCCESS [  3.801 s]
[INFO] org.eclipse.statet.repository ...................... SUCCESS [  5.925 s]
[INFO] aggregation-statet ................................. SUCCESS [  0.000 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  09:08 min
[INFO] Finished at: 2021-03-25T09:41:36Z
[INFO] ------------------------------------------------------------------------
[Pipeline] script
[Pipeline] {
[Pipeline] readFile
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy 'nexus')
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1:deploy-file --batch-mode -Dfile=org.eclipse.statet/releng/pom.xml -DpomFile=org.eclipse.statet/releng/pom.xml -Dpackaging=pom -DrepositoryId=repo.eclipse.org -Durl=https://repo.eclipse.org/content/repositories/statet-releases
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/3.6.3
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.9.16-200.fc33.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-deploy-plugin:3.0.0-M1:deploy-file (default-cli) @ standalone-pom ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.725 s
[INFO] Finished at: 2021-03-25T09:42:09Z
[INFO] ------------------------------------------------------------------------
[Pipeline] sh
+ mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1:deploy-file --batch-mode -Dfile=org.eclipse.statet/releng/eclipse.ide/pom.xml -DpomFile=org.eclipse.statet/releng/eclipse.ide/pom.xml -Dpackaging=pom -DrepositoryId=repo.eclipse.org -Durl=https://repo.eclipse.org/content/repositories/statet-releases
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/3.6.3
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.9.16-200.fc33.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-deploy-plugin:3.0.0-M1:deploy-file (default-cli) @ standalone-pom ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.007 s
[INFO] Finished at: 2021-03-25T09:42:12Z
[INFO] ------------------------------------------------------------------------
[Pipeline] sh
+ mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1:deploy-file --batch-mode -Dfile=org.eclipse.statet-commons/pom.xml -DpomFile=org.eclipse.statet-commons/pom.xml -Dpackaging=pom -DrepositoryId=repo.eclipse.org -Durl=https://repo.eclipse.org/content/repositories/statet-releases
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/3.6.3
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.9.16-200.fc33.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-deploy-plugin:3.0.0-M1:deploy-file (default-cli) @ standalone-pom ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.044 s
[INFO] Finished at: 2021-03-25T09:42:15Z
[INFO] ------------------------------------------------------------------------
[Pipeline] sh
+ mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1:deploy-file --batch-mode -Dfile=org.eclipse.statet-commons/jcommons/pom.xml -DpomFile=org.eclipse.statet-commons/jcommons/pom.xml -Dpackaging=pom -DrepositoryId=repo.eclipse.org -Durl=https://repo.eclipse.org/content/repositories/statet-releases
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/3.6.3
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.9.16-200.fc33.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-deploy-plugin:3.0.0-M1:deploy-file (default-cli) @ standalone-pom ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.368 s
[INFO] Finished at: 2021-03-25T09:42:18Z
[INFO] ------------------------------------------------------------------------
[Pipeline] sh
+ mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1:deploy-file --batch-mode -Dfile=org.eclipse.statet-rj/pom.xml -DpomFile=org.eclipse.statet-rj/pom.xml -Dpackaging=pom -DrepositoryId=repo.eclipse.org -Durl=https://repo.eclipse.org/content/repositories/statet-releases
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/3.6.3
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.9.16-200.fc33.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-deploy-plugin:3.0.0-M1:deploy-file (default-cli) @ standalone-pom ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.997 s
[INFO] Finished at: 2021-03-25T09:42:20Z
[INFO] ------------------------------------------------------------------------
[Pipeline] sh
+ mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1:deploy-file --batch-mode -Dfile=org.eclipse.statet-rj/core/pom.xml -DpomFile=org.eclipse.statet-rj/core/pom.xml -Dpackaging=pom -DrepositoryId=repo.eclipse.org -Durl=https://repo.eclipse.org/content/repositories/statet-releases
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/3.6.3
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.9.16-200.fc33.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-deploy-plugin:3.0.0-M1:deploy-file (default-cli) @ standalone-pom ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.009 s
[INFO] Finished at: 2021-03-25T09:42:23Z
[INFO] ------------------------------------------------------------------------
[Pipeline] sh
+ mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1:deploy-file --batch-mode -Dfile=org.eclipse.statet-rj/servi/pom.xml -DpomFile=org.eclipse.statet-rj/servi/pom.xml -Dpackaging=pom -DrepositoryId=repo.eclipse.org -Durl=https://repo.eclipse.org/content/repositories/statet-releases
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/3.6.3
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.9.16-200.fc33.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-deploy-plugin:3.0.0-M1:deploy-file (default-cli) @ standalone-pom ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.060 s
[INFO] Finished at: 2021-03-25T09:42:25Z
[INFO] ------------------------------------------------------------------------
[Pipeline] readFile
[Pipeline] sh
+ mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1:deploy-file --batch-mode -Dfile=/home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/target/org.eclipse.statet.jcommons.text.core-4.2.4.202103250600-r.jar -DpomFile=org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/pom.xml -Dpackaging=jar -Dtypes=jar -Dclassifiers=sources -Dfiles=/home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.text.core/target/org.eclipse.statet.jcommons.text.core-4.2.4.202103250600-r-sources.jar -DrepositoryId=repo.eclipse.org -Durl=https://repo.eclipse.org/content/repositories/statet-releases
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/3.6.3
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.9.16-200.fc33.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-deploy-plugin:3.0.0-M1:deploy-file (default-cli) @ standalone-pom ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.398 s
[INFO] Finished at: 2021-03-25T09:42:28Z
[INFO] ------------------------------------------------------------------------
[Pipeline] readFile
[Pipeline] sh
+ mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1:deploy-file --batch-mode -Dfile=/home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/target/org.eclipse.statet.jcommons.util-4.2.4.202103250600-r.jar -DpomFile=org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/pom.xml -Dpackaging=jar -Dtypes=jar -Dclassifiers=sources -Dfiles=/home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-commons/jcommons/org.eclipse.statet.jcommons.util/target/org.eclipse.statet.jcommons.util-4.2.4.202103250600-r-sources.jar -DrepositoryId=repo.eclipse.org -Durl=https://repo.eclipse.org/content/repositories/statet-releases
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/3.6.3
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.9.16-200.fc33.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-deploy-plugin:3.0.0-M1:deploy-file (default-cli) @ standalone-pom ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.323 s
[INFO] Finished at: 2021-03-25T09:42:32Z
[INFO] ------------------------------------------------------------------------
[Pipeline] readFile
[Pipeline] sh
+ mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1:deploy-file --batch-mode -Dfile=/home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/target/org.eclipse.statet.rj.data-4.2.4.202103250600-r.jar -DpomFile=org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/pom.xml -Dpackaging=jar -Dtypes=jar -Dclassifiers=sources -Dfiles=/home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.data/target/org.eclipse.statet.rj.data-4.2.4.202103250600-r-sources.jar -DrepositoryId=repo.eclipse.org -Durl=https://repo.eclipse.org/content/repositories/statet-releases
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/3.6.3
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.9.16-200.fc33.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-deploy-plugin:3.0.0-M1:deploy-file (default-cli) @ standalone-pom ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.209 s
[INFO] Finished at: 2021-03-25T09:42:35Z
[INFO] ------------------------------------------------------------------------
[Pipeline] readFile
[Pipeline] sh
+ mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1:deploy-file --batch-mode -Dfile=/home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/target/org.eclipse.statet.rj.services.core-4.2.4.202103250600-r.jar -DpomFile=org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/pom.xml -Dpackaging=jar -Dtypes=jar -Dclassifiers=sources -Dfiles=/home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.services.core/target/org.eclipse.statet.rj.services.core-4.2.4.202103250600-r-sources.jar -DrepositoryId=repo.eclipse.org -Durl=https://repo.eclipse.org/content/repositories/statet-releases
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/3.6.3
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.9.16-200.fc33.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-deploy-plugin:3.0.0-M1:deploy-file (default-cli) @ standalone-pom ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.400 s
[INFO] Finished at: 2021-03-25T09:42:38Z
[INFO] ------------------------------------------------------------------------
[Pipeline] readFile
[Pipeline] sh
+ mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1:deploy-file --batch-mode -Dfile=/home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/target/org.eclipse.statet.rj.server-4.2.4.202103250600-r.jar -DpomFile=org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/pom.xml -Dpackaging=jar -Dtypes=jar -Dclassifiers=sources -Dfiles=/home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.server/target/org.eclipse.statet.rj.server-4.2.4.202103250600-r-sources.jar -DrepositoryId=repo.eclipse.org -Durl=https://repo.eclipse.org/content/repositories/statet-releases
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/3.6.3
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.9.16-200.fc33.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-deploy-plugin:3.0.0-M1:deploy-file (default-cli) @ standalone-pom ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.339 s
[INFO] Finished at: 2021-03-25T09:42:41Z
[INFO] ------------------------------------------------------------------------
[Pipeline] readFile
[Pipeline] sh
+ mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1:deploy-file --batch-mode -Dfile=/home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/target/org.eclipse.statet.rj.client-4.2.4.202103250600-r.jar -DpomFile=org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/pom.xml -Dpackaging=jar -Dtypes=jar -Dclassifiers=sources -Dfiles=/home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/core/org.eclipse.statet.rj.client/target/org.eclipse.statet.rj.client-4.2.4.202103250600-r-sources.jar -DrepositoryId=repo.eclipse.org -Durl=https://repo.eclipse.org/content/repositories/statet-releases
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/3.6.3
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.9.16-200.fc33.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-deploy-plugin:3.0.0-M1:deploy-file (default-cli) @ standalone-pom ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.159 s
[INFO] Finished at: 2021-03-25T09:42:44Z
[INFO] ------------------------------------------------------------------------
[Pipeline] readFile
[Pipeline] sh
+ mvn org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1:deploy-file --batch-mode -Dfile=/home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/target/org.eclipse.statet.rj.servi-4.2.4.202103250600-r.jar -DpomFile=org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/pom.xml -Dpackaging=jar -Dtypes=jar -Dclassifiers=sources -Dfiles=/home/jenkins/agent/workspace/statet-4.2.x-r/org.eclipse.statet-rj/servi/org.eclipse.statet.rj.servi/target/org.eclipse.statet.rj.servi-4.2.4.202103250600-r-sources.jar -DrepositoryId=repo.eclipse.org -Durl=https://repo.eclipse.org/content/repositories/statet-releases
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/3.6.3
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.9.16-200.fc33.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-deploy-plugin:3.0.0-M1:deploy-file (default-cli) @ standalone-pom ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.669 s
[INFO] Finished at: 2021-03-25T09:42:48Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy 'download')
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials genie.statet (ssh://genie.statet@projects-storage.eclipse.org)
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-GiKce7svzpZ0/agent.2953
SSH_AGENT_PID=2955
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/statet-4.2.x-r@tmp/private_key_11017831029554507788.key (/home/jenkins/agent/workspace/statet-4.2.x-r@tmp/private_key_11017831029554507788.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ ssh genie.statet@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/statet/releases/4.2.4
+ ssh genie.statet@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/statet/releases/4.2.4
+ scp -r org.eclipse.statet/releng/statet-repository/target/statet-repository-E202006-incubation-4.2.4-202103250600-r.zip genie.statet@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/statet/releases/4.2.4/
+ ssh genie.statet@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/statet/releases/4.2.4/E202006
+ scp -r org.eclipse.statet/releng/statet-repository/target/repository/LICENSE org.eclipse.statet/releng/statet-repository/target/repository/NOTICE.md org.eclipse.statet/releng/statet-repository/target/repository/artifacts.jar org.eclipse.statet/releng/statet-repository/target/repository/artifacts.xml.xz org.eclipse.statet/releng/statet-repository/target/repository/content.jar org.eclipse.statet/releng/statet-repository/target/repository/content.xml.xz org.eclipse.statet/releng/statet-repository/target/repository/features org.eclipse.statet/releng/statet-repository/target/repository/p2.index org.eclipse.statet/releng/statet-repository/target/repository/plugins genie.statet@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/statet/releases/4.2.4/E202006
+ scp -r org.eclipse.statet-r/rhelp/org.eclipse.statet.rhelp.server/target/statet-rhelpserver-incubation-4.2.4-202103250600-r.zip genie.statet@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/statet/releases/4.2.4/
+ scp -r org.eclipse.statet-rj/core/_assemblies/org.eclipse.statet.rj.server-consoleserver/target/statet-consoleserver-incubation-4.2.4-202103250600-r.tar.gz genie.statet@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/statet/releases/4.2.4/
+ ssh genie.statet@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/statet/releases/4.2
+ ssh genie.statet@projects-storage.eclipse.org ls -aRl /home/data/httpd/download.eclipse.org/statet/releases/4.2.4
/home/data/httpd/download.eclipse.org/statet/releases/4.2.4:
total 119808
drwxrwsr-x  3 genie.statet science.statet      239 Mar 25 05:43 .
drwxrwsr-x 16 genie.statet science.statet      240 Mar 25 05:43 ..
drwxrwsr-x  4 genie.statet science.statet      211 Mar 25 05:43 E202006
-rw-r--r--  1 genie.statet science.statet   612141 Mar 25 05:43 statet-consoleserver-incubation-4.2.4-202103250600-r.tar.gz
-rw-r--r--  1 genie.statet science.statet 32097211 Mar 25 05:43 statet-repository-E202006-incubation-4.2.4-202103250600-r.zip
-rw-r--r--  1 genie.statet science.statet 30829670 Mar 25 05:43 statet-rhelpserver-incubation-4.2.4-202103250600-r.zip

/home/data/httpd/download.eclipse.org/statet/releases/4.2.4/E202006:
total 164
drwxrwsr-x 4 genie.statet science.statet   211 Mar 25 05:43 .
drwxrwsr-x 3 genie.statet science.statet   239 Mar 25 05:43 ..
-rw-r--r-- 1 genie.statet science.statet 18604 Mar 25 05:43 artifacts.jar
-rw-r--r-- 1 genie.statet science.statet 14720 Mar 25 05:43 artifacts.xml.xz
-rw-r--r-- 1 genie.statet science.statet 46487 Mar 25 05:43 content.jar
-rw-r--r-- 1 genie.statet science.statet 19436 Mar 25 05:43 content.xml.xz
drwxr-sr-x 2 genie.statet science.statet  4096 Mar 25 05:43 features
-rw-r--r-- 1 genie.statet science.statet 25432 Mar 25 05:43 LICENSE
-rw-r--r-- 1 genie.statet science.statet  3680 Mar 25 05:43 NOTICE.md
-rw-r--r-- 1 genie.statet science.statet   172 Mar 25 05:43 p2.index
drwxr-sr-x 2 genie.statet science.statet 16384 Mar 25 05:43 plugins

/home/data/httpd/download.eclipse.org/statet/releases/4.2.4/E202006/features:
total 248
drwxr-sr-x 2 genie.statet science.statet  4096 Mar 25 05:43 .
drwxrwsr-x 4 genie.statet science.statet   211 Mar 25 05:43 ..
-rw-r--r-- 1 genie.statet science.statet 19054 Mar 25 05:43 org.eclipse.statet.eutils.autonature_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet 19029 Mar 25 05:43 org.eclipse.statet.eutils.autorun_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet 19097 Mar 25 05:43 org.eclipse.statet.ltk_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet 19372 Mar 25 05:43 org.eclipse.statet.r_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet 19211 Mar 25 05:43 org.eclipse.statet.redocs.tex.r_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet 19291 Mar 25 05:43 org.eclipse.statet.redocs.wikitext.r_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet  1118 Mar 25 05:43 org.eclipse.statet.releng.3rdparty_4.0.0.201904171503.jar
-rw-r--r-- 1 genie.statet science.statet 19042 Mar 25 05:43 org.eclipse.statet.rj.core_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet 19140 Mar 25 05:43 org.eclipse.statet.rj.eclient_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet 19071 Mar 25 05:43 org.eclipse.statet.rj.servi.e_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet 19114 Mar 25 05:43 org.eclipse.statet.rtm.ftable_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet 19115 Mar 25 05:43 org.eclipse.statet.rtm.ggplot_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet 19061 Mar 25 05:43 org.eclipse.statet.yaml_4.2.4.202103250600-r.jar

/home/data/httpd/download.eclipse.org/statet/releases/4.2.4/E202006/plugins:
total 47172
drwxr-sr-x 2 genie.statet science.statet   16384 Mar 25 05:43 .
drwxrwsr-x 4 genie.statet science.statet     211 Mar 25 05:43 ..
-rw-r--r-- 1 genie.statet science.statet  209351 Mar 25 05:43 org.apache.commons.dbcp_2.5.0.201902082045.jar
-rw-r--r-- 1 genie.statet science.statet   76840 Mar 25 05:43 org.apache.commons.dbcp_2.5.0.201902082045.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet   73163 Mar 25 05:43 org.apache.commons.logging_1.2.0.v20180409-1502.jar
-rw-r--r-- 1 genie.statet science.statet   34514 Mar 25 05:43 org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet  144704 Mar 25 05:43 org.apache.commons.pool_2.6.2.201904171503.jar
-rw-r--r-- 1 genie.statet science.statet   56070 Mar 25 05:43 org.apache.commons.pool_2.6.2.201904171503.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet 4122047 Mar 25 05:43 org.apache.derby_10.11.1.1_v201605202053.jar
-rw-r--r-- 1 genie.statet science.statet 1422257 Mar 25 05:43 org.apache.derby_10.11.1.1_v201605202053.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet 1724903 Mar 25 05:43 org.apache.lucene.analyzers-common_7.5.0.201902082045.jar
-rw-r--r-- 1 genie.statet science.statet  708908 Mar 25 05:43 org.apache.lucene.analyzers-common_7.5.0.201902082045.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet 3234421 Mar 25 05:43 org.apache.lucene.core_7.5.0.201902082045.jar
-rw-r--r-- 1 genie.statet science.statet  918779 Mar 25 05:43 org.apache.lucene.core_7.5.0.201902082045.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet  232273 Mar 25 05:43 org.apache.lucene.highlighter_7.5.0.201902082045.jar
-rw-r--r-- 1 genie.statet science.statet   86201 Mar 25 05:43 org.apache.lucene.highlighter_7.5.0.201902082045.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet  169064 Mar 25 05:43 org.apache.lucene.join_7.5.0.201902082045.jar
-rw-r--r-- 1 genie.statet science.statet   54736 Mar 25 05:43 org.apache.lucene.join_7.5.0.201902082045.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet  298310 Mar 25 05:43 org.apache.lucene.queries_7.5.0.201902082045.jar
-rw-r--r-- 1 genie.statet science.statet   81373 Mar 25 05:43 org.apache.lucene.queries_7.5.0.201902082045.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet  420344 Mar 25 05:43 org.apache.lucene.queryparser_7.5.0.201902082045.jar
-rw-r--r-- 1 genie.statet science.statet  135629 Mar 25 05:43 org.apache.lucene.queryparser_7.5.0.201902082045.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet  349235 Mar 25 05:43 org.eclipse.jetty.client_9.4.29.v20200521.jar
-rw-r--r-- 1 genie.statet science.statet  106318 Mar 25 05:43 org.eclipse.jetty.proxy_9.4.29.v20200521.jar
-rw-r--r-- 1 genie.statet science.statet  588185 Mar 25 05:43 org.eclipse.jetty.util_9.4.29.v20200521.jar
-rw-r--r-- 1 genie.statet science.statet   11762 Mar 25 05:43 org.eclipse.statet.docmlet.base.core_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet    8441 Mar 25 05:43 org.eclipse.statet.docmlet.base.core_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet  225292 Mar 25 05:43 org.eclipse.statet.docmlet.base.ui_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   80015 Mar 25 05:43 org.eclipse.statet.docmlet.base.ui_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet  255792 Mar 25 05:43 org.eclipse.statet.docmlet.tex.core_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   87033 Mar 25 05:43 org.eclipse.statet.docmlet.tex.core_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet  332069 Mar 25 05:43 org.eclipse.statet.docmlet.tex.ui_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet  132458 Mar 25 05:43 org.eclipse.statet.docmlet.tex.ui_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet  200275 Mar 25 05:43 org.eclipse.statet.docmlet.wikitext.commonmark.core_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   58534 Mar 25 05:43 org.eclipse.statet.docmlet.wikitext.commonmark.core_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet   19079 Mar 25 05:43 org.eclipse.statet.docmlet.wikitext.commonmark.ui_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   11308 Mar 25 05:43 org.eclipse.statet.docmlet.wikitext.commonmark.ui_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet  246505 Mar 25 05:43 org.eclipse.statet.docmlet.wikitext.core_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   77772 Mar 25 05:43 org.eclipse.statet.docmlet.wikitext.core_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet  164882 Mar 25 05:43 org.eclipse.statet.docmlet.wikitext.ui_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   58139 Mar 25 05:43 org.eclipse.statet.docmlet.wikitext.ui_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet  184983 Mar 25 05:43 org.eclipse.statet.ecommons.coremisc_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   88012 Mar 25 05:43 org.eclipse.statet.ecommons.coremisc_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet   41442 Mar 25 05:43 org.eclipse.statet.ecommons.databinding.core_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   16702 Mar 25 05:43 org.eclipse.statet.ecommons.databinding.core_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet   50460 Mar 25 05:43 org.eclipse.statet.ecommons.debug.core_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   22631 Mar 25 05:43 org.eclipse.statet.ecommons.debug.core_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet  100106 Mar 25 05:43 org.eclipse.statet.ecommons.debug.ui_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   42022 Mar 25 05:43 org.eclipse.statet.ecommons.debug.ui_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet   15902 Mar 25 05:43 org.eclipse.statet.ecommons.edb.core_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet    9605 Mar 25 05:43 org.eclipse.statet.ecommons.edb.core_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet   15892 Mar 25 05:43 org.eclipse.statet.ecommons.emf.core_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet    9134 Mar 25 05:43 org.eclipse.statet.ecommons.emf.core_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet   17361 Mar 25 05:43 org.eclipse.statet.ecommons.emf.ui_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet    9528 Mar 25 05:43 org.eclipse.statet.ecommons.emf.ui_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet   15829 Mar 25 05:43 org.eclipse.statet.ecommons.net.core_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet    9270 Mar 25 05:43 org.eclipse.statet.ecommons.net.core_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet   58437 Mar 25 05:43 org.eclipse.statet.ecommons.preferences.core_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   21741 Mar 25 05:43 org.eclipse.statet.ecommons.preferences.core_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet   16227 Mar 25 05:43 org.eclipse.statet.ecommons.runtime.core_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet    9793 Mar 25 05:43 org.eclipse.statet.ecommons.runtime.core_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet   13841 Mar 25 05:43 org.eclipse.statet.ecommons.runtime.ui_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet    8769 Mar 25 05:43 org.eclipse.statet.ecommons.runtime.ui_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet   74940 Mar 25 05:43 org.eclipse.statet.ecommons.text.core_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   29649 Mar 25 05:43 org.eclipse.statet.ecommons.text.core_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet  794020 Mar 25 05:43 org.eclipse.statet.ecommons.uimisc_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet  233366 Mar 25 05:43 org.eclipse.statet.ecommons.uimisc_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet  869044 Mar 25 05:43 org.eclipse.statet.ecommons.waltable.core_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet  228949 Mar 25 05:43 org.eclipse.statet.ecommons.waltable.core_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet   64091 Mar 25 05:43 org.eclipse.statet.eutils.autonature_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   25923 Mar 25 05:43 org.eclipse.statet.eutils.autonature_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet   24786 Mar 25 05:43 org.eclipse.statet.eutils.autorun_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   13513 Mar 25 05:43 org.eclipse.statet.eutils.autorun_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet   21693 Mar 25 05:43 org.eclipse.statet.ide.core_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   12605 Mar 25 05:43 org.eclipse.statet.ide.core_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet  141072 Mar 25 05:43 org.eclipse.statet.ide.ui_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   53884 Mar 25 05:43 org.eclipse.statet.ide.ui_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet   76693 Mar 25 05:43 org.eclipse.statet.jcommons.text.core_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   35317 Mar 25 05:43 org.eclipse.statet.jcommons.text.core_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet  247731 Mar 25 05:43 org.eclipse.statet.jcommons.util_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   74929 Mar 25 05:43 org.eclipse.statet.jcommons.util_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet    8983 Mar 25 05:43 org.eclipse.statet.ltk_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet    7201 Mar 25 05:43 org.eclipse.statet.ltk_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet   27969 Mar 25 05:43 org.eclipse.statet.ltk.buildpath.core_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   15291 Mar 25 05:43 org.eclipse.statet.ltk.buildpath.core_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet   71927 Mar 25 05:43 org.eclipse.statet.ltk.buildpath.ui_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   31552 Mar 25 05:43 org.eclipse.statet.ltk.buildpath.ui_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet  260935 Mar 25 05:43 org.eclipse.statet.ltk.core_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   83679 Mar 25 05:43 org.eclipse.statet.ltk.core_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet  755220 Mar 25 05:43 org.eclipse.statet.ltk.ui_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet  225861 Mar 25 05:43 org.eclipse.statet.ltk.ui_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet  158869 Mar 25 05:43 org.eclipse.statet.nico.core_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   58481 Mar 25 05:43 org.eclipse.statet.nico.core_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet  406239 Mar 25 05:43 org.eclipse.statet.nico.ui_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet  125542 Mar 25 05:43 org.eclipse.statet.nico.ui_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet   10323 Mar 25 05:43 org.eclipse.statet.r_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet    8494 Mar 25 05:43 org.eclipse.statet.r_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet  119472 Mar 25 05:43 org.eclipse.statet.r.apps_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   47549 Mar 25 05:43 org.eclipse.statet.r.apps_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet  180564 Mar 25 05:43 org.eclipse.statet.r.console.core_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   63880 Mar 25 05:43 org.eclipse.statet.r.console.core_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet  245918 Mar 25 05:43 org.eclipse.statet.r.console.ui_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   86402 Mar 25 05:43 org.eclipse.statet.r.console.ui_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet  892851 Mar 25 05:43 org.eclipse.statet.r.core_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet  250108 Mar 25 05:43 org.eclipse.statet.r.core_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet  249428 Mar 25 05:43 org.eclipse.statet.r.debug.core_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   82854 Mar 25 05:43 org.eclipse.statet.r.debug.core_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet  122790 Mar 25 05:43 org.eclipse.statet.r.debug.ui_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   49911 Mar 25 05:43 org.eclipse.statet.r.debug.ui_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet 1335503 Mar 25 05:43 org.eclipse.statet.r.doc_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet 1284216 Mar 25 05:43 org.eclipse.statet.r.doc_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet   76214 Mar 25 05:43 org.eclipse.statet.redocs.r_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   32596 Mar 25 05:43 org.eclipse.statet.redocs.r_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet  171868 Mar 25 05:43 org.eclipse.statet.redocs.tex.r_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   62548 Mar 25 05:43 org.eclipse.statet.redocs.tex.r_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet   15400 Mar 25 05:43 org.eclipse.statet.redocs.tex.r.debug_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet    9966 Mar 25 05:43 org.eclipse.statet.redocs.tex.r.debug_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet   12352 Mar 25 05:43 org.eclipse.statet.redocs.tex.r.doc_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet    9354 Mar 25 05:43 org.eclipse.statet.redocs.tex.r.doc_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet  164499 Mar 25 05:43 org.eclipse.statet.redocs.wikitext.r_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   60471 Mar 25 05:43 org.eclipse.statet.redocs.wikitext.r_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet   40849 Mar 25 05:43 org.eclipse.statet.redocs.wikitext.r.commonmark_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   18775 Mar 25 05:43 org.eclipse.statet.redocs.wikitext.r.commonmark_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet   15500 Mar 25 05:43 org.eclipse.statet.redocs.wikitext.r.debug_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet    9938 Mar 25 05:43 org.eclipse.statet.redocs.wikitext.r.debug_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet   39236 Mar 25 05:43 org.eclipse.statet.redocs.wikitext.r.textile_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   18987 Mar 25 05:43 org.eclipse.statet.redocs.wikitext.r.textile_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet  228781 Mar 25 05:43 org.eclipse.statet.rhelp.core_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   86489 Mar 25 05:43 org.eclipse.statet.rhelp.core_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet   49204 Mar 25 05:43 org.eclipse.statet.rj.client_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   25084 Mar 25 05:43 org.eclipse.statet.rj.client_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet   10324 Mar 25 05:43 org.eclipse.statet.rj.core_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet    8438 Mar 25 05:43 org.eclipse.statet.rj.core_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet  168097 Mar 25 05:43 org.eclipse.statet.rj.data_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   58888 Mar 25 05:43 org.eclipse.statet.rj.data_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet   10354 Mar 25 05:43 org.eclipse.statet.rj.eclient_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet    8431 Mar 25 05:43 org.eclipse.statet.rj.eclient_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet   15162 Mar 25 05:43 org.eclipse.statet.rj.eclient.core_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   10517 Mar 25 05:43 org.eclipse.statet.rj.eclient.core_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet  170938 Mar 25 05:43 org.eclipse.statet.rj.eclient.graphics_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   61780 Mar 25 05:43 org.eclipse.statet.rj.eclient.graphics_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet  245829 Mar 25 05:43 org.eclipse.statet.rj.server_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   83528 Mar 25 05:43 org.eclipse.statet.rj.server_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet  132785 Mar 25 05:43 org.eclipse.statet.rj.servi_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   50940 Mar 25 05:43 org.eclipse.statet.rj.servi_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet  137412 Mar 25 05:43 org.eclipse.statet.rj.services.core_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   50018 Mar 25 05:43 org.eclipse.statet.rj.services.core_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet   23828 Mar 25 05:43 org.eclipse.statet.r.launching.winrgui_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   16147 Mar 25 05:43 org.eclipse.statet.r.launching.winrgui_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet   40513 Mar 25 05:43 org.eclipse.statet.rtm.base.core_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   18175 Mar 25 05:43 org.eclipse.statet.rtm.base.core_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet  230224 Mar 25 05:43 org.eclipse.statet.rtm.base.ui_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   75542 Mar 25 05:43 org.eclipse.statet.rtm.base.ui_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet   37966 Mar 25 05:43 org.eclipse.statet.rtm.ftable.core_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   18306 Mar 25 05:43 org.eclipse.statet.rtm.ftable.core_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet   33990 Mar 25 05:43 org.eclipse.statet.rtm.ftable.ui_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   16591 Mar 25 05:43 org.eclipse.statet.rtm.ftable.ui_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet  191987 Mar 25 05:43 org.eclipse.statet.rtm.ggplot.core_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   52904 Mar 25 05:43 org.eclipse.statet.rtm.ggplot.core_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet   67541 Mar 25 05:43 org.eclipse.statet.rtm.ggplot.ui_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   23924 Mar 25 05:43 org.eclipse.statet.rtm.ggplot.ui_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet 1611210 Mar 25 05:43 org.eclipse.statet.r.ui_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet  472335 Mar 25 05:43 org.eclipse.statet.r.ui_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet  151562 Mar 25 05:43 org.eclipse.statet.yaml.core_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   55055 Mar 25 05:43 org.eclipse.statet.yaml.core_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet   95785 Mar 25 05:43 org.eclipse.statet.yaml.ui_4.2.4.202103250600-r.jar
-rw-r--r-- 1 genie.statet science.statet   37494 Mar 25 05:43 org.eclipse.statet.yaml.ui_4.2.4.202103250600-r.jar.pack.gz
-rw-r--r-- 1 genie.statet science.statet  323925 Mar 25 05:43 org.snakeyaml.snakeyaml_1.23.0.201902082045.jar
-rw-r--r-- 1 genie.statet science.statet  101185 Mar 25 05:43 org.snakeyaml.snakeyaml_1.23.0.201902082045.jar.pack.gz
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 2955 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] script
[Pipeline] {
[Pipeline] mail
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS